feat: Updates for Alchemy 8.4 - #153
Open
tvdeyen wants to merge 5 commits into
Open
Conversation
We need the locale as suffix for them to have any effect
Essences have been removed a long while ago
tvdeyen
force-pushed
the
use-user-methods
branch
2 times, most recently
from
September 10, 2026 14:10
27f3188 to
b673364
Compare
tvdeyen
force-pushed
the
use-user-methods
branch
2 times, most recently
from
September 10, 2026 15:28
052de39 to
1b86887
Compare
Alchemy 8.4 now ships a UserMethods module that handles necessary accesors like a database backed alchemy_roles column and who-dunnit functionality. This aligns the solidus user model with the alchemy-devise user model which has more roles than just "admin".
Alchemy 8.4 switched from Select2 to Tom Select for Remote Selects.
Not necessary anymore since Alchemy 8.0
tvdeyen
force-pushed
the
use-user-methods
branch
from
September 10, 2026 15:30
1b86887 to
dffd117
Compare
tvdeyen
marked this pull request as ready for review
September 10, 2026 15:30
sascha-karnatz
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes necessary changes for Alchemy 8.4
Alchemy::UserMethodsmodule and introduces aalchemy_rolescolumn forSpree::Usermodel, which allows for UI based role management for Alchemy access control