Skip to content

Commit

Permalink
README: Replace warning with current status. Bundle the rubygems rele…
Browse files Browse the repository at this point in the history
…ase.
  • Loading branch information
igal committed Aug 11, 2012
1 parent 839e592 commit d83491b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -5,16 +5,15 @@ 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.
This software has been in use for a year at http://calagator.org and http://epdx.org. It works well. It has reasonable tests. However, it could definitely 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'
gem 'paper_trail_manager'

Install the libary:

Expand Down

0 comments on commit d83491b

Please sign in to comment.