Nikita Sokolov
Nikita Sokolov
I think that it could be exposed via `Twinner#call` via `Collection#build` or some other name than `build`. Do you mind me implementing this piece?
It would be nice to have a possibility to configure two different paths for that, but it is not supported because each OmniAuth::Builder middleware you add to the middleware stack...
@balbinas, nope, OmniAuth::Configuration is still a singleton.
Hello, @nertzy, I was thinking about handling `'description->en'` strings as those columns, I could implement that this weekend.
Hello, I have finally came to finish this one, can this be merged? The tests are broken for jdbc, but so they are in master.
+1'ing this pull request, also it would be nice to make it work in `associated_against` columns too. `Column#to_sql` method should be renamed to `to_text` probably and the coercing logic can...
I have faced the same problem too, you need to allow searching against raw values, which should not be quoted. I have come up with two possible ways of checking...
@mattbrictson, this solution is kinda implicit, I have decided to go with the second way: now to search against the hstore column key you need to define this scope: ```...