Saturday, February 23, 2008

Stage Update: Naming collisions

I've just updated the stage plugin to fix a naming collision issue when Rails utilizes two or more helpers with the same name. Previously the method names were simply the column name: User.first_name would have a first_name method in the users_helper. Now that method is defined as user_first_name.

Having the partial setup makes this a relatively painless fix if you have existing code you need to fix.

0 comments: