dgutov / robe

Code navigation, documentation lookup and completion for Ruby
584 stars 37 forks source link

Robe not working on Ruby 2.7.1 #126

Closed TulioMagnus closed 4 years ago

TulioMagnus commented 4 years ago

Does anyone have the same problem? Rails console and server running ok. image

dgutov commented 4 years ago

I imagine neither M-x inf-ruby-console-auto nor (run-ruby "rails console development") work well for you?

dgutov commented 4 years ago

Try creating an .irbrc file in the root of the project with this line inside: IRB.conf[:USE_MULTILINE] = false.

Also see https://github.com/ruby/irb/issues/113.

dgutov commented 4 years ago

Or you can update to the latest inf-ruby and try again. As long as your version of Rails is < 5 or >= 5.1.4.