On-the-fly image handling with Dragonfly Dragonfly lets you dynamically crop, resize and transform images through the URL. Mark Evans January 13, 2010 Rails Ruby New Bamboo Web
Test-Driven Rails Helper This is how I unit tested a view helper to format a date range in a view. I... Dan Croak October 15, 2009 Web Testing Rails
Code Cowboy I’ve written before about lightweight access control using Inherited... Dan Croak October 12, 2009 Web Rails Open Source
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
Role Suggesting Name Consider a CreditCard class: class CreditCard < ActiveRecord::Base ... Dan Croak September 18, 2009 Web Rails Good Code
Five Ridiculously Awesome Cucumber (and Webrat) Features Cucumber, if you haven’t heard, is the Next Big Thing™. It affords... Josh Clayton September 16, 2009 Web Rails Testing
Quacking like an ActiveRecord in Rails 2.3.4 You know everything about pretending to be an ActiveRecord::Base object, and... Mike Burns September 10, 2009 Web Rails
You've Got Mail There are just some days when you want to interact with real data from a... Josh Clayton September 9, 2009 Web Rails
Always Remember Me Clearance now uses only cookies with a long expiration as its default. The... Dan Croak September 1, 2009 Web Rails Clearance Open Source
Directory for shared partials in Rails Which directory should contain shared partials in a Rails app? ... Dan Croak August 31, 2009 Web Rails