Skip to content

Instantly share code, notes, and snippets.

@tibbon
Last active August 29, 2015 13:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tibbon/8700538 to your computer and use it in GitHub Desktop.
Suggested Ruby Gems for Development in Rails
gem 'dotenv-rails'
group :development do
gem 'time_difference'
gem 'pry-rails'
gem 'better_errors'
gem 'binding_of_caller'
gem 'annotate'
gem 'bullet'
gem 'debugger'
gem 'localtunnel'
gem 'lol_dba'
gem 'meta_request'
gem 'quiet_assets'
gem 'rack-mini-profiler'
gem 'rails-erd'
gem 'rails_best_practices'
gem 'rails-footnotes'
gem 'smusher'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment