| Commit message (Expand) | Author | Age | Files | Lines |
* | let the AM test suite pass in 1.9 | Xavier Noria | 2014-11-24 | 1 | -2/+2 |
* | let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman] | Xavier Noria | 2014-11-24 | 2 | -0/+61 |
* | Only include the needed assertions | Rafael Mendonça França | 2014-10-07 | 1 | -1/+1 |
* | fix tests on action_mailer | schneems | 2014-10-07 | 3 | -6/+8 |
* | Allow attaching files while the mail view is rendered | Christian Felder (masone) | 2014-09-22 | 2 | -0/+21 |
* | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 1 | -1/+1 |
* | 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 |
* | Leave all our tests as order_dependent! for now | Matthew Draper | 2014-09-02 | 1 | -0/+5 |
* | [ActionMailer] Rename test/test_test to test/test_case_test | Abdelkader Boudih | 2014-08-30 | 1 | -0/+0 |
* | 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 | 8 | -51/+70 |
* | Clear deliveries in order not to affect other tests | Akira Matsuda | 2014-08-20 | 1 | -2/+4 |
* | Remove global helpers from the ActionMailer test suite. | Lucas Mazza | 2014-08-19 | 2 | -13/+1 |
* | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 4 | -8/+93 |
|\ |
|
| * | [ActiveJob] Use globalid gem | Abdelkader Boudih | 2014-08-17 | 1 | -1/+0 |
| * | [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 | 2 | -10/+11 |
| * | Merge branch 'master' into activejob | Cristian Bica | 2014-08-13 | 1 | -1/+3 |
| |\ |
|
| | * | use :test delivery method for `base_test.rb` | Yves Senn | 2014-08-13 | 2 | -6/+3 |
| | * | actionmailer_tests_are_order_dependent! | Akira Matsuda | 2014-08-13 | 1 | -0/+5 |
| | * | AM, AP, AV, and AMo tests are already order_independent! | Akira Matsuda | 2014-08-13 | 1 | -5/+0 |
| * | | Added ActionMailer::DeliverLater | Abdelkader Boudih | 2014-08-13 | 2 | -0/+88 |
* | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 2 | -0/+46 |
|\ \ \
| | |/
| |/| |
|
| * | | Nobody sucks so nobody should call this awful method name | Rafael Mendonça França | 2014-08-12 | 1 | -1/+1 |
| * | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent! | Akira Matsuda | 2014-08-12 | 1 | -0/+5 |
| |/ |
|
| * | Raise an exception when attachments are added after `mail` was called. | Yves Senn | 2014-07-29 | 1 | -0/+39 |
| * | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+2 |
* | | Include the selector assertions on the test case | Rafael Mendonça França | 2014-07-15 | 1 | -3/+0 |
* | | Rails is a module not a class | Rafael Mendonça França | 2014-07-15 | 1 | -1/+1 |
* | | Merge pull request #11218 from kaspth/loofah-integration | Rafael Mendonça França | 2014-07-10 | 1 | -0/+50 |
|\ \
| |/
|/| |
|
| * | Inline Assertion reference. | Timm | 2014-06-16 | 1 | -3/+4 |
| * | Remove response faking. | Timm | 2014-06-16 | 1 | -15/+1 |
| * | Use 1.9 syntax. | Timm | 2014-06-16 | 1 | -6/+6 |
| * | Added rails-dom-testing and rails-html-sanitizer to Gemfile. Added tests for ... | Timm | 2014-06-16 | 1 | -0/+63 |
* | | test i18n against a routed app | Aaron Patterson | 2014-07-07 | 1 | -1/+16 |
* | | add test coverage for the action mailer | Dmitry Polushkin | 2014-07-04 | 6 | -38/+16 |
* | | Add unregister_template_handler to prevent leaks. | Zuhao Wan | 2014-06-12 | 1 | -4/+0 |
|/ |
|
* | Restore I18n.locale to default after test. | Zuhao Wan | 2014-06-07 | 1 | -0/+4 |
* | Merge pull request #15083 from zuhao/refactor_actionmailer_i18n_with_controll... | Yves Senn | 2014-05-13 | 1 | -11/+14 |
|\ |
|
| * | Use with_translation helper to clean up I18n stored translations. | Zuhao Wan | 2014-05-13 | 1 | -11/+14 |
* | | Merge pull request #15082 from zuhao/refactor_actionmailer_delivery_methods_test | Yves Senn | 2014-05-13 | 1 | -30/+42 |
|\ \ |
|
| * | | Move state restoration from setup/teardown into affected test cases. | Zuhao Wan | 2014-05-13 | 1 | -30/+42 |
| |/ |
|
* | | Merge pull request #15086 from zuhao/refactor_actionmailer_mail_layout_test | Yves Senn | 2014-05-13 | 1 | -10/+0 |
|\ \ |
|
| * | | Remove unnecessary setup and teardown. | Zuhao Wan | 2014-05-13 | 1 | -10/+0 |
| |/ |
|
* / | A minor stylistic fix and cleanup of mail deliveries. | Zuhao Wan | 2014-05-13 | 1 | -3/+5 |
|/ |
|
* | Fix state leaks in actionmailer/test/base_test.rb. | Zuhao Wan | 2014-05-07 | 1 | -102/+157 |
* | Fix MailerPreview broken tests | Arthur Neves | 2014-03-15 | 1 | -4/+4 |