Andy Waite

Results 394 comments of Andy Waite

Hi @Splines, thanks for the report. I assume you are able to run things through Docker with something like: ``` docker-compose run -it myapp rails runner "puts 'hello'" ``` So,...

Just to clarify, for `rails runner` we start it but then keep it active, so you shouldn't have an issue with having to wait each time. If you want to...

@Splines you should be able to Go To Definition from where the route is called, e.g. `users_path` or `users_url` in a controller, and it will take to `routes.rb`. But perhaps...

(I'll move this to the ruby-lsp-rails repo since that's where the change would be needed)

@Splines we discussed this within the team recently. Have you looked into using [the Docker extension with VS Code](https://code.visualstudio.com/docs/containers/overview)? We suspect that may be the 'proper' solution for the issue...

A few more suggestions after talking with the team: * Rather than pushing line by line to `@response_builder`, let's build up the full string first, then we just need one...

Small suggestion after trying on a large model with many assocations: We could sort the list alphabetically within each 'group' (e.g. `has_many`).

:wave: @rickcaudill At RailsConf next week, there is going to be Hack Days session for Ruby LSP Rails. Would you be ok with other people contributing to this PR to...

Ok, no problem, I'll leave it with you 👍

Completed in https://github.com/Shopify/ruby-lsp-rails/pull/588