-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `present?' for "":String #60
Comments
I am having the same issue, although from line 89:
|
I am getting the same issue as well. |
@iftheshoefritz any updates on this? |
I got this error after upgraded to Rails 7.1.2 from 7.0.6 (or maybe other dependencies in my Gemfile) |
For others facing this issue, i have resolved it in my codebase by generating a binstub for solargraph and configuring vscode to use In this binstub I load active_support explicitly before calling original executable for solargraph
|
I also created a temporary patch for this issue as a gem library, solargraph-rails-patch-for-rails71. Please install this gem and update .solargraph.yml as follows: plugins:
- solargraph-rails
- solargraph-rails-patch-for-rails71 # Add this line |
Seem this is still an issue |
@masamitsu-murase For future readers using Vim: {
"solargraph.commandPath": "/Users/<username>/.rbenv/shims/solargraph",
"solargraph.useBundler": false
} |
Getting below error and dont see schema.rb columns in suggestions when I start solargraph with bundle
Could it be because active_support is not loaded?
The text was updated successfully, but these errors were encountered: