-
Notifications
You must be signed in to change notification settings - Fork 548
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
uninitialized constant Encoding::US_ASCII #178
Comments
What version of ruby are you using? Also, do you happen to have a class named |
No, I do not have an Encoding class. I am using ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux], but I also tried with the latest Ruby Enterprise Edition and had the same problem. |
The offending line is here: https://github.com/brianmario/mysql2/blob/master/lib/mysql2/client.rb#L54 But you should only be getting there if there is a constant named Are you sure there isn't one in your app? |
Got it! I had upgraded |
no problem, let me know if you run into anything else :) On Jun 14, 2011, at 7:03 PM, rofflebuster
|
I started getting this upon upgrading from Rails 3.0.9 from Rails 3.0.7. However, even after I downgraded, I still this get this message. I also tried using MySQL2 version 0.2.7, but that didn't work either. What could be wrong?
The text was updated successfully, but these errors were encountered: