Phlegx Systems

Results 113 comments of Phlegx Systems

I have found a working SQL query! **`pg_search` configuration** ``` ruby ... pg_search_scope :search, against: :name, associated_against: { zones: :name } ... ``` **Rails query** ``` console 2.1.4 :001 >...

@netzy i have the same problem. Can you see please my issue #206. Any idea how can I solve this problem? It is very similar. I have add a simple...

@pantsel Is this still the case or is it supported in the meanwhile? Getting the same error as @timpamungkas, so I assume, that it is probably the case. Are there...

@pantsel Hi there! It's me again. Can we support higher Postgres versions as well?

This feature could be very useful! Is it planned for the next release?

@dengshuan Getting the same error. Could you solve it by replacing gnutls with openssl or otherwise? If yes, how did you replace it if I may ask? Could you post...

So, I should put `prepend ::Doorkeeper::OpenidConnect::AccessGrant` in my `AccessGrant` model instead of the `has_one` relation workaround?

Here you can see the differences: ![Screenshot_2020-01-20 JWT IO](https://user-images.githubusercontent.com/111506/72758750-fb641580-3bd3-11ea-971b-375700f786af.png) Gem `jwt` supports more verification methods and has over 2.800 follower and gem `json-jwt` has only 237 follower.

I need to wait for a PR merge and new release of the gem `jwt`. Then I have the code already prepared to move from gem `json-jwt` to `jwt`.

@safarista thx