Rails 3

From Wiki
Revision as of 19:34, 2 February 2011 by Scott (talk | contribs) (Created page with '== Application Setup == * create project with <pre> rails new my_project </pre> * add gem dependencies to <code>Gemfile</code> at the root level * update <code>config/application…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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