Skip to content

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.

Notifications You must be signed in to change notification settings

arjad/arjad_version_tracker

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published