Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18587 from ↵ | Rafael Mendonça França | 2015-06-03 | 1 | -0/+14 |
|\ | | | | | | | | | | | chrismcg/allow_deliver_later_queue_name_to_be_configured Allow configuration of ActionMailer queue name | ||||
| * | Allow configuration of ActionMailer queue name | Chris McGrath | 2015-06-02 | 1 | -0/+14 |
| | | |||||
* | | not needed require's | Ankit Gupta | 2015-05-10 | 1 | -1/+0 |
| | | | | | | | | | | - as core_ext is not used and test pass locally - mail is already required in abstract_unit | ||||
* | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 ↵ | Vipul A M | 2015-02-03 | 1 | -1/+0 |
|/ | | | | onwards. | ||||
* | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 1 | -19/+0 |
| | | | | | These methods were deprecated in Rails 4.2 (see f4ee1147) so they can be safely removed in Rails 5.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 |
| | | | | | | | | Action Mailer tests weren't able to run in isolation without the bundle exec prefix since we were requiring gems before requiring abstract_unit. We don't need the `gem` call thus and the require_relative since the test directory should be present in the load path when we run any test. | ||||
* | 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 ↵ | Abdelkader Boudih | 2014-08-17 | 1 | -4/+4 |
| | | | | ActionMailer::DeliveryJob | ||||
* | [ActiveJob] Fix test syntax | Abdelkader Boudih | 2014-08-17 | 1 | -10/+10 |
| | |||||
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 1 | -0/+82 |