As a separate, but somewhat related note... You guys should check out the dependencies gem that is used by Monk. It presents a pretty good alternative to managing all your gems in the traditional way. Monk is primarily for Sinatra based web applications rather than a rails application, but you could probably create a rails project skeleton if you wanted too and the dependencies gem makes deploying your app with all its necessary gems extremely clean and easy.
Dependencies Gem http://github.com/djanowski/dependencies Monk http://www.monkrb.com -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
