Showing 3 videos tagged with debugging

Testing Exceptions

00:10:01 railscasts.com
Sometimes bad code slips into production and triggers a 500 error. Learn how to be notified of this and resolve it through integration tests.

Railscast - Episode 44: Debugging RJS

00:07:18 railscasts.com
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.

Railscast - Episode 54: Debugging with ruby-debug

00:08:03 railscasts.com
This episode will show you how to debug a rails app using ruby-debug: set a breakpoint, inspect variables, change the code and more.