Rails 3
Application Setup
- create project with
rails new my_project
- add gem dependencies to
Gemfileat the root level - update
config/application.rbto load needed dependencies
rails new my_project
Gemfile at the root levelconfig/application.rb to load needed dependencies