Josh Sharpe

Results 40 issues of Josh Sharpe

think this fixes #18 - I just gutted this `klass` usage since instantiating classes inside rails initializers is no longer supported.

I frequently use byebug to create breakpoints where I can fiddle with the correct capybara command while writing/editing tests. It seems that when I do this, my test will freeze....

Migrating from chromedriver to apparition, I had to add the helper method below to replace all of our calls to `page.evaluate_script(...)` because they would fail with `Capybara::Apparition::JavascriptError`. The script would...

I can't seem to get this running locally - errors below. Is it possible the installation/usage sections are out of date? More broadly - how are you hosting this for...

builtin steps like `restore_cache` and `save_cache` should work out of the box with this tool. without it, using the tool for real projects with large dependency structures isn't reasonably effective....

This fixes an issue when queueing jobs from resque-scheduler's Scheudle page. Without this change, resque is unable to identify the queue to drop the job on. ActiveJob details: https://api.rubyonrails.org/classes/ActiveJob/QueueName/ClassMethods.html#method-i-queue_as https://github.com/rails/rails/blob/157920aead96865e3135f496c09ace607d5620dc/activejob/lib/active_job/queue_name.rb#L41...

This allows resque scheduler to set the queue correctly for ActiveJobs when resque schedule's YAML configuration does not set the queue. Depends on this resque PR: https://github.com/resque/resque/pull/1713

It seems that if I continue to refresh `/sidekiq/queues/high` - I see a lot of change. And I took a look at the codez and it looks like the gem...