Rails 3 Basics: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 December 2011

7 September 2011

26 August 2011

28 June 2011

  • curprev 21:0121:01, 28 June 2011 Scott talk contribs 3,937 bytes +3,937 Created page with '== Application Setup == * create project with <pre> rails new my_project rails -d mysql new my_project # if you don't want the default sqlite3 </pre> * add gem dependencies to <…'