Archive for September, 2008
Monthly Archive
Wednesday, September 3rd, 2008
Dealing with read-only fields and partial updates in Rails 1.x
So, you have a column in your database you can’t update after the record is created. Not don’t want to update, but can’t. Specifically, you might have a column that is protected by a trigger, which will cause an error if that column is included in a update. How do you [...]