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
Remove ActiveSupport::Concern#prepended usage for Rails 6 (#662)
`ActiveSupport::Concern#prepended` is only available in Rails 6.1+.
Since we support `>= 5.2` we can't rely on the `prepended` callback in
`lib/stimulus_reflex/cable_readiness.rb`.
Since we can easily support Rails 5.2 and Rails 6.0 with this fix.
Otherwise we would need to make StimulusReflex depend on Rails 6.1+,
which seems rather dramatic.
Fixes#656
0 commit comments