Skip to content

Instantly share code, notes, and snippets.

@rismay
Forked from KenneyE/rails_template.rb
Last active August 29, 2015 14:00
Show Gist options
  • Save rismay/11295567 to your computer and use it in GitHub Desktop.
Save rismay/11295567 to your computer and use it in GitHub Desktop.
# template.rb
#-------------------
## GEMS
#-------------------
gem 'bcrypt'
gem 'pry-rails'
gem_group :development do
gem 'annotate', ">=2.6.0"
gem 'better_errors'
gem 'binding_of_caller'
end
#-------------------
## git
#-------------------
git :init
git add: "-A"
git commit: %Q{ -m 'Initial commit' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment