Skip to content

Instantly share code, notes, and snippets.

@crywolfe
Last active August 29, 2015 14:06
Show Gist options
  • Save crywolfe/e8cc584c6b997f90b856 to your computer and use it in GitHub Desktop.
Save crywolfe/e8cc584c6b997f90b856 to your computer and use it in GitHub Desktop.
Rails Development Gemfile
group :development, :test do
gem 'pry-rails'
gem 'pry-doc'
gem 'rspec-rails' # rails generate rspec:install
gem 'annotate'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rails-erd'
gem 'awesome_print'
gem 'rails-footnotes', '>= 4.0.0', '<5' # then command line $rails generate rails_footnotes:install
gem 'peek'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment