Hello World from OSS Silicon Valley


HowToUse/RubyOnRails/4.2/Whenever/0.9

_ Prerequisite

_ Install&Setup

Step.1
Edit Gemfile and execute bundle install
$ vi Gemfile
gem 'whenever', require: false
$ bundle install

_ HowToUse

Step.1
Create config/schedule.rb
$ bundle exec wheneverize .
Step.2
Edit schedule.rb
$ vi config/schedule.rb

You can see sample from here

Step.3
Create setting in crontab
$ RAILS_ENV=development bundle exec whenever --update-crontab

For detail information you can refer GitHub

_ Author

S.Yatsuzuka

Last-modified: 2016-03-04 (Fri) 06:26:25 (2974d)