Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created November 17, 2012 05:51
Show Gist options
  • Select an option

  • Save steveklabnik/4093646 to your computer and use it in GitHub Desktop.

Select an option

Save steveklabnik/4093646 to your computer and use it in GitHub Desktop.
rails app template yo
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