Created
June 18, 2016 21:33
-
-
Save cmar/fd12b2d98ffc7267f08542dde2f61db0 to your computer and use it in GitHub Desktop.
Rails 5 Template
This file contains 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
# $ 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