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
Update: For now we've blocked support for Rails >= 6.1, but we'll need to address this once we get to the point where we'll want/need to support those later versions.
The text was updated successfully, but these errors were encountered:
"Fixed" for now in v2.4.0 by stopping Rails 6 support at < 6.1.
omeedrj
changed the title
Rails 6 Tests Won't Run: Fix References to ActiveRecord::DefineCallback
Rails 6.1 Tests Won't Run: Fix References to ActiveRecord::DefineCallback
Mar 23, 2021
omeedrj
changed the title
Rails 6.1 Tests Won't Run: Fix References to ActiveRecord::DefineCallback
Rails 6.1+ Tests Won't Run: Fix References to ActiveRecord::DefineCallback
Mar 23, 2021
Currently tests won't run for Rails 6 because they of this error.
This is happening because the
require
d module was removed in Rails 6.https://github.com/rails/rails/blob/5-2-stable/activerecord/lib/active_record/define_callbacks.rb#L4-L7
Update: For now we've blocked support for Rails >= 6.1, but we'll need to address this once we get to the point where we'll want/need to support those later versions.
The text was updated successfully, but these errors were encountered: