Recent posts

Order of execution of before blocks in RSpec

less than 1 minute read

I discovered that before blocks in RSpec’s examples are executed in the order they are declared. There is no great deal about it, but it can be useful when u...

external gem rails generator not found

less than 1 minute read

When trying to use devise 1.0.11 with rails 2.3.8 and bundler 1.0.10, I got the error could not find generator ... when running bundle exec script/generate d...

Collecting agile and XP best practices

less than 1 minute read

There is a huge difference between reading about agile software developpment, and being an agile developper or team. There are a lot of practical best practi...