Immutable Attribute Plugin

November 14th, 2007

A new Ruby on Rails validation plugin that allows you to mark model attributes as immutable. Rails surprisingly does not include a validation method to make a model attribute immutable. (That is, the attribute can not be changed after it is set the first time.) I created this validation plugin to help that. Check out my post on the Savvica blog.

Sorry, comments are closed for this article.