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
BUNDLE_GEMFILE=gemfiles/rails_edge.gemfile bundle update
BUNDLE_GEMFILE=gemfiles/rails_edge.gemfile bundle exec rspec spec/chrono_model/
Testing against Active Record 7.1.0.alpha with Arel 10.0.0
The text was updated successfully, but these errors were encountered:
Rails 7.1 will introduce
.with
to make CTE queries easilyThere are no specs in Chronomodel that ensures that this works, we should add one
Database structure is here: https://github.com/ifad/chronomodel/blob/master/spec/support/time_machine/structure.rb
Ref: https://edgeapi.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-with
/cc @dimvic
The text was updated successfully, but these errors were encountered: