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

Add support to jruby #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support to jruby #10

wants to merge 1 commit into from

Conversation

ivanxuu
Copy link

@ivanxuu ivanxuu commented Jun 5, 2015

I'm using this gem in a jRuby proyect. The problem is that in the .gemspec the 'pg' gem is required, but in jruby you probably will be using 'activerecord-jdbcpostgresql-adapter' instead.. But in the end its the same postgres db backend with the same hstore support.

@bithavoc
Copy link
Owner

sorry, test are failing. it may be a good idea to add jruby to the test matrix.

also, can you squash these commits?

@ivanxuu ivanxuu force-pushed the master branch 3 times, most recently from c8149f7 to 3b26977 Compare December 15, 2015 11:20
To be used this gem in jRuby we will be using
activerecord-jdbcpostgresql-adapter or maybe another adapter like
activerecord-postgis-adapter. They all both support hstore because they
run over postgres anyway.
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 this pull request may close these issues.

2 participants