This project is archived and is in readonly mode.

#200 ✓wontfix
brot15

Rails console: Special Characters not working

Reported by brot15 | May 14th, 2008 @ 09:54 PM

  • script/console is not usable under Windows with german keyboard. It's not even possible to write simple special characters like [].
  • Rails console on Netbeans 6.1 is not starting.

Both problems are solved with this change:

Changing the last line of \ruby\lib\ruby\gems\1.8\gems\rails-2.0.2\lib\commands\console.rb

from

exec "#{options[:irb]} #{libs} --simple-prompt"

to

exec "#{irb} #{libs} --noreadline --simple-prompt"

helps.

This problem is known since rails-1.1.2 or even earlier versions.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Pages