README.rdoc in acts_as_audited-2.0.0.rc6 vs README.rdoc in acts_as_audited-2.0.0.rc7

- old
+ new

@@ -27,9 +27,17 @@ * After running one of the generators: $ rake db:migrate +== Rails deprecation warning + +Currently the gem causes the following deprecation warning to be emitted: + + DEPRECATION WARNING: reorder is deprecated. Please use except(:order).order(...) instead. (called from <class:Audit> at /Users/kenneth/Code/FOSS/acts_as_audited/lib/acts_as_audited/audit.rb:26) + +I'm well aware of the fact, and working towards a solution. The issue has also been brought up on the Rails lighthouse as #6011[https://rails.lighthouseapp.com/projects/8994/tickets/6011-exceptorderorder-is-not-working-in-scopes]. I'm keeping an eye on the issue and working towards another possible solution. + == Upgrading Upgrading to Rails 3, or even between point releases of +acts_as_audited+, might require alterations to the audits table. After every upgrade please run the following generator: $ rails g acts_as_audited:upgrade