Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shopify/ruby-lsp-rails
A Ruby LSP add-on for Rails
https://github.com/shopify/ruby-lsp-rails
lsp-server rails ruby-lsp
Last synced: about 20 hours ago
JSON representation
A Ruby LSP add-on for Rails
- Host: GitHub
- URL: https://github.com/shopify/ruby-lsp-rails
- Owner: Shopify
- License: mit
- Created: 2023-03-31T13:34:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:30:15.000Z (10 days ago)
- Last Synced: 2024-12-16T16:53:20.950Z (7 days ago)
- Topics: lsp-server, rails, ruby-lsp
- Language: Ruby
- Homepage: https://shopify.github.io/ruby-lsp/rails-add-on
- Size: 17.7 MB
- Stars: 587
- Watchers: 133
- Forks: 27
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Ruby DX Slack](https://img.shields.io/badge/Slack-Ruby%20DX-success?logo=slack)](https://join.slack.com/t/ruby-dx/shared_invite/zt-2c8zjlir6-uUDJl8oIwcen_FS_aA~b6Q)
# Rails add-on
The Rails add-on is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) [add-on](https://shopify.github.io/ruby-lsp/add-ons.html) for extra [Rails editor features](https://shopify.github.io/ruby-lsp/rails-add-on.html).
## Installation
If you haven't already done so, you'll need to first [set up Ruby LSP](https://shopify.github.io/ruby-lsp/#usage).
As of v0.3.0, Ruby LSP will automatically include the Ruby LSP Rails add-on in its custom bundle when a Rails app is detected.
There is no need to add the gem to your bundle.## Documentation
See the [documentation](https://shopify.github.io/ruby-lsp/rails-add-on.html) for more in-depth details about the
[supported features](https://shopify.github.io/ruby-lsp/rails-add-on.html#features).## Contributing
See [CONTRIBUTING.md](https://github.com/Shopify/ruby-lsp-rails/blob/main/CONTRIBUTING.md)
## License
The gem is available as open source under the terms of the
[MIT License](https://github.com/Shopify/ruby-lsp-rails/blob/main/LICENSE.txt).