Skip to content

Instantly share code, notes, and snippets.

@Krule
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krule/f7595cc65e6b48b37629 to your computer and use it in GitHub Desktop.
Save Krule/f7595cc65e6b48b37629 to your computer and use it in GitHub Desktop.
Basic rails template
generate(:controller, "app index")
route "root to: 'app#index'"
git :init
git add: "."
git commit: %Q{ -m 'Initial commit' }
# Gems
gem 'rails'
gem ''
gem_group :development, :test do
gem "rspec-rails"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment