Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shopify/ruby-lsp-rails
A Ruby LSP addon for Rails
https://github.com/Shopify/ruby-lsp-rails
Last synced: about 2 months ago
JSON representation
A Ruby LSP addon 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-04-13T21:41:18.000Z (8 months ago)
- Last Synced: 2024-04-14T09:45:32.564Z (8 months ago)
- Language: Ruby
- Homepage: https://shopify.github.io/ruby-lsp-rails/
- Size: 9.9 MB
- Stars: 475
- Watchers: 114
- Forks: 18
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-sorbet - ruby-lsp-rails
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).