*nix solution for scheduled tasks
$ crontab -l
$ crontab -e
$ crontab -r
If using whenever gem make sure to add the $PATH and $GEMPATH to schedule.rb
https://stackoverflow.com/questions/9482298/rails-cron-whenever-bundle-command-not-found
*nix solution for scheduled tasks
$ crontab -l
$ crontab -e
$ crontab -r
If using whenever gem make sure to add the $PATH and $GEMPATH to schedule.rb
https://stackoverflow.com/questions/9482298/rails-cron-whenever-bundle-command-not-found