-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octopus error at startup with Rails 6: alias_method': undefined method
any?' for class `ActiveRecord::Associations::CollectionAssociation' (NameError)
#540
Comments
Seems like it is just not compatible: #490 (comment) |
@GuiTeK This simple line can fix that schovi@a396129 |
I have a fix for this issue. Could you please provide me the relevant access privilege to push the code |
I just hit this issue upgrading an app from 5.2 to 6.0, it would be great if a fix could be merged. |
Hi, I have the same issue after upgrading from Rails 5.0.7.1 to Rails 6.1.0. Is there a fix/merge for this now? |
Refer this #540 (comment) |
@Anoop1989 Yeah, it was a while ago and a different client, but I believe we monkey patched the behaviour in. It was a massive PITA finding the problem though, and it would still be great if Octopus worked out of the box. |
Hi,
I'm trying to get Octopus working with my Rails 6 application. What I want to achieve is to use an AWS RDS read-replica for the read-only queries of my Rails application.
I'm using Octopus v. 0.10.2. Gemfile:
Here is what my
MY-PROJECT/config/shards.yml
looks like:However, when I run
bundle exec rails server
, I have the huge cryptic error below. The application works fine without Octopus. Do you have an idea of what can cause this problem?Error:
The text was updated successfully, but these errors were encountered: