The tests are saying that I need to install the active record adapter for my database, but the adapter clearly has been installed. Any ideas of what may be going on here. Been looking at this for four days so far with no success at all.
$ ARCONN=nuodb ruby -Itest test/cases/base_test.rb Using nuodb with Identity Map off /Users/rbuck/dev/sandboxes/github.com/drivers/drivers/rails/ activesupport/lib/active_support/dependencies.rb:251:in `require': Please install the nuodb adapter: `gem install activerecord-nuodb- adapter` (cannot load such file -- active_record/connection_adapters/ nuodb_adapter) (LoadError) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
