Skip to content

Instantly share code, notes, and snippets.

@chyld
Created February 11, 2013 15:57
Show Gist options
  • Save chyld/4755309 to your computer and use it in GitHub Desktop.
Save chyld/4755309 to your computer and use it in GitHub Desktop.
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'
# Add RailsPanel extension in the Chrome Web Store
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment