Skip to content

Rails 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@BenMorganIO BenMorganIO released this 12 Jul 20:50
· 171 commits to core since this release

A lot of you have been waiting for this guy, well, here he is! Paranoia with Rails 5 support is on the way. 2.2.0.pre is simply a pre release. Please use this gem for all your paranoia needs. If you discover a bug, you're highly encouraged to submit a PR to help the utterly paranoid.

Changes

  • Ruby 2.0 or greater is required
  • Rails 5.0.0.beta1.1 support @pigeonworks @halostatue and @gagalago
  • Previously #really_destroyed? may have been defined on non-paranoid models, it is now only available on paranoid models, use regular #destroyed? instead.