Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natural-intelligence/be_revisable
- Owner: Natural-Intelligence
- License: mit
- Created: 2014-11-19T17:28:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T12:12:47.000Z (over 7 years ago)
- Last Synced: 2024-04-14T07:55:10.349Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 113
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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