iftheshoefritz / solargraph-rails

Solargraph plugin to add awareness of Rails-specific code
MIT License
321 stars 29 forks source link

Resolve incompatibility with Rails 7.1. #64

Closed masamitsu-murase closed 7 months ago

masamitsu-murase commented 8 months ago

solargraph-rails causes an error when a project users Rails 7.1. This is caused by the lack of "present?" method in schema.rb.

Details:

masamitsu-murase commented 8 months ago

This will resolve #60

duduribeiro commented 6 months ago

@iftheshoefritz is it possible to make a release with this PR?

swrobel commented 5 months ago

@iftheshoefritz ping! Could we please get a new release?

masamitsu-murase commented 5 months ago

This is just for your information. I have created a gem library to patch this issue temporarily. I hope that it will help you. https://github.com/masamitsu-murase/solargraph-rails-patch-for-rails71

fatkodima commented 1 week ago

@iftheshoefritz Can you release a new version?