Created
February 11, 2013 15:57
-
-
Save chyld/4755309 to your computer and use it in GitHub Desktop.
This file contains 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-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