Skip to content

Conversation

@jorgemanrubia
Copy link
Member

jeremy added a commit that referenced this pull request Dec 9, 2025
Rails 8.2 removed the `dom_id` method from the ActionText tag in
rails/rails#51238, breaking Lexxy's override.

Use `@template_object.dom_id` instead which works in all releases.
(`@template_object` is the view context and always has access to
`RecordIdentifier` helpers, including `dom_id`.)

This is obviated by #484 but allows Rails 8.2 apps to not break before
adopting the adapter setup.
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.

2 participants