[Rails] Database Adapters Not Found
Alexey Verkhovsky
alex at verk.info
Thu Nov 11 17:20:39 GMT 2004
Curt Sampson wrote:
>dev1 $ ./script/new_controller
>./script/../config/environments/../../vendor/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:66:in `establish_connection': ActiveRecord::AdapterNotFound (ActiveRecord::AdapterNotFound)
>
>
The only possible reason for this error is that it cannot do require
'postgresql'.
In CVS HEAD this behavior has been changed - it would explicitly raise
the LoadError.
Alex
More information about the Rails
mailing list