-
Notifications
You must be signed in to change notification settings - Fork 106
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
Strange failure with a Rails 8 app #185
Comments
Need your ruby and rails version |
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux] |
I am also experiencing issues with this gem and Rails 8. When I add latest version of the clickhouse-activerecord gem to the gemfile and run bundle
So it isn't exactly the same issue, but choosing an explicit version of the clickhouse-activerecor reveals conflicts with activerecord. |
Rails 8 supported in 1.3.0 |
Trying to configure a secondary database to clickhouse. Getting a strange error after installing the gem and configuring the database.yml.
database.yml
Rails console:
Without the gem installed, this AR loads just fine.
Is Rails 8 support planned soon-ish? Would like to test drive clickhouse with our Rails app.
The text was updated successfully, but these errors were encountered: