Juha Suuraho
Juha Suuraho
Failing test at juhazi/pg_search@17a8049b860026602576e7892b8efa09daa0711c This was mentioned in #211 but that issue is already closed. Any tips on how to fix this? I think the easy fix would be to...
Taking the active_record_spec example setup with only the relevant parts: ``` class User < ActiveRecord::Base groupify :group_member end class Manager < User end class Group < ActiveRecord::Base groupify :group end...
The associations generated by `groupify` and `has_members` methods lack the `inverse_of` option. It should be possible to enable this on a per-call basis to keep backwards compatibility. Example usage: ```...
Given the models in active_record_spec I would like to: ``` class User < ActiveRecord::Base groupify :group_member do def some_operation_on_the_association proxy_association.owner.something end end end ``` to end up as if I...
Difference between jsonb and json column types is only internal. All input accepted by json is also accepted by jsonb. For more details, see: http://www.postgresql.org/message-id/[email protected]