[Rails] Re: Logging stuff

2009-02-02 Thread Philip Hallstrom
> Say I wanted to log all successful and failed saves to a special log > table. But I also wanted to save the logged in user and some other > session stuff. > I assume I would have some sort of module included into the > controllers, > which would then do something with the methods of the object

[Rails] Re: Logging stuff

2009-02-02 Thread Ryan Bigg
Use acts_as_audited. On 03/02/2009, at 8:53 AM, aa aa wrote: > > Say I wanted to log all successful and failed saves to a special log > table. But I also wanted to save the logged in user and some other > session stuff. > I assume I would have some sort of module included into the > contr