Snippets #57

Finally got back to do doing some Rails coding last night! Hoping to catch up on some Rails goodies over the next few weeks and post my findings here.
  1. Nestor: A Butler for your tests - A new continuous testing server for Rails.
  2. Metaprogramming in Ruby: It's all about self - A great breakdown of metaprogramming in Ruby. It's this side of Ruby that has always puzzled me.
  3. Sinatra from Rails - A Rails plugin that will convert your application to a Sinatra application. Handy if you have created a small Rails application that has only one or two resources, and would be more suited to Sinatra.

Filed Under // Sinatra Snippets Testing