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
Fix Rails 8.1 compatibility by requiring ActiveSupport delegation (#207)
Rails 8.1.0's railties now uses delegate_missing_to in Rails::Initializable::Collection,
which requires ActiveSupport's delegation extensions to be loaded first.
Fixes NoMethodError: undefined method 'delegate_missing_to' for Rails::Initializable::Collection:Class
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments