#402 Better Errors & RailsPanel
Here we take a look at two tools to aid us in development: Better Errors which makes it easier than ever to debug exceptions, and RailsPanel, a Chrome extension to see Rails requests.
- Download:
- source code Project Files in Zip (64.3 KB)
- mp4 Full Size H.264 Video (22.1 MB)
- m4v Smaller H.264 Video (11.1 MB)
- webm Full Size VP8 Video (13 MB)
- ogv Full Size Theora Video (28.2 MB)
Browse_code
Browse Source Code
Resources
Gemfile
group :development do gem 'better_errors' gem 'binding_of_caller' gem 'meta_request' end
config/initializers/better_errors.rb
BetterErrors.editor = :sublime if defined? BetterErrors
loading