the gem bundle i'd like to begin with on my next rails3 project
here's my choice of gems (my toolset):
# authentication
gem 'devise'
# http calls to external api's
gem 'restfulie' # or
gem 'http_party'
gem 'curb'
# performance management
gem 'newrelic_rpm'
