Skip to content

Add Rails 8.1 support - #286

Closed
muome wants to merge 6 commits into
citusdata:masterfrom
webdoctorgroup:rails-8-1-support
Closed

Add Rails 8.1 support#286
muome wants to merge 6 commits into
citusdata:masterfrom
webdoctorgroup:rails-8-1-support

Conversation

@muome

@muome muome commented Jul 23, 2026

Copy link
Copy Markdown

No description provided.

Fix update_all / delete_all for rails 7.2
Rails 8.1 removed the `alias` attribute from `Arel::Nodes::Function`
(and its subclasses like NamedFunction, Count, etc.). Guard `visit obj.alias`
calls with `respond_to?` checks to maintain compatibility with both
Rails 8.0 and 8.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@muome muome changed the title Add Rails 8 1 support Add support for Rails 8.1 Jul 23, 2026
@muome muome changed the title Add support for Rails 8.1 Add Rails 8.1 support Jul 23, 2026
@muome
muome force-pushed the rails-8-1-support branch from 8564c64 to 1fdf841 Compare July 23, 2026 11:03
@muome muome closed this Jul 23, 2026
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