ActiveRecord::Journal allows you to keep track of the CRUDs on your ActiveRecord models and tag them with the data of your choice (the user or job that triggered the actions, description, ...).
Add this line to your application's Gemfile:
gem 'active_record-journal'
And then execute:
$ bundle
Or install it yourself as:
$ gem install active_record-journal
Check the wiki for usage and configurations.
After checking out the repo, you can build the required containers by running docker-compose build
and execute them with docker-compose run gem
.
To install this gem onto your local, run bundle exec rake install
.
Inside the container, run rake spec
to run the tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/mkiroshdz/active_record-journal.
The gem is available as open source under the terms of the MIT License.