A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/rubysherpas/paranoia

https://github.com/rubysherpas/paranoia - v3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/rubysherpas/paranoia/compare/v3.0.0...v3.0.1

- Ruby
Published by mathieujobin about 1 year ago

https://github.com/rubysherpas/paranoia - v3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/rubysherpas/paranoia/compare/v2.6.4...v3.0.0

- Ruby
Published by mathieujobin about 1 year ago

https://github.com/rubysherpas/paranoia - v2.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/rubysherpas/paranoia/compare/v2.6.3...v2.6.4

- Ruby
Published by mathieujobin over 1 year ago

https://github.com/rubysherpas/paranoia -

- Ruby
Published by mathieujobin over 3 years ago

https://github.com/rubysherpas/paranoia - v2.6.0

2.6.0

  • #512 Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
  • #476 Fix syntax error in documentation.
  • #485 Rollback transaction if destroy aborted.
  • #522 Add failing tests for association with abort on destroy.
  • #513 Fix create callback called on destroy.

- Ruby
Published by mathieujobin almost 4 years ago

https://github.com/rubysherpas/paranoia - v2.5.3

2.5.3

- Ruby
Published by mathieujobin almost 4 years ago

https://github.com/rubysherpas/paranoia - v2.5.2

2.5.2

- Ruby
Published by mathieujobin about 4 years ago

https://github.com/rubysherpas/paranoia - v2.5.0 - Support for Rails 7

- Ruby
Published by mathieujobin about 4 years ago

https://github.com/rubysherpas/paranoia - v2.4.3

Includes support for Rails 6.1.

- Ruby
Published by sevenseacat about 5 years ago

https://github.com/rubysherpas/paranoia -

  • #397 Bump active record max version to support 5.1 final

- Ruby
Published by jhawthorn almost 9 years ago

https://github.com/rubysherpas/paranoia - Moving from Rails 4.1 to Rails 5.1

- Ruby
Published by BenMorganIO almost 9 years ago

https://github.com/rubysherpas/paranoia - v2.2.1

- Ruby
Published by BenMorganIO about 9 years ago

https://github.com/rubysherpas/paranoia - Rails 5 Support

Happy hacking 😸

- Ruby
Published by BenMorganIO over 9 years ago

https://github.com/rubysherpas/paranoia - Rails 5

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.

- Ruby
Published by BenMorganIO over 9 years ago

https://github.com/rubysherpas/paranoia -

Major changes

  • #destroyed? is no longer overridden. Use #paranoia_destroyed? for the existing behaviour. Washington Luiz
  • #persisted? is no longer overridden.
  • ActiveRecord 4.0 no longer has #destroy! as an alias for #really_destroy.
  • #destroy will now raise an exception if called on a readonly record.
  • #destroy on a hard deleted record is now a successful noop.
  • #destroy on a new record will set deleted_at (previously this raised an error)
  • #destroy and #delete always return self when successful.

Bug Fixes

  • Calling #destroy twice will not hard-delete records. Use #really_destroy if this is desired.
  • Fix errors on non-paranoid has_one dependent associations

- Ruby
Published by jhawthorn about 11 years ago

https://github.com/rubysherpas/paranoia -

- Ruby
Published by jhawthorn about 11 years ago

https://github.com/rubysherpas/paranoia -

Bug fixes

- Ruby
Published by jhawthorn about 11 years ago

https://github.com/rubysherpas/paranoia -

Features

Bug Fixes

  • Fix initialization problems when missing table or no database connection #186
  • Fix broken restore of has_one associations #185 #171 Martin Sereinig

- Ruby
Published by jhawthorn over 11 years ago