I am doing a rss feed who reports all the changes in the program.

all changes are sent to a database where the afected item, who made
changed, time of change and a string reporting the change is kept

the problem is that the string who reports the change is too generic,
something like: Task 'xtask' was updated

i would like to know if its possible to know what was changed with
update_attributes (i know it updates all the attributes), without
needing to check the before and after in the database

the hash parameters for update_attributes come from a form_for

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to