-
Notifications
You must be signed in to change notification settings - Fork 30
Improve the project's readme #32
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
Conversation
Left a few suggestions but not critical. |
|
||
The RailsRubyLsp is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for extra Rails editor features. As long | ||
as this gem is a part of the project's bundle, the Ruby LSP will automatically load it to provide extra features. | ||
The Rails Ruby Lsp is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for extra Rails editor features, such as: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Rails Ruby Lsp is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for extra Rails editor features, such as: | |
The Rails Ruby LSP is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for extra Rails editor features, such as: |
## Usage | ||
|
||
1. Start your Rails server | ||
1. Hover over an ActiveRecord model to see its details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Hover over an ActiveRecord model to see its details | |
1. Hover over an ActiveRecord model class name to see its details |
(in case people mistakenly try to hover over the filename, etc.)
|
||
This gem consists of two components that enable enhanced Rails functionality in the editor: | ||
|
||
1. A Rails engine that automatically exposes APIs when Rails server is running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. A Rails engine that automatically exposes APIs when Rails server is running | |
1. A Rails engine that exposes APIs while the Rails server is running. |
No description provided.