I\'m starting work on a project using Rails, but I\'m waiting for the 3rd edition of the pragmatic rails book to come out before I purchase a book.
Anyway, my questi
This is very, very subjective because it all depends on what your application does! However, I've just had a look at the Gems I have installed and the one that absolutely does leap out as mandatory is Capistrano.
BTW Restful Authentication is a Rails plugin not a Gem.
This is a old thread but I thought I'll refine the list with what I believe to be must have gems at this point in time:
For pagination, will_paginate.
The only gems you need are:
If you "gem install rails" you'll get everything you need for Rails. You only need gems when you need them, so it's not worth worrying about before then.
EDIT: Actually there are a couple more you'll probably need:
There could be many other gems that help you but we'd need more info from you to know if they're applicable, eg:
mini_magick instead of rmagick.