WABAC (way-back) is a history/versioning plugin for rails.
Navigate betwen the history with the WABAC plugin.
Add this line to your application's Gemfile:
gem 'wabac'
And then execute:
$ bundle
Or install it yourself as:
$ gem install wabac
TODO: Write usage instructions here
- [airblade/paper_trail] https://github.com/airblade/paper_trail
- [technoweenie/acts_as_versioned] https://github.com/technoweenie/acts_as_versioned
- [laserlemon/vestal_versions] https://github.com/laserlemon/vestal_versions
- [kkurach/has_versioning] https://github.com/kkurach/has_versioning
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request