Hackathon has ended.
SimpleHistory
Simple historical changes tracking for your Ruby on Rails models.
Open the app and run rails simple_history:install:migrations to install the migration and then add `has_simple_history` to your models you wish to track. Then once you mount the engine in your routes
mount SimpleHistory::Engine => "/simple_history"
You can access the engine at /simple_history to view historical changes.
Open the app and run rails simple_history:install:migrations to install the migration and then add `has_simple_history` to your models you wish to track. Then once you mount the engine in your routes
mount SimpleHistory::Engine => "/simple_history"
You can access the engine at /simple_history to view historical changes.
The RelationKit Team
Mountain Time (US & Canada)
Built with:
It's a Rails plugin for tracking model changes