Skip to content

fusion94/paper_trail_manager

Repository files navigation

PaperTrailManager

Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the paper_trail gem.

WARNING: This is alpha-quality software. There are tests, it's useful, but it could use more work.

Installation

If you have a Ruby on Rails 3 application where you're using the paper_trail gem to track changes to your records, you can make use of this like:

Add the following line to your Gemfile:

gem 'paper_trail_manager', :git => 'https://github.com/igal/paper_trail_manager.git'

Install the libary:

bundle install

Add the following line to your config/routes.rb:

resources :changes, :controller => 'paper_trail_manager/changes'

Restart the server and go to the /changes URI to browse, subscribe, view and revert your changes. The top-level URL will look something like this:

http://localhost:3000/changes

License

This program is provided under an MIT open source license, read the LICENSE.txt file for details.

About

Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the `paper_trail` gem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published