I had a situation where I had two tables, one was read only data and the other was where I would put my new data. They both modeled the same object (a person) but I had to figure out how to have ONE object for the system to interact with.

That is, how do you make two tables into one model in Rails?

MULTI-TABLE INHERITANCE!!!!!

Read the rest of this entry

Please, think of your server!

November 26th, 2007

This is the first blog entry of the RSPCS… the Royal Society of the Performance and Care of Servers… our first target, people’s abuse of the use of ActiveRecord’s “find” class method.

Read the rest of this entry