Klemen Nagode
Klemen Nagode
If you are using Redis it you can purge cache by deleting entry with URL as a key. You would do something like: `$redis.keys('*www.xyz.com/*').each { |k| $redis.del(k) }`
I am getting this error as well. We are using puma. I noticed that everything works in console (`rails c`).
@zainzafar did you figure this out? I have the same issue ...
@zainzafar After I added (`config/puma.rb`) ... ``` on_worker_boot do ActiveRecord::Base.establish_connection ActiveRecord::Base.connection.initialize_shards(Octopus.config end ``` Octopus started working but I only can use it on dynos - I still have issues on...
@zainzafar how do you use octopus in gemfile? `gem 'ar-octopus'`? Or do you load specific version? Which?
What is current state of this? Vue is getting pretty popular :) @ale7714 @davehenton
@jrz haven't found a good solution and said .. Lets leave it as it is until we get more subscribers :)
+1 struggling with this for ages
I am getting same error when running `rails s`.
This is happening in our environment too. I can download https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz without any issues. I wonder how to resolve this? Can we help? How?