factory_bot 1.3: integrating effectively with Rails 3 factory_bot has always had little Rails-specific code. It only depends on... Joe Ferris June 21, 2010 News Web Rails Open Source Factory Girl Factory Bot
The future of shoulda Shoulda has long been one of our most useful and popular open source... Joe Ferris June 15, 2010 News Web Rails Open Source Shoulda
The Road to Rails 3 Being at RailsConf 5 has given us the opportunity to finalize a lot of the... Chad Pytel June 11, 2010 News Web Rails Open Source
Unit and Functional Tests are as Useful as 100% Code Coverage Note: code samples updated October 25, 2012 I’m going to try and... Josh Clayton April 26, 2010 Web Rails Testing
Custom Date And Time Formats In Rails How to use i18n in Rails for custom time and date formats. Dan Croak February 16, 2010 Web Rails
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