Top "Whenever" questions

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

whenever gem: I set :output but the logfile doesn't show up where I'd expect it to

In my schedule.rb file I have the following lines: set :output, '/log/cron_log.log' every 5.minutes do …

ruby-on-rails ruby macos cron whenever
Rails whenever gem: each month on the 20th

I searched all over the internet for this, and the documentation isn't really talking about monthly jobs in specific. So …

ruby-on-rails whenever
Rails 3 - Whenever gem error: /usr/bin/env: ruby: No such file or directory

When using the 'whenever gem', I get an error in the log: /usr/bin/env: ruby: No such file or …

ruby-on-rails-3 cron rvm whenever
Setting path for whenever in cron so it can find ruby

My ruby is in /usr/local/bin. whenever can't find it, and setting PATH at the top of my cron …

ruby bash cron sh whenever
'NoMethodError: undefined method' in Ruby on Rails Model

I am creating a system that recurring payments each month so I am creating a new payment requirement using the …

ruby-on-rails methods model nomethoderror whenever
Ruby on rails scheduled tasks

This is my first time scheduling a task and I am not sure of the best implementation (or the proper …

ruby-on-rails cron whenever rufus-scheduler
How to create a daily job (cron-like) in Rails ActiveJob?

I'm aware of this thread: A cron job for rails: best practices?, but there's no mention of ActiveJob. My motivation …

ruby-on-rails ruby cron whenever
Cron job every day from 8AM to 8PM at 20 minutes interval

How to run cron job every day from 8:00 AM to 8:00 PM at 20 minutes interval eg cron job should start at 8:00 …

ruby cron whenever cron-task whenever-capistrano
How to use 'Whenever' gem?

I'm currently trying to use the whenever gem to schedule my tasks but I do not know how it works. …

ruby-on-rails-3 scheduled-tasks whenever
Is Rails's "delayed_job" for cron task really?

delayed_job is at http://github.com/collectiveidea/delayed_job Can delayed_job have the ability to do cron task? …

ruby-on-rails cron delayed-job whenever