Skip to content

Replace active support configurable#1414

Closed
aseroff wants to merge 2 commits intoSpinaCMS:mainfrom
aseroff:replace-ActiveSupport-Configurable
Closed

Replace active support configurable#1414
aseroff wants to merge 2 commits intoSpinaCMS:mainfrom
aseroff:replace-ActiveSupport-Configurable

Conversation

@aseroff
Copy link
Contributor

@aseroff aseroff commented Oct 29, 2025

Context

Two instances of ActiveSupport::Configurable inclusions in Spina are raising warnings of upcoming depreciation. Addresses #1413

Changes proposed in this pull request

Replace with mattribute in Spina module and class_attribute in MenuPresenter

Guidance to review

Contains a breaking change: calls to menu_presenter.config.attribute should be replaced with menu_presenter.attribute, or need to add something for reverse-compatibility.

BREAKING CHANGE: calls to `presenter.config.attribute` should be replaced with `presenter.attribute`
@stale
Copy link

stale bot commented Dec 28, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 28, 2025
@stale stale bot closed this Jan 5, 2026
@aseroff aseroff deleted the replace-ActiveSupport-Configurable branch January 11, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant