Wolfram Müller

Results 16 comments of Wolfram Müller

I'm experiencing the same issue. I'v set up the tests like this: ```ruby setup do shop = shops(:first) OmniAuth.config.add_mock(:shopify, { provider: "shopify", uid: shop.shopify_domain, credentials: { token: shop.shopify_token } }...

After more debugging I'm convinced this is because right now puma is run in clustered mode for system tests. This will be [fixed](https://github.com/rails/rails/pull/30638) in rails 5.2.0

glad you like it @pokonski, for what its worth we are running the fork with the code in this PR in production right now and it works as expected. Would...

@pokonski any updates on this 😇

just one more friendly push if we can merge this? would be nice to eventually land upstream, and not use our own fork 😊

Ah fantastic, that sure is enough!! thanks so much 🙌

@pokonski hehe no worries 😊 I just installed version 3.0.0 but I'm getting a `NoMethodError: undefined method redis= for #

+1 for tabs, if my vote counts

> If really an element was actually removed while dragging an item, we wouldn't destroy the SortableJS instance. @james-em can you say a bit more on when or why that...