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

Missing PostGIS #164

Closed
vaclavpavlicek opened this issue Mar 23, 2020 · 1 comment · Fixed by #165
Closed

Missing PostGIS #164

vaclavpavlicek opened this issue Mar 23, 2020 · 1 comment · Fixed by #165
Assignees
Labels
bug Something isn't working

Comments

@vaclavpavlicek
Copy link
Collaborator

After running rake db:migrate I got this error:
I, [2020-03-23T09:30:37.939228 #15181] INFO -- sentry: ** [Raven] Raven 3.0.0 configured not to capture errors: DSN not set rake aborted! NameError: undefined methodx' for class RGeo::Geos::CAPIPointImpl' /home/vendasky/Projects/pomuzeme.si/config/initializers/rgeo.rb:17:in alias_method'
/home/vendasky/Projects/pomuzeme.si/config/initializers/rgeo.rb:17:in <class:CAPIPointImpl>' /home/vendasky/Projects/pomuzeme.si/config/initializers/rgeo.rb:16:in

'
/home/vendasky/Projects/pomuzeme.si/config/environment.rb:5:in <main>' Tasks: TOP => db:migrate => db:load_config => environment .

Solution is to install PostGIS and add it as a requirement to GitHub.

@vaclavpavlicek vaclavpavlicek added the bug Something isn't working label Mar 23, 2020
@vaclavpavlicek vaclavpavlicek self-assigned this Mar 23, 2020
@vaclavpavlicek
Copy link
Collaborator Author

Add also setup for RGeo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant