factory_bot has always had little Rails-specific code. It only depends on...
Shoulda has long been one of our most useful and
popular open source...
Being at RailsConf 5 has given us the opportunity to finalize a lot of the...
Note: code samples updated October 25, 2012
I’m going to try and...
How to use i18n in Rails for custom time and date formats.
Dragonfly lets you dynamically crop, resize and transform images through the URL.
This is how I unit tested a view helper to format a date range in a view.
I...
I’ve written before about lightweight access
control
using Inherited...
Everyone was psyched when Nick Kallen’s has_finder plugin was added to Rails...
Consider a CreditCard class:
class CreditCard < ActiveRecord::Base
...