I am using Ruby on Rails 3.0.9 and I am trying to setup the delay_job gem for my web application in order to send emails in this way:
I am using Ruby on Rails 3.0.9 and I am trying to setup the delay_job gem. All works if, after rebooting the Apache2 server, I run in the Terminal\\Console following commands:
I am using Ruby on Rails 3.0.9 and DelayedJob 2.1 and I am trying to implement a \"Contact Us\" form myself using ActiveModel functionalities. So...
Is there some background processor in ruby which would allow to find an existing not started delayed jobs by custom key?
For some reason, Delayed::Job\'s has decided to queue up but not excecute anything 开发者_JAVA技巧even though I\'ve restarted it several times, even kill -9\'d it and restarted it. It won\'t run any j
I have a delayed job which is working perfectly fine. I want to know which environment is this. Is it production or development or staging. Check the code please. ENV[\"RAILS_ENV\"] is nuil?
I am getting some odd behavior on a newly set up mac with os x lion.Our app runs fine in the development environment locally but in the test environment delayed job is not serializing correctly.On my
I am using delayed_job to do some background task. In between I want to track some events. I am using mixpanel gem to track the events. In controller its working perfectly fine. But not in Delayed Job
I\'m using collectiveidea/delayed_job. In my RSpec tests, the [:before, :after, :success] hooks aren\'t getting called as I would expect.
i\'m trying to get the run_at datetime in a custom job class. my code looks like this: class MyCustomJob < Struct.new开发者_如何学JAVA(:my_object)