Top "Whenever" questions

a Ruby gem that makes it possible to define cron tasks in Ruby

Crontab not working from whenever gem

My linux server is running a Rails 4 app with Nginx/unicorn. I am using the Whenever gem to schedule tasks. …

ruby-on-rails linux nginx crontab whenever
how to force rake task to run under development environment using Whenever gem

I'm using Whenever gem to run a rake task. When I run rake task it runs under development environment, but …

ruby ruby-on-rails-4 rake-task whenever