Skip to content

Monthly Archives: January 2008

Rails 2.0 Upgrade Gotchas

In upgrading our product to use Rails 2.0.2, I ran into a number of upgrade issues. I’m documenting them here so that others might benefit. ActiveRecord attribute methods It seem that ActiveRecord attribute methods now being defined in method_missing. When method_missing is called, ActiveRecord will define methods for all attributes.  This works differently now than [...]