Ruby on Rails Wednesday, January 31, 2018


Hi,

You should maintain audit for this. And "acts_as_audited" gem provides an active record extension using which you can track the update , create, destroy actions on a model

thanks,
Sunanda
On Thursday, May 13, 2010 at 2:37:05 PM UTC+5:30, Vladimir Rybas wrote:
Hi all,

Is there any gem or plugin available for Users Actions Logging?
User can create, view, chage, delete some Model and other users should
be available to see the logs.

I'm ready to use some kind of observers on models, to write Events to
database.

And second question:
Should I store all Events in database? Or YAML files or something
would be preferred?

You thoughs, guys

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

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/235870d6-8d1a-414a-9346-1a460db85af5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment