Tiago
Tiago
Defining the index type, on options, is falling back to gist add_hstore_index :people, :info, :type => :gin the above example is not creating a type gin index.
It would be nice if it generates the same structure of controllers inside serializers folder when we also use active_model_serializers gem.
I'm trying to configure sidecloq in a project with ConnectionPool for client and server configured like: Sidekiq.configure_client do |config| config.redis = ConnectionPool.new(size: 5, &redis_conn) Sidekiq::Status.configure_client_middleware config, expiration: 1.month end Looking...
It would be nice to can acknowledge purchases into the play store, with the acknowledge_purchase_product and acknowledge_purchase_subscription methods available on the AndroidPublisherService.
Commas were considerated OR's when i was passing page titles with commas. Support for ssl certificates path.
I was exploring how to set up expire_jwt_at and was surprised to see that the expiration is managed at the record level in the database. This approach has a key...