Created
November 17, 2012 05:51
-
-
Save steveklabnik/4093646 to your computer and use it in GitHub Desktop.
rails app template yo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run "rm public/index.html" | |
| run "sed '3d' Gemfile > Gemfile" # remove rails line | |
| gem "rails", :github => "rails/rails", :branch => "master" | |
| # git :init | |
| # git :add => "." | |
| # git :commit => %Q{ -m 'Initial commit' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment