nonsequitur / inf-ruby

218 stars 69 forks source link

Autocomplete freezes up UI on large slow Rails application #180

Closed delonnewman closed 10 months ago

delonnewman commented 10 months ago

When I try to use in-ruby on the large slow Rails application of a client (it uses pry). Autocomplete seems to freeze the UI. Any thoughts or suggestions are appreciated. I'm also willing to help with any fixes if someone could point me in the right direction.

Environment

Emacs 28.2 - I'm currently using Doom Emacs, but I've experienced this behavior on the same project with a vanilla setup. Ruby 2.6.10 Rails 5

dgutov commented 10 months ago

Could be the same as https://github.com/dgutov/robe/issues/139 -- Ruby compiled without libreadline support, or rb-readline being included in the bundle anyway.

delonnewman commented 10 months ago

Thanks for the quick reply @dgutov. I'll look into it.

delonnewman commented 10 months ago

That did it. Thank you! @dgutov