-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
dependencieschanges or issues relating to a dependencychanges or issues relating to a dependencysearchfinding things through our modelsfinding things through our models
Description
When using Administrate with Rails 8.1, a deprecation warning is triggered for String#mb_chars and ActiveSupport::Multibyte::Chars. The suggested fix is to use normal string methods instead.
Example location was found in search:
https://github.com/thoughtbot/administrate/blob/main/lib/administrate/search.rb#L114
["%#{term.mb_chars.downcase}%"] * fields_count
Suggesting in prep of future Rails updates. Thanks for checking this out and lmk if my issue is whack because I'm new to writing them 👍
mpvosseller
Metadata
Metadata
Assignees
Labels
dependencieschanges or issues relating to a dependencychanges or issues relating to a dependencysearchfinding things through our modelsfinding things through our models