Skip to content

Conversation

@t27duck
Copy link

@t27duck t27duck commented Oct 26, 2025

Purpose

Rails 8.1 deprecated ActiveSupport::Configurable which this gem currently uses.

DEPRECATION WARNING: ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2.

You can emulate the previous behavior with `class_attribute`.

Changes

This replaces the use of ActiveSupport::Configurable with an ActiveSupport::OrderedOptions class attribute.

Caveats

Related GitHub issues

N/A

Additional helpful information

Rails 8.1 deprecated `ActiveSupport::Configurable` which this gem currently uses.

```
DEPRECATION WARNING: ActiveSupport::Configurable is deprecated without replacement, and will be removed in Rails 8.2.

You can emulate the previous behavior with `class_attribute`.
```

This replaces the use of `ActiveSupport::Configurable` with an `ActiveSupport::OrderedOptions` class attribute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant