Ruby on Rails Problem PotionStore
Posted
by
David Schiefer
on Stack Overflow
See other posts from Stack Overflow
or by David Schiefer
Published on 2011-01-09T16:31:13Z
Indexed on
2011/01/09
21:53 UTC
Read the original article
Hit count: 136
ruby-on-rails3
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.
© Stack Overflow or respective owner