-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rack::Webconsole.key_code = "231" Rack::Webconsole.key_code = "231" #43
Comments
What version are you using? |
|
I tried with "rails c" an it seems it doesn't exist. If I switch to the american keyboard the webconsole works. |
If you use
Would you paste the initializer you were writing? Thanks. |
I tried both in rails console an I get false for both.
Inside 00_rails_config.rb I've:
|
I'll try to reproduce it locally and fix it. |
Yes I'm having exactly the same problem. Any other simple way to configure a default key_code ? |
same problem here :( |
same problem here. "undefined method `key_code=' for Rack::Webconsole:Class (NoMethodError) About your application's environment |
Still no idea what's going on. :( |
I tried to put it in an initializer but it seems the .key_code method doesn't exist. How is possible to overrife it?
thanks
The text was updated successfully, but these errors were encountered: