Latest Free Screencasts
RailsCasts #187 Testing Exceptions
Railscasts - 2009-11-09 - free
Sometimes bad code slips into production and triggers a 500 error. Learn how to be notified of this and resolve it through integration tests.
Watch this screencastRailsCasts #161 Three Profiling Tools
Railscasts - 2009-05-11 - free
Ever want to know what Rails is doing under the hood during a request? In this episode I show three different profiling tools: New Relic RPM, FiveRuns TuneUp, and Rack::Bug.
Watch this screencastRailsCasts #104 Exception Notifications
Railscasts - 2008-05-05 - free
If you're running a production site, it's a good idea to record all exceptions which occur. See how to set up a notification system which does that in this episode.
Watch this screencastRailsCasts #100 5 View Tips
Railscasts - 2008-04-07 - free
Here's five quick tips to use in views. Be sure to catch the end of the episode where I reveal an exciting contest!
Watch this screencastRailsCasts #86 Logging Variables
Railscasts - 2007-12-30 - free
Have you ever wanted to easily log all variables? Now you can by using some advanced Ruby concepts as shown in this episode.
Watch this screencastRailsCasts #54 Debugging with ruby-debug
Railscasts - 2007-07-06 - free
This episode will show you how to debug a rails app using ruby-debug: set a breakpoint, inspect variables, change the code and more.
Watch this screencastRailsCasts #44 Debugging RJS
Railscasts - 2007-06-13 - free
RJS and AJAX can be difficult to debug. Many times you don't get any error message in the browser. Learn different techniques for solving these tricky problems in this episode.
Watch this screencastRailsCasts #24 The Stack Trace
Railscasts - 2007-04-27 - free
The stack trace can be a very useful tool when it comes to debugging. Learn the ins and outs of how the stack trace works in this episode. Note: I am using an older version of the Rails bundle here so it might be a little different than yours. The...
Watch this screencast