Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natural-intelligence/be_revisable

Ad revision ability to ActiveRecord
https://github.com/natural-intelligence/be_revisable

Last synced: 8 days ago
JSON representation

Ad revision ability to ActiveRecord

Awesome Lists containing this project

README

        

# BeRevisable

Make active records revisable

## Installation

Add this line to your application's Gemfile:

gem 'be_revisable',
:git => "http://github.com/Natural-Intelligence/be_revisable.git",
:tag => 'v0.0.2'

And then execute:

$ bundle

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/be_revisable/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request