backup job schedule visualization tool
Add this line to your application's Gemfile:
gem 'skidmarks', :git => 'git://github.com/quantumGeordie/skidmarks.git'
And then execute:
$ bundle
someday you will be able to install it yourself like this:
$ gem install skidmarks
with gem in project, initialize the scheduler file location like:
Skidmarks.scheduler_file_location = '/path/to/your/file.yml'
then visit /skidmarks
in your application.
- 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