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

Rails 5 / PostgreSQL 9.5.4 / PostGIS 2.1.8 error with meta-request present #114

Open
catalyst-prime opened this issue Oct 5, 2016 · 0 comments

Comments

@catalyst-prime
Copy link

I'm setting up a Rails 5/Postres 9.5/postGIS app. I have an address object and table that is polymorphic. I can create a single Address object with a geographic point in the standard fashion. Any attempt beyond the first results in :
rake aborted!
fatal: exception reentered
<uers/username>/.rvm/gems/ruby-2.3.1/gems/activesupport-5.0.0.1/lib/active_support/dependencies.rb:287:in `load'

I created a parallel project without meta-request and everything 'just worked'. I added meta-request and the same error came up on the second address created. I removed meta-request from the main project, the error went away.

There may be other gems involved that are contributing to the problem but ultimately, the presence or absence of meta-request was all it took to fail on second object creation.
Error encountered in both rake db:seed and direct manipulation in the Rails console.
"POSTGIS="2.1.8 r13780" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0, 6 March 2012"

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

No branches or pull requests

1 participant