Conversation
|
I think the test failures are mostly coming from Modis and will address its compatibility with Rails 7.1 first in rpush/modis#52. |
|
This is actually breakage in Rails itself: rails/rails#52820 |
Pending release of rails/rails@139cca9 so that 7.1.5 will work.
|
In |
You're time traveling. |
|
This is pending #668 |
|
If you want the tests to fail, adding this before if client == :active_record
require 'active_record'
if ActiveRecord::Base.respond_to?(:default_column_serializer)
# New default in Rails 7.1: https://github.com/rails/rails/pull/47422
ActiveRecord::Base.default_column_serializer = nil
end
end(not the cleanest code) The error seems to be thrown when eager loading rpush: |
No description provided.