{"id":17101963,"url":"https://github.com/maskray/lsp-ruby","last_synced_at":"2026-01-04T18:13:24.081Z","repository":{"id":138472957,"uuid":"154275052","full_name":"MaskRay/lsp-ruby","owner":"MaskRay","description":"Emacs LSP support for Ruby, using the language_server gem","archived":false,"fork":false,"pushed_at":"2018-10-23T06:35:56.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T02:27:12.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaskRay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-23T06:35:37.000Z","updated_at":"2022-02-16T09:30:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c831ce9-e62a-4ff6-a3ab-40d481b555a5","html_url":"https://github.com/MaskRay/lsp-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2Flsp-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2Flsp-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2Flsp-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaskRay%2Flsp-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaskRay","download_url":"https://codeload.github.com/MaskRay/lsp-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153892,"owners_count":20569408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T15:27:37.580Z","updated_at":"2026-01-04T18:13:24.028Z","avatar_url":"https://github.com/MaskRay.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"lsp-ruby\n========\n\nRuby support for lsp-mode using the [solargraph gem](https://github.com/castwide/solargraph).\n\n## News\n\nNote: if you recently started getting an error like `Could not find command \"stdio\".`, run `gem update solargraph`.\n\n## Installation\n\n### From source\n\nClone this repository and [lsp-mode](https://github.com/emacs-lsp/lsp-mode) to\nsuitable paths, and add them to your load path:\n\n```emacs-lisp\n(add-to-list 'load-path \"\u003cpath to lsp-mode\u003e\")\n(add-to-list 'load-path \"\u003cpath to lsp-ruby\u003e\")\n```\n\n### From MELPA\n\nInstall the packages:\n- `lsp-mode`\n- `lsp-ruby`\n\n## Usage\n### Enabling `lsp-ruby`\n\n```emacs-lisp\n(require 'lsp-ruby)\n(add-hook 'ruby-mode-hook #'lsp-ruby-enable)\n\n;; Optional, for short messages on hover:\n;; (setq lsp-hover-text-function 'lsp--text-document-signature-help)\n```\n\n### Install the server\n\n```\ngem install solargraph\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Flsp-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaskray%2Flsp-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaskray%2Flsp-ruby/lists"}