Ruby

http://s.erious.ly

Rails Tips

Building an Object Mapper: Override-able Accessors

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

August 3rd

In which I announce the date we will launch Harmony.

Creating Duplicable Objects

In which I divulge the existence and usage of initialize_copy.

Caching With Mongo

In which I introduce Bin, an ActiveSupport MongoDB cache store for Rails 2 and 3.

Mongo Scout Plugins

In which I release a few scout plugins that will give you some insight into your mongo setup.

MongoMapper 0.8: Goodies Galore

In which I divulge the new hotness that is version 0.8 of MongoMapper.

RailsConf 2010

In which I talk a bit about RailsConf 2010. Duh.

MongoSF MongoMapper Video

In which I share a video of me presenting on MongoMapper.

Improve Your Presentations In Under $50

In which I provide some tips for presenting based on recent experiences.

Making CRUD less “Cruddy”, one step at a time

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...

Making CRUD less "Cruddy", one step at a time

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 this, but I’d like to walk thorough a particular use case—managing the “join” records in a...

I Have No Talent (redux)

In which I turn a post into a keynote.