-
Notifications
You must be signed in to change notification settings - Fork 151
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
devise in combination with em-mysql2 #153
Comments
Hard to say. If you're running on the same server (with fiber-pool, or on Goliath, etc), then it means it's something within Devise itself that may need to be patched. |
Yes, I'm running on the same server (thin). Does anyone has run into the same problem? |
You might be better off asking on devise issue tracker (or mailing list). |
I did that, for those who are looking for a possible solution: this is a link to the issue: heartcombo/devise#2276 |
In the referend issue, I added more information about the problem. |
I've managed to get em-mysql2 working for one of my databases (to get async active record). This is a seperate database.
However, when I want to use em-mysql2 for my main database, the devise gem fails.
I get following example: "could not yield from root fiber".
Anyone has a solution for this?
Thx in advance
The text was updated successfully, but these errors were encountered: