Sha256: dc3e485119bd97e36c92a1045dcf9cadb70447e32735e3b8b71258b4f5cdc45a
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
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](http://github.com/igal/paper_trail_manager/blob/master/LICENSE.txt) file for details.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
paper_trail_manager-0.1.4 | README.md |
paper_trail_manager-0.1.3 | README.md |
paper_trail_manager-0.1.2 | README.md |
paper_trail_manager-0.1.1 | README.md |
paper_trail_manager-0.1.0 | README.md |