AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
823 stars 311 forks source link

Remove order in before_action callback #2784

Closed kulturbande closed 5 months ago

kulturbande commented 5 months ago

What is this pull request for?

The order method was remove a few days ago. In the latest version of Rails (v7.1) this leads to a warning if this option is enabled during development.

Checklist

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.80%. Comparing base (7a7c607) to head (5d82f67).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2784 +/- ## ======================================= Coverage 95.80% 95.80% ======================================= Files 221 221 Lines 6078 6078 ======================================= Hits 5823 5823 Misses 255 255 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.