Have You Ever... Faked It? I’ll admit it - I’ve faked it. Sometimes, you just can’t wait for a service... Joe Ferris October 21, 2009 Web Testing Ruby
Video: Sinatra At Boston.rb, Part 3 This is the third in a series of short videos. They feature Blake Mizerany... Dan Croak October 20, 2009 News Web Ruby Sinatra
Video: Sinatra At Boston.rb, Part 2 This is the second in a series of short videos. They feature Blake Mizerany... Dan Croak October 17, 2009 News Web Ruby Sinatra
Video: Sinatra At Boston.rb, Part 1 This the first in a series of short videos. They feature Blake Mizerany... Dan Croak October 16, 2009 News Web Sinatra Ruby
Slave To The Intepreter I think of Ruby as the “free love” language. Yet, even Ruby can put the... Dan Croak October 13, 2009 Web Ruby
Testing ActiveRecord Named Scopes Everyone was psyched when Nick Kallen’s has_finder plugin was added to Rails... Dan Croak September 29, 2009 Web Testing Ruby Rails
Swallow Nil I’ve been using this for about a year and a half. Abomination or legitimate... Dan Croak September 18, 2009 Web Ruby Good Code
To self. or not to self. How do you declare class methods in Ruby? Josh Clayton September 11, 2009 Web Ruby
Tail Your Test Logs How to get the most information out of your Rails logs. Dan Croak September 9, 2009 Web Ruby Testing Unix
Ruby's gsub With A Block Ruby’s gsub can take a block: "10 comments".gsub(/ (.+)/) do |words| "... Dan Croak September 8, 2009 Web Ruby