Automate Rake Tasks
Play
18:22 CC

Automate Rake Tasks

#365 Sep 4, 2022 free
When rake tasks need to be part of a deployment, you could find yourself in a situation where the rake task was forgotten about or have to go through the process of shelling into the environment to execute the tasks. In this episode, we look at addressing these issues by creating a way to have rake tasks execute automatically.