I am currently using a site5 server and would like rake jobs:work pretty much running all the time. I currently cannot send out the jobs unless i\'m logged into the server. I hope that someone out th
I have a file called config.yml in my /config folder of my rails application. I also have an initializer: config/initializers/load_config.rb with the following code:
I am trying to use the Whenever plugin for rails to perform a model process at certain times. My schedule.rb is a开发者_开发技巧s follows: