Re: [Rails] Re: Not able to test cron job in development using Whenever gem in rails 3

2014-06-07 Thread Ankur Kumar
I have not been able to resolve this issue. Tried defining a relative path for log location in scheduler.rb file, but it didn't help. I don't see any log file after restarting cron job using: *sudo service cron restart *and the job as defined in Cron.sendAutomaticsSMS() is not executed.

Re: [Rails] Re: Not able to test cron job in development using Whenever gem in rails 3

2014-05-30 Thread Ankur Kumar
Thanks Matt for your reply! Unfortunately, I don't see any log file in suggested locations the blog referred to: /var/log/cron, /var/log/messages and /var/log/syslog There is no tail trace my development log file generates. I am using RVM and bundler for gems. I found similar issue for Rails 4

[Rails] Re: Not able to test cron job in development using Whenever gem in rails 3

2014-05-29 Thread Matt Jones
On Thursday, 29 May 2014 00:55:59 UTC-5, Ankur wrote: Any help on this will be greatly appreciated! Thanks. -- Regards, Ankur On Wed, May 28, 2014 at 10:18 AM, Ankur Kumar specia...@gmail.comjavascript: wrote: I did the following to implement cron jobs in rails 3 using a

[Rails] Re: Not able to test cron job in development using Whenever gem in rails 3

2014-05-28 Thread Ankur Kumar
Any help on this will be greatly appreciated! Thanks. -- Regards, Ankur On Wed, May 28, 2014 at 10:18 AM, Ankur Kumar specialan...@gmail.comwrote: I did the following to implement cron jobs in rails 3 using a runner instead of a rake task. *Step 1:* I have whenever gem installed and