Closed TulioMagnus closed 4 years ago
I imagine neither M-x inf-ruby-console-auto
nor (run-ruby "rails console development")
work well for you?
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.
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.
Does anyone have the same problem? Rails console and server running ok.