How do you declare class methods in Ruby?
How to get the most information out of your Rails logs.
Ruby’s gsub can take a block:
"10 comments".gsub(/ (.+)/) do |words|
"...
A common pattern in our apps is handling failure by notifying
Airbrake. A...
Tonight, TechStars is hosting a panel discussion on Ruby web startups....
I’ve been organizing Cucumber features in Rails apps using a strict directory...
The Ruby community, according to some data I am making up, has the strongest...
Over the past few months of slinging Ruby here at thoughtbot, I’ve picked up...
Limerick Rake is a
collection of useful rake tasks for Rails apps. Some we...
The following describes a simple approach to Ruby on Rails authorization that...