Abdelkader Boudih
Abdelkader Boudih
I will to this tomorrow.
Do you think it better if i do it with railtie ?
I will look into it.
So i located the bug not i'm not sure yet how to fix it. When we include the mixing manually we have ``` DelayedMailer, ActionMailer::DeliverLater::Mixin, ActionMailer::Base, ActionView::Layouts, .... ``` with...
I'm looking at the rails source since there is no extra gem that could have added these module. We will have to patch rails 4.1 and 4.2, right ?
I'm sending a little fix right now @cristianbica
@cristianbica https://github.com/seuros/actionmailer-deliver_later/tree/prepend
That still won't fix the issue.
Shouldn't we merge activejob first ? and yes, i can prepare a PR.
Then we can turn this gem to support rails 4.1 only.