Jimmy Zhang
Jimmy Zhang
I understand that you can setup namespace by either 1. ```GraphQL::FragmentCache.namespace = "my-prefix"``` 2. ```GraphQL::FragmentCache.configure { |config| config.namespace = "my-prefix" }``` It isn't clear to me whether I can set...
Not using any of the existing client side integration libraries, how would I redirect users to the provider auth page? I tried setting up a form posting to the above...
`redirect_url` should be set to `DeviseTokenAuth.default_password_reset_url` if not present in the options
When a relative url or empty string is passed to `DeviseTokenAuth::Url.generate`, it should parse and return the same relative url back.
say if I have the following associations ``` class User < ApplicationRecord has_many :active_projects, -> { with_state(:active) }, class_name: Project end class Project < ApplicationRecord belongs_to :user state_machine :state, initial:...
Is it possible to search over multiple indices?
Allows Nab Transact PaymentGateway to have the ability to void / cancel an authorization.
This allows crn to be edited / updated if an existing token is supplied as part of the `options[:billing_id]`
fixes #82