No release in over a year
Arjad Version Tracker is a Ruby gem designed to simplify manage version history of models in Rails applications. It provides a last versions of model records, allowing developers to implement versioning functionality with ease.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

ArjadVersionTracker

Get last Version of Modal in Rails Application.
Link: https://rubygems.org/gems/arjad_version_tracker/versions/0.5.0?locale=en

Installation

Add this line to your application's Gemfile:

gem 'arjad_version_tracker'

And then execute:

$ bundle install

ohh Or install it yourself as:

$ gem install arjad_version_tracker

Usage

previous_version_string = YourModal.previous_version
previous_version = JOSN.parse(previous_version_string)

Contributing

  • Fork it ( https://github.com/arjad/arjad_version_tracker/fork )
  • 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 a new Pull Request