Dave Gudge

Results 10 comments of Dave Gudge

I can confirm this is still a problem when Turbolinks is enabled. Replicated by logging in and clicking a few times. A request to `/active` is trigger per click as...

This does seem very similar to #1357. If so, bfd6b5a appears to fix the issue. I have added a [comment](https://github.com/resque/resque/issues/1357#issuecomment-255968915) to the issue.

I think it may be complaining about the `require` at the top of `best_in_place.js` rather than the presence of `jQuery` itself: ```coffee //= require jquery.autosize ``` **Edit:** It's not complaining...

Hi @Amm1r-IT, I haven't got as far as committing this change to the project I'm working on (as other things have come up (unrelated)), but I still have the changes...

I was experiencing : ``` fatal (exception reentered): UncaughtThrowError: uncaught throw :app_exception from /Users/dave/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:134:in `throw' from /Users/dave/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:134:in `rescue in call_app' from /Users/dave/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:131:in `call_app' from /Users/dave/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:28:in `block in call' from /Users/dave/.rbenv/versions/2.6.4/lib/ruby/gems/2.6.0/gems/web-console-4.1.0/lib/web_console/middleware.rb:17:in...

Have you tried using the master branch of wicked_pdf rather than the latest version?

Hey @mathieujobin, I do not have permission to create a new release, however, @unixmonkey may be able to indicate when a new version is planned for release?

This is no longer an issue since [v2.6.0](https://github.com/mileszs/wicked_pdf/releases/tag/2.6.0) was released back in May. I've just removed this from my `Gemfile`: ``` # Tracking master to resolve: https://github.com/mileszs/wicked_pdf/issues/891 gem "wicked_pdf", github:...

If you navigate to the extracted directory in Finder, you should be able to right click on the `747-400` directory, select "Services" and then select "New Terminal at Folder". This...