Andrzej on Software
Thoughts on software
(Move to ...)
Who am I?
▼
Monday, January 21, 2008
What do I gain from TDD or BDD?
›
The question what do I gain from doing TDD/BDD is asked quite often. I understand the reasons people ask for that. I have practised TDD sinc...
8 comments:
Thursday, January 17, 2008
RSpec User Story example
›
Today, just a quick example showing what kind of wonderful things you can do with the new RSpec and its support for executable User Stories,...
12 comments:
Tuesday, January 15, 2008
5 reasons to try Resolver One
›
Disclaimer: I am a Resolver employee, have helped develop it and think it is extraordinarily cool. 1. It's an amazing combination of a s...
1 comment:
Friday, January 4, 2008
A Guide to Deploying Rails Applications
›
This article describes the way I deploy my Rails applications. Thanks to Ruby on Rails I can quickly help my customers. The speed of develo...
4 comments:
Thursday, January 3, 2008
Ruby, pipes and RMagick
›
I wanted to be able to run the following: ls *.jpg | grep -v small | ruby thumbnailise.rb This command lists all jpg files, excludes the one...
4 comments:
Friday, December 7, 2007
Redirecting nginx to Tomcat.
›
I've got a JRuby on Rails application which is deployed on a Tomcat server. My Http server of choice is nginx. I wanted nginx to redire...
2 comments:
Thursday, October 18, 2007
Rails: How to unit test the formatting of model fields in the views.
›
In our Rails applications we often use Textile/RedCloth or some other libraries to have things like Post's content nicely formatted in t...
‹
›
Home
View web version