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