Ruby Exception Handling - Primer for Dealing with Errors in Ruby
Whether you’ve been programming in Ruby for years or you’re a complete beginner, tracking down errors in your Ruby app is easier than you think. We walk through some basic ruby and rails error handling, and various ways you can automatically log and report your exceptions.
Post a comment