This might be quite simple, but I am tearing my hair out. I have a script that I want to run on a daily basis, the script updates a ton of records( across 20 different models) and I dont really care about maintaining an audit trail of these mass changes( or want to trigger 1000's of notifications). I really need a way of disabling acts_as_audited and action mailer temporarily, running the script and then re enabling them both.
Is there a simple way of doing this?
I am using ree/rails 2.3