In which I explain how to make your attribute accessors override-able from scratch or by using ActiveModel.
Read more »
In which I explain how to make your attribute accessors override-able from scratch or by using ActiveModel.

In which I release a few scout plugins that will give you some insight into your mongo setup.
One of the great “new” features of Rails (as of 2.3) is accepts_nested_attributes_for, allowing you to build cross-model CRUD forms without “cruddying” your controller. There are some great examples out there about how to do th...
Read more »