Jeremy Weiland

Results 3 comments of Jeremy Weiland

Yeah, I'm getting this when telling capybara to click on a link issuing a POST request. It's not even a JS link. As in: ``` html 1:00 PM ```

I was able to work around this by putting: ``` ruby require "lacquer/delayed_job_job" ``` in config/application.rb. I know that file is required when the job is actually performed, so I'm...

FYI, this is probably related to this DJ bug: https://github.com/collectiveidea/delayed_job/issues/337