Define Custom Callbacks for ActiveRecord and More By Mobomo on March 22, 2012 Rails ActiveRecord models have a lifecycle that developers are allowed to hook into. But while most of us know about `before_save` and... Read more
Temporarily disable ActiveRecord callbacks By Mobomo on March 12, 2009 ActiveRecord callbacks can be super-handy, but every once in a while, they get in the way. I was recently working on a client project and I had to... Read more