Olivier Kaluzny

Results 2 issues of Olivier Kaluzny

Hi, Since Rails 4.2, ActionMailer is integrate with ActiveJob. So this code ``` ruby UserMailer.sponsorship_accepted(invitation).deliver_later ``` create a queue 'mailers' and add it automatically, So, no class UserMailerWorker is needed....

Hi, I can't show any tabs in resque-web ![capture decran 2014-08-13 a 08 26 13](https://cloud.githubusercontent.com/assets/372462/3901827/c9b3dfce-22b2-11e4-98fd-3de617bbd159.png) If I inspect code, tabs is present, but like in mobile version. I find the...