Skip to content
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

Real use on production code #15

Open
iftheshoefritz opened this issue Nov 19, 2020 · 1 comment
Open

Real use on production code #15

iftheshoefritz opened this issue Nov 19, 2020 · 1 comment

Comments

@iftheshoefritz
Copy link
Owner

iftheshoefritz commented Nov 19, 2020

Please add your experience of using solargraph-rails with production code. What is working, what is not, what is too slow, etc.

@iftheshoefritz
Copy link
Owner Author

iftheshoefritz commented Nov 19, 2020

I've run this with:

a Rails API (+- 50k LOC, 4 years old, Rails 6.0, single team = 5-10 contributors at any given time)
a scary (mostly because of the quality of code) Rails monolith (+- 170k LOC, 8+ years old, Rails 5.2, multi-team = 20+ simultaneous contributors).

It's fairly slow to start up SG (28s in the monolith), but I found the same startup time with and without sg_rails listed in plugins.

Completion is slow if you know what you're doing, but if you're in a part of the code you don't know, having searchable autocomplete is really helpful.

@iftheshoefritz iftheshoefritz changed the title Testing on production code Real use on production code Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant