DEV Community

Discussion on: Cron jobs in Rails: A simple guide to ACTUALLY using the Whenever gem (now with tasks!)

Collapse
 
bachdx2812 profile image
bachdx

Thank you for your post

btw, you can run this command to update crontab for development environment without actually editing the crontab file

whenever --update-crontab --set environment='development'
Enter fullscreen mode Exit fullscreen mode
Collapse
 
risafj profile image
Risa Fujii

That's really convenient! I'll update the post accordingly. Thank you :)

Some comments have been hidden by the post's author - find out more