Merge pull request #54 from adamyonk/patch-1

Updates rails docs for consistency
This commit is contained in:
Will Farrington 2013-02-16 21:58:29 -08:00
commit 02adc82282

View file

@ -29,7 +29,7 @@ class projects::rails_app {
This does a few things for you:
* Clones `https://github.com/mycompany/rails_app.git` to `~/src/rails_app`
* Clones `https://github.com/username/rails_app.git` to `~/src/rails_app`
* Ensures the default 1.9.3 version of Ruby is installed
* Creates `~/src/rails_app/.ruby-version` with `1.9.3` in it
* Ensures mysql is installed and running