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
Add Rails 8 patches: routing_ext for 8.1+, whitelist→allowlist rename
- Add Rails 8.1+ routing support in routing_ext.rb where @scope no longer
supports []= and Resource.new/SingletonResource.new signatures changed
- Rename exception_class_whitelist → exception_class_allowlist and
whitelist_all_exceptions → allow_all_exceptions per upstream convention
- Add deprecated wrapper methods for old names with deprecation warnings
- Update callers in acts_as_resource_controller.rb and operation_dispatcher.rb
Cherry-picked from cerebris/jsonapi-resources#1480
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments