Releases: fusion94/paper_trail_manager
Releases · fusion94/paper_trail_manager
v0.6.0
18 Sep 11:01
Compare
Sorry, something went wrong.
No results found
Add support for linking changes to user records via PaperTrailManager.whodunnit_name_method and PaperTrailManager.user_path_method
Add new PaperTrailManager.item_name_method configuration option
Add support for paper_trail 4.x
Refactoring, code simplification, and performance improvements
v0.5.0
20 Jun 22:52
Compare
Sorry, something went wrong.
No results found
Added support for pagination with Kaminari in addition to will_paginate .
[!] Removed direct dependency on will_paginate. You must now include either will_paginate or kaminari in your Gemfile.
Fixed a bug with route generation when paper_trail_manager is used within another Rails engine.
v0.4.0
14 Jun 01:17
Compare
Sorry, something went wrong.
No results found
Allow configuration of ChangesController's parent class, route helpers, and layout
v0.3.0
14 Jun 01:18
Compare
Sorry, something went wrong.
No results found
Support Rails 3.2, 4.0, 4.1, and 4.2
Drop support for Rails 3.0 and 3.1
Improve test suite across multiple Rails versions
v0.2.0
14 Jun 01:18
Compare
Sorry, something went wrong.
No results found
Add support for Rails 3.1 and 3.2, while retaining support for Rails 3.0.
Add test suite to check engine against multiple versions. This test suite is derived from Mike Dalessio's "loofah-activerecord" gem, available at https://github.com/flavorjones/loofah-activerecord
v0.1.6
14 Jun 01:18
Compare
Sorry, something went wrong.
No results found
Fix Gemfile.lock issue with 0.1.5.
v0.1.5
14 Jun 01:22
Compare
Sorry, something went wrong.
No results found
Fix exceptions typically caused by bots submitting invalid pagination parameters. Now all pagination parameters are sanitized.
Restrict use to Rails 3.0.x because newer versions are not compatible. Will try to add support for newer Rails releases later.
Update test/development dependencies.
Add travis-ci support.
v0.1.4
14 Jun 01:23
Compare
Sorry, something went wrong.
No results found
Fix changes_row CSS, was #{EVENT}, with a trailing comma. Kept it for backwards compatibility, and added #{EVENT} and change_event_#{EVENT} classes.
Add sample CSS stylesheet: spec/dummy/public/stylesheets/changes.css.
v0.1.3
14 Jun 01:23
Compare
Sorry, something went wrong.
No results found
Fix deprecation warnings for Rails Engines paths. [Nate Bird]
Add homepage to included demo application that provides links and usage instructions.
v0.1.2
14 Jun 01:23
Compare
Sorry, something went wrong.
No results found
Switch template format from haml to erb to eliminate extra dependencies and improve compatibility. [Reid Beels]