-
Notifications
You must be signed in to change notification settings - Fork 202
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
Exception encountered: #<ActiveRecord::AdapterNotSpecified: test database is not configured> #47
Comments
I've got one idea at least. Try 0.9.0 rc2 and let me know if you still get this. |
Now I have another exception with the rc2:
|
Hey Thibaud. I've got exactly the same problem and error messages as you - both with spork 0.9.0.rc, and with 0.9.0.rc2. But I have no solution :( |
Sadly, I still got this problem. Tim any ideas to fix this? I really want to use Spork with Rails3 :-) |
This still happens for me on rc9. I'm using Ruby 1.9.2p290. I use Devise for my User model and I am doing what the wiki says about trapping Rails::Application::RoutesReloader.reload!. However if I remove that bit from the prefork it complains about undefined constant AlphabeticallyFirstHelper, so it seems to not load some bits of the application. I tested this on rails 3.1.0 and 3.1.1.rc1. This may be related to issue #141 |
Also related to issue #66. Removing config.threadsafe! from application.rb helped, but this is just a workaround. |
Hi Tim, very happy to see the 0.9.0.rc gem!
I got this exception when running my spec (2.0.0.beta.22) with --drb (without spec running fine):
Here my spork --d:
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: