Ask A Question

Notifications

You’re not receiving notifications from this thread.

Cloud9 Rails Console display makes it unusable

chuckblake asked in General

Hello,

I am using Cloud9 for a Rails project and everything works fine except the Rails Console.

The display get messed up because of the autocomplete popup moves the active line around the screen and it ends up overlapping with other text on the screen. I tried other browsers and I am getting the same issue.

Any ideas on how to turn off the autocomplete or fix the display issues?

Thanks,
Chuck

Reply

You should be able ot put this in ~/.irbrc

IRB.conf[:USE_AUTOCOMPLETE] = false

Or you can open the rails console / irb with --noautocomplete

rails console --noautocomplete
irb --noautocomplete
Reply

perfect, thanks!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.