When debugging or inspecting Rails code, it is often nice to see just those methods that are added by rails or custom ActiveRecord object. This simple addition to ~/.irbrc does just that: if ENV['RAILS_ENV'] class Object protected def rails_meths; (public_methods - Object.public_instance_methods).sort;... Read more »

.tagcloud .weight-1 { font-size: 10px; } .tagcloud .weight-2 { font-size: 11px; } .tagcloud .weight-3 { font-size: 12px; } .tagcloud .weight-4 { font-size: 13px; }