You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also experiencing issues with this gem and Rails 8.
Ruby 3.4.1
Rails 8.0.1
When I add latest version of the clickhouse-activerecord gem to the gemfile and run bundle gem "clickhouse-activerecord", "~> 1.2.1"
I get this error:
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Could not find compatible versions
Because clickhouse-activerecord >= 1.1.1 depends on activerecord ~> 7.1
and rails >= 8.0.1 depends on activerecord = 8.0.1,
clickhouse-activerecord >= 1.1.1 is incompatible with rails >= 8.0.1.
So, because Gemfile depends on rails ~> 8.0.1
and Gemfile depends on clickhouse-activerecord ~> 1.2.1,
version solving has failed.
So it isn't exactly the same issue, but choosing an explicit version of the clickhouse-activerecor reveals conflicts with activerecord.
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: