All, I'm just announcing and looking for feedback for a quick little plugin I wrote: acts_as_readonly (http://github.com/kevincolyar/ acts_as_readonly/tree/master)
Some info: ActsAsReadonly ============== acts_as_readonly is an ActiveRecord plugin that makes a model readonly, preventing its attributes from being set and calling methods like save, create, and destroy on it. This plugin is useful for working with risky, legacy or third party database where data is only being viewed. Example ======= class MyModel < ActiveRecord::Base acts_as_readonly end Installation ======= $ ./script/plugin install [email protected]:kevincolyar/ acts_as_readonly.git Thanks, Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

