Skip to content

Conversation

@tyronewilson
Copy link

@tyronewilson tyronewilson commented Aug 11, 2016

  1. This gem was not compatible with influxdb gem since they inflect as 'InfluxDB' and this gem does 'Influxdb' This was causing undefined constant InfluxDB::Client as soon as this gem is installed to take care of the query syntax. I have renamed the files and constants in the gem to match those in the official influxdb ruby client. Now they can load side by side.
  2. I found Builder does not support to_sql but rather if you do builder.select.to_sql it works per the README.md

I found Builder does not support to_sql but rather if you do builder.select.to_sql it works per the README.md
…otherwise the gems conflict in rails with autoloading
@tyronewilson
Copy link
Author

I don't know why the Travis CI tests have failed but I ran rspec in my local env and all tests passed.

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.

1 participant