chewy icon indicating copy to clipboard operation
chewy copied to clipboard

Compatibility to Rails version 8.0.1

Open TCCDevelopment opened this issue 1 year ago • 2 comments

Per your documentation, Chewy is not compatible with the current stable version of Rails (v 8.0.1)

Your documentation states that Chewy is compatible with "Rails 6.1, 7.0, 7.1 and 7.2" (1) and "6.1, 7.0, 7.1, 7.2 Active Record versions" (2). With the newest version or Rails being 8.0.1, ActiveRecord has also been increased to 8.0.1 (3)

Could you bring the current version of Chewy current to Rails >= 8.x

Could you please test the current version of Chewy against the current stable version of Rails (8.0.1) and if passing, bring the documentation current on GitHub and RubyGems to show that it is compatible; else make the changes needed within the source code to bring the Chewy code current?

Alternatives I've considered are reverting back to 'elasticsearch-rails' for new apps

Though it is not ideal, there are no current gems up to date with the most recent Rails version. But, the 'elasticsearch-rails' does not stated a needed ActiveRecord version. For new API app development, I am considering using the 'elasticsearch-rails' gem.

There is no additional context to provide at this time.

No other context or screenshots about the feature request.

TCCDevelopment avatar Feb 20 '25 01:02 TCCDevelopment

FYI - We've been using Chewy in production on Rails 8 for about a month at my company. No issues/regressions noted AFAIK. 🫡

jrupinski avatar Jul 15 '25 15:07 jrupinski

@jrupinski has your Chewy + Rails 8 success continued?

tylerwillingham avatar Oct 13 '25 22:10 tylerwillingham

FWIW, We also use it in production without issue.

abartov avatar Jan 09 '26 14:01 abartov

Rails 8.0 is now part of the CI matrix and fully tested as of #998.

bbatsov avatar Feb 25 '26 13:02 bbatsov