ActiveRecord::Journal
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, ...).
Getting started
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
Usage
Check the wiki for usage and configurations.
Development
Setup
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
.
Tests
Inside the container, run rake spec
to run the tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/mkiroshdz/active_record-journal.
License
The gem is available as open source under the terms of the MIT License.