RailsCasts - Ruby on Rails Screencasts

RailsCasts Pro episodes are now free!

Learn more or hide this

Better Errors & RailsPanel

#402 Better Errors & RailsPanel

Jan 25, 2013 | 8 minutes | Debugging, Tools
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.
Click to Play Video ▶
Tweet
  • 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

AltStyle によって変換されたページ (->オリジナル) /