You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
I have a Rails 3.2.11 app to which I tried adding Postgres Hstore using the activerecord-postgres-hstore gem. The app works find in development with PG-9.1.9 db, but gives the following error in the production server with PG-9.1.8 db:uninitialized constant ActiveRecord::Coders::Hstore (NameError)
I have a Rails 3.2.11 app to which I tried adding Postgres Hstore using the activerecord-postgres-hstore gem. The app works find in development with PG-9.1.9 db, but gives the following error in the production server with PG-9.1.8 db:uninitialized constant ActiveRecord::Coders::Hstore (NameError)
The log files are as follows:
unicorn.log
production.log
book.rb
The text was updated successfully, but these errors were encountered: