Skip to content

Instantly share code, notes, and snippets.

@phlco
Created April 29, 2013 03:20
Show Gist options
  • Save phlco/5479537 to your computer and use it in GitHub Desktop.
Save phlco/5479537 to your computer and use it in GitHub Desktop.
gems for development
group :development, :test do
gem 'pry-rails'
gem 'pry-debugger'
gem 'pry-stack_explorer'
gem 'annotate'
gem 'quiet_assets'
gem 'better_errors'
# BetterErrors.editor = :sublime if defined? BetterErrors (initializer)
# http://localhost:3000/__better_errors (reports last exception for debugging)
gem 'binding_of_caller'
gem 'meta_request'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment