Ruby on Rails Problem PotionStore
- by David Schiefer
Hello,
I am trying to install the PotionStore on my Mac OS X 10.6 server with Ruby on Rails 3 installed. Upon launching the server on port 3000 and pointing safari to this address, I get this:
NameError in
Store/orderController#index
uninitialized constant
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::PGconn
What does this mean? I'm not too advanced with Ruby on Rails, so this throws me a bit.