Last active
August 29, 2015 14:06
-
-
Save crywolfe/e8cc584c6b997f90b856 to your computer and use it in GitHub Desktop.
Rails Development Gemfile
This file contains hidden or 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
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