We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix missing require to prevent NameError
Updated Devise (markdown)
Created Devise (markdown)
Destroyed Devise (markdown)
Changed DeviseWorker perform method to use devise_mailer.safe_constantize (tested on rails 5.2, devise 4.4.3)
This page was outdated so I added information about how to do send devise notifications using sidekiq
update Devise::Async readme (Devise::Async has no queue and backend config now)
Changed the method name to deliver_later to match the one called from the model and added a small note to autoload the lib folder
added an update section at the top mentioning devise-async should not be needed when using Devise with ActiveJob
Fix link to devise wiki.
Devise 3.1 added token
The Devise::Mailer methods now have arity of 2, so the options need pass thru
fixed link to devise wiki
Add note about the devise-async using the "mailer" queue by default
include Devise::Async::Model is no longer supported, and has now been included as a Devise module called directly on devise method call with `:async`
Add `devise-async` as an alternative
Devise::Mailer is default, not DeviseNotifier.