Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQLAdapter #41

Closed
mikebaldry opened this issue Feb 12, 2019 · 1 comment · Fixed by #42
Closed

uninitialized constant ActiveRecord::ConnectionAdapters::PostgreSQLAdapter #41

mikebaldry opened this issue Feb 12, 2019 · 1 comment · Fixed by #42

Comments

@mikebaldry
Copy link

mikebaldry commented Feb 12, 2019

For anyone seeing this error, I encountered it when adding postgresql_cursor to my Gemfile.

I had to use gem "postgresql_cursor", require: false and then require "postgresql_cursor" manually where I needed it.

This would be good to document, I think.

Rails 4.2.11, Ruby 2.5.3p105, Bundler 1.17.2

@rstacruz
Copy link

rstacruz commented May 4, 2020

If anyone else has encountered this, this has been fixed in v0.6.3. Upgrading would fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants