Skip to content

Instantly share code, notes, and snippets.

@cmar
Created June 18, 2016 21:33
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 cmar/fd12b2d98ffc7267f08542dde2f61db0 to your computer and use it in GitHub Desktop.
Save cmar/fd12b2d98ffc7267f08542dde2f61db0 to your computer and use it in GitHub Desktop.
Rails 5 Template
# $ rails new thud -m https://gist.github.com/radar/722911/raw/
gem "rspec-rails", group: "test"
gem "pry"
gem "devise"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment