Photo credits to Framboise
- 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.
- Episode 228: Sortable Table Columns: Ryan Bates simplifies the table sorting implementation using Ruby on Rails.
- 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