Public Activity Versions Save

Easy activity tracking for models - similar to Github's Public Activity

v3.0.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/public-activity/public_activity/compare/v2.0.2...v3.0.0

v2.0.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/public-activity/public_activity/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago
  • Fixed Fix regression in generated migration (s. #368, thanks Colin Bonner)

Full Changelog: https://github.com/public-activity/public_activity/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

2.0.0

  • Fixed Deprecation warnings in Ruby 2.7/3.0 due to double splat operator
  • Fixed Ruby warnings due to unused variables e in exception handling
  • Added Ruby 3.1 support
  • Added Rails 7.0 support
  • Removed Ruby <= 2.4 support
  • Removed Rails <= 4.2 support

v1.6.4

4 years ago
  • Fixed exception when not using MySQL or Postgres (see #335, thanks to Roland Netzsch)
  • Added create_activity! method which raises exception on failures, much like save! in ActiveRecord (see #334, thanks to Jonathan)
  • Added support for ActiveRecord 6 by whitelisting it (see #332, thanks to Emre Demir)
  • Added frozen_string_literal pragma to Ruby files for better performance (see #329, thanks to Krzysztof Rybka)

v1.6.3

5 years ago

Changelog

  • Fixed a bug which resulted in crashes when PostgreSQL connection failed (see #328, thanks to Ken Greeff)
  • Fixed a bug which resulted in crashes when MySQL connection failed (see #327, thanks to Miquel Sabaté Solà)

v1.6.2

5 years ago

Changelog

  • Fixed a bug which resulted in crashes when database didn't exist (see #323, thanks to Anmol Chopra)

v1.6.1

5 years ago

Changelog

  • Fixed a bug with requiring not existent file in generated migrations

v1.6

5 years ago

Changelog

  • Add support for Rails 5.2
  • Make config settings thread safe (fixes #284)
  • Fix Rspec tests failing in Rails 5 due to ViewHelpers (see #271, thanks to Janusz)
  • Support JSON, JSONB and HSTORE types for parameters column (see #285, thanks to djvs and #315 (thanks to mateusg)