Patrick Lindsay

Results 17 comments of Patrick Lindsay

What is the status of this? I am using the photoswipe-rails gem and have had to deactivate history for now. I could fork the gem but be great to get...

Yes I can see that, which is why I'm curious to see if the fix will be made here :)

As a workaround I'm now not compressing inline JS.

@AlexEscalante Your snippet doesn't seem to work I get: ``` undefined local variable or method `http_accept_language' ``` The gem is great but I haven't been able to work out how...

Yes that setting has no effect. You'll have to set the `max_attempts` yourself.

Create an initialiser within your application and set it there. For example; ``` # config/initializers/delayed_job.rb Delayed::Worker.max_attempts = 3 ``` The reason why the setting isn't working in this repo is...