Rails migrations are easy to understand and easy to write. However, you can save some unnecessary key strokes by applying these three tips :) […]
irbtools / Release the power of irb!
Equipped with some tools discussed at the germany.rb 2010 user group meetup, I’ve played around with my ~/.irbrc and put together a little meta gem for some useful irb tools (github) […]
Requirements: A Mini RubyGems plugin
The .gemspec file of a gem allows to specify requirements for that gem – but usually you do not get to see them. These five lines patch RubyGems, so that gem displays the requirements of a gem after it has been installed: […]