File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Ruby LSP Rails is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension fo
5
5
- Displaying an ActiveRecord model's database columns and types when hovering over it
6
6
- (More to come!)
7
7
8
-
9
8
## Installation
10
9
11
10
To install, add the following line to your application's Gemfile:
25
24
26
25
This gem consists of two components that enable enhanced Rails functionality in the editor:
27
26
28
- 1 . A Rails engine that automatically exposes APIs when Rails server is running
27
+ 1 . A Rack middleware that automatically exposes APIs when Rails server is running
29
28
1 . A Ruby LSP extension that connects to the exposed APIs to fetch runtime information from the Rails server
30
29
31
30
This is why the Rails server needs to be running for features to work.
@@ -35,7 +34,6 @@ This is why the Rails server needs to be running for features to work.
35
34
> There is no need to restart the Ruby LSP every time the Rails server is booted.
36
35
> If the server is shut down, the extra features will temporarily disappear and reappear once the server is running again.
37
36
38
-
39
37
## Contributing
40
38
41
39
Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/ruby-lsp-rails . This project is
You can’t perform that action at this time.
0 commit comments