pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 470 forks source link

support rails 7 #1205

Closed anthonyshull closed 3 years ago

anthonyshull commented 3 years ago

Rails 7 uses zeitwerk exclusively: https://weblog.rubyonrails.org/2021/9/15/Rails-7-0-alpha-1-released. So, checking for the autoloader breaks as it is no longer defined in the config.

pat commented 3 years ago

Thank you :)