@rzane what do you think about supporting jsonb selectors?
https://www.postgresql.org/docs/9.4/static/functions-json.html
Some ideias:
select data->>'completed_at' ...
which translates to
scope.selecting { data.completed_at }
Related discussions:
rails/arel#288
@rzane what do you think about supporting
jsonbselectors?https://www.postgresql.org/docs/9.4/static/functions-json.html
Some ideias:
which translates to
Related discussions:
rails/arel#288