search for: actsasmodifi

Displaying 3 results from an estimated 3 matches for "actsasmodifi".

Did you mean: actsasmodified
2006 Jun 21
3
[PLUG] new plugin, acts_as_modified
Nothing special, just my first plugin. it came out of a request I saw on the list from someone who wanted to be able to tell if a model''s attributes had changed prior to being saved. Well, this plugin does just that (at least I hope it does). http://rubyforge.org/projects/actsasmodified/ Please see the README for details. Constructive comments and criticisms are appreciated. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060621/b20a113a/attachment.html
2006 Jun 26
1
plugin, acts_as_modified 1.1.2
...ce the ability to only save those attributes that have been modified. There are of course issues revolving around this, ie, what to do about magic columns like created_at/updated_at, other attributes introduced via other plugins, mysql timestamp columns, etc. Chris http://rubyforge.org/projects/actsasmodified
2006 Jun 27
0
[UPDATE] acts_as_modified 1.1.3 now with tests (was Re: plugin, acts_as_modified 1.1.2)
.... There > > are of course issues revolving around this, ie, what to do about magic > > columns like created_at/updated_at, other attributes introduced via > > other plugins, mysql timestamp columns, etc. > > > > Chris > > > > http://rubyforge.org/projects/actsasmodified > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyon...