Hi Henry, I'm using Papertrail in a Hobo 2.1 App and don't see any problems up to now. Disclaimer: The app is still in (heavy) development. I've only 80000 changes up to now.
I've once written a small delta viewer, but it was ERB and I have to port it to DRYML still (will share here when done). I love, that it stores the changes in it's own table and leaves mine untouched. I'm using the history mostly for proving stuff, users deny to have done, and I don't see any performance impacts from Papertrail. I think the currency / financial stuff has to be handled in Rails anyways, there is a nice overview in the discussion in, but I'm probably sending owls to Athens(, Ontario ;-) ) http://stackoverflow.com/questions/1019939/ruby-on-rails-best-method-of-handling-currency-money I am lucky, I don't have to deal with amounts below the cents level, so I'm usually going the value :decimal, :required, :precision => 10, :scale => 2 vat :decimal, :required, :precision => 10, :scale => 2 approach these days. Didn't know Espinita up to now, thanks for the tip. Cheers, Stefan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
