No release in over a year
A gem to track changes on active record models
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 13.0
~> 5.0.1

Runtime

>= 6.0.0
 Project Readme

ActiveRecord::Journal

CircleCI Codacy Badge Gem Version

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.