We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768913 commit dde1eceCopy full SHA for dde1ece
lib/ruby_lsp/ruby_lsp_rails/support/rails_document_client.rb
@@ -66,7 +66,7 @@ def generate_rails_document_urls(name)
66
private def build_search_index
67
return unless RAILTIES_VERSION
68
69
- $stderr.puts("Fetching Rails Documents...")
+ $stderr.puts("Fetching search index for Rails documentation")
70
71
response = Net::HTTP.get_response(URI("#{RAILS_DOC_HOST}/v#{RAILTIES_VERSION}/js/search_index.js"))
72
0 commit comments