Rails Tips

Building an Object Mapper: Override-able Accessors

2010/08/29
By John Nunemaker
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.


Read more »

Tags: ,
Posted in Publishers, Rails Tips | View Comments

August 3rd

2010/07/23
By John Nunemaker
August 3rd

In which I announce the date we will launch Harmony.


Read more »

Tags:
Posted in Publishers, Rails Tips | View Comments

Creating Duplicable Objects

2010/07/19
By John Nunemaker
Creating Duplicable Objects

In which I divulge the existence and usage of initialize_copy.


Read more »

Tags:
Posted in Publishers, Rails Tips | View Comments

Caching With Mongo

2010/07/15
By John Nunemaker
Caching With Mongo

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


Read more »

Tags: ,
Posted in Publishers, Rails Tips | View Comments

Mongo Scout Plugins

2010/07/13
By John Nunemaker
Mongo Scout Plugins

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


Read more »

Tags: ,
Posted in Publishers, Rails Tips | View Comments

MongoMapper 0.8: Goodies Galore

2010/06/16
By John Nunemaker
MongoMapper 0.8: Goodies Galore

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


Read more »

Tags: ,
Posted in Publishers, Rails Tips | View Comments

RailsConf 2010

2010/06/16
By John Nunemaker
RailsConf 2010

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


Read more »

Tags:
Posted in Publishers, Rails Tips | View Comments

MongoSF MongoMapper Video

2010/05/10
By John Nunemaker
MongoSF MongoMapper Video

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


Read more »

Tags: ,
Posted in Publishers, Rails Tips | View Comments

Improve Your Presentations In Under $50

2010/05/04
By John Nunemaker
Improve Your Presentations In Under $50

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


Read more »

Tags:
Posted in Publishers, Rails Tips | View Comments

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

2010/04/27
By Solomon White

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 »

Tags:
Posted in OnRails.org, Publishers, Rails Tips | View Comments