I'm trying to install a local copy of the 'will_paginate' gem using
"rake gems:unpack GEM=will_paginate", but I'm not having much luck.
I've added "config.gem 'will_paginate'" to my config/environment.rb
file.
But, when I run "rake gems:unpack GEM=will_paginate", nothing happens.
I don't get an error, but there's nothing under vendor/gems when it's
done.