I am trying to configure Active Job with Rails 4 and Devise. I am open to any textbook, if any (could not be found in my search.)
I know there is a Devise Async gem , but it does not address the active task. However, I found this gem , which is new to development, but I get the error uninitialized constant Devise::Async::Backend::Base (NameError)
. (Could I be airy when it is implemented).
Any suggestions are welcome. I hope that I do not need to create new controller methods.
source share