JPrescottSanders Asked: 2010-08-17 17:33:57 +0800 CST2010-08-17 17:33:57 +0800 CST 2010-08-17 17:33:57 +0800 CST How to Schedule a Ruby Script 772 I have a ruby script I'd like to execute every 5 minutes or so. I have seen mention of cron tasks, but not in the context of executing Ruby. I would like to know the steps necessary to execute the ruby script on a scheduled basis. scripts ruby scheduled 1 Answers Voted Best Answer myusuf3 2010-08-17T18:10:45+08:002010-08-17T18:10:45+08:00 Scripts are scripts whether they be python, bash or ruby. Just make sure they are executable. They are the same as steps listed here.
Scripts are scripts whether they be python, bash or ruby. Just make sure they are executable.
They are the same as steps listed here.