Monday, August 23, 2010

Drink#70: Your Ruby on Rails Juice

Photo credits to Framboise

  1. Devise 1.1 is out and ready to rock with Rails 3: José Valim announces the release of Devise 1.1. If you haven't looked into Devise yet, this is a Rack integrated Auth framework for Ruby on Rails and is getting huge traction these days. I recommend checking this out, may be helpful for your project.
  2. Episode 228: Sortable Table Columns: Ryan Bates simplifies the table sorting implementation using Ruby on Rails.
  3. Use negative Array indices: This is a beautiful feature from Ruby that lets you index the last element of an Array using an index of -1, 2nd last one using -2 and so forth.

0 comments:

Post a Comment