I have finally managed to get javan-whenever gem working on my site5 server, and updating the crontab is quite easy, however whenever a cron job is run with the code that is generated, i get a “missing required gems” error where it lists about 8/10 of my gems.
Has anyone else had this problem? If so, what would the solution be.
The funny thing is that when it outputs where my gems are, this is all correct, and the gems are loading fine from within my application.
Cheers,
Matenia
I somehow managed to get this working via creating
script/CUSTOMscriptfiles and running the cron job through there .. would be glad to show someone if theyre having the same problem.