Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 1 | -19/+0 |
* | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 1 | -3/+5 |
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -12/+12 |
* | Make test:isolated run without bundler for Action Mailer | Robin Dupret | 2014-08-29 | 1 | -3/+2 |
* | Fix SyntaxError | Akira Matsuda | 2014-08-21 | 1 | -1/+1 |
* | Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! | Cristian Bica | 2014-08-20 | 1 | -5/+24 |
* | Clear deliveries in order not to affect other tests | Akira Matsuda | 2014-08-20 | 1 | -2/+4 |
* | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv... | Abdelkader Boudih | 2014-08-17 | 1 | -4/+4 |
* | [ActiveJob] Fix test syntax | Abdelkader Boudih | 2014-08-17 | 1 | -10/+10 |
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 1 | -0/+82 |