Aruba
Great set of Cucumber steps for command line applications.
Really slick HTML5 video chat
A TimeCop GOTCHA
"when using Time.now in named scopes, that will method will only be called when the model is loaded in to memory. therefore, in the cukes if you are using timecop to advance the time, the model will still use the old time when calling the named scope. instead, use class methods such as "def self.find_after_today" and set the time in that method to Time.now"
Dragonfly
Paperclip replacement?
Named scopes in rails 2.x GOTCHA
"Seems to only happen in cucumber tests, but when using named scopes in rails 2.x, automatic association loads no longer seem to happen so views could break. things like "post.user.first_name" will throw mean errors. to fix, add :joins and :include in your named scope definition"
QuickLeftovers is a weekly series of things that end up in our "FancyBookLearning" Campfire room that we thought were interesting.