New Articles
from around the Web
-
Logging in Ruby on Rails
Brief intro to Ruby on Rails logging, and how to switch from the default logger to log4r.
-
Chad's Blog - ruby-debug in 30 seconds (we don't need no stinkin' GUI!)
A very condensed how-to use ruby-debug from the command line.
-
Data Noise: Tutorial on ruby-debug
An introduction about ruby-debug and its basic operation from the command line.
-
Netbeans 6.0, Leopard and "fast debug"
Briefly describes how to get Netbeans 6 to work with the native install of Ruby and Rails on Mac OS X 10.5 (Leopard). In particular, provides important hint on pointing to the GEM installation path.
-
rcov: code coverage for Ruby
Overview and discussion of rcov, the Ruby code coverage analysis tool. rcov can be useful for testing, optimizing and understanding Ruby programs. Available as a gem or installable from source.
-
Debug Your Rails App With ruby-debug
Using ruby-debug
Related Books
Ruby for Rails
Ruby Techniques for Rails Developers
Walks the reader through learning Rails from the point of view of learning the language it is built on. Alternates focus on Rails with...
List: $44.95 Amazon price: $29.67 Buy
Beginning Ruby
From Novice to Professional
Beginning Ruby is, despite its title, not just a beginner’s book. It does start at the beginning, and it is written without assuming a...
List: $39.99 Amazon price: $26.39 Buy
Links by Type
Documentation (3)
- $ cheat rdebug
No-frills, full cheat-sheet for ruby-debug.
- Debugging with ruby-debug
Documentation for the SVN (latest) version of ruby-debug.
- Log4r - Manual
Log4r is a comprehensive and flexible logging library written in Ruby for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output destinations, execution tracing, custom formatting, thread safteyness, XML and YAML configuration, and more.
Screencasts (1)
Top Blogs
-
Ruby Inside
An active and authoritative blog about Ruby techniques, from the author of Beginning Ruby.
-
Data Noise
Ruby developer, author of ruby-debug.
- Gluttonous
- O'Reilly Ruby Blog
- Practical Ruby
- Ruby and Rails Related Tips
- Shades of Gray
-
Zen and the Art of Programming
This blog includes a useful weekly post titled "This week in Ruby" with a roundup of the latest Ruby-related news.
-
ChadFowler.com
Author of Rails Recipies, co-founder of Ruby Central, and one of the leaders of the Ruby community.
-
Headius
One of the primary developers of JRuby.
- Jay Fields Thoughts
