-
Notifications
You must be signed in to change notification settings - Fork 152
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
ActiveRecord::ConnectionNotEstablished #65
Comments
Found an issue: if I disable the New Relic agent in development, things work. newrelic.yml:
Perhaps this is a NR agent bug? Contacting NR directly now and will update with the outcome. |
@kcm Did you happen to figure out the problem with this |
Never heard back from NR but it seems to work now, though I'm not using resque-pool at the moment. |
I got the same error but it was from rake tasks configured wrong. Fixed now. Thanks for following up |
Thanks for this ScotterC -- your comment got me looking at the rake tasks and I found a line that was causing this. |
Using sqlite3 everywhere but production, and everything else is running fine, but I'm seeing this error in development. Any ideas? Seems like this shouldn't happen with a functioning sqlite3 setup (created, migrated, etc).
The text was updated successfully, but these errors were encountered: