Rails 3: Difference between revisions

From Wiki
Jump to navigation Jump to search
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…'
 
Blanked the page
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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.rb</code> to load needed dependencies

Latest revision as of 21:02, 28 June 2011