aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-4/+0
* Restore I18n.locale to default after test.Zuhao Wan2014-06-071-0/+4
* Merge pull request #15083 from zuhao/refactor_actionmailer_i18n_with_controll...Yves Senn2014-05-131-11/+14
|\
| * Use with_translation helper to clean up I18n stored translations.Zuhao Wan2014-05-131-11/+14
* | Merge pull request #15082 from zuhao/refactor_actionmailer_delivery_methods_testYves Senn2014-05-131-30/+42
|\ \
| * | Move state restoration from setup/teardown into affected test cases.Zuhao Wan2014-05-131-30/+42
| |/
* | Merge pull request #15086 from zuhao/refactor_actionmailer_mail_layout_testYves Senn2014-05-131-10/+0
|\ \
| * | Remove unnecessary setup and teardown.Zuhao Wan2014-05-131-10/+0
| |/
* / A minor stylistic fix and cleanup of mail deliveries.Zuhao Wan2014-05-131-3/+5
|/
* Fix state leaks in actionmailer/test/base_test.rb.Zuhao Wan2014-05-071-102/+157
* Fix MailerPreview broken testsArthur Neves2014-03-151-4/+4
* Make sure we clean preview_interceptorsArthur Neves2014-03-071-0/+1
* add actionmailer test coverage for undefined delivery methodDmitry Polushkin2014-02-091-9/+20
* Support underscored symbols in Action Mailer configAndrew White2014-01-261-0/+14
* Add the ability to intercept emails before previewingAndrew White2014-01-261-3/+42
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+9
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-3/+0
* `mail()` without arguments is a getter for the current mail.Yves Senn2013-12-021-0/+21
* Ruby's new Hash syntax applied in actionmailerMr A2013-11-143-3/+3
* Instrument the generation of Action Mailer messagesDaniel Schierbeck2013-10-201-3/+6
* Remove unused raw email fixturesclaudiob2013-09-1215-736/+0
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-09-101-0/+3
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-251-0/+1
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-252-0/+7
* Do not silance mail gem warnings.Łukasz Strzałkowski2013-08-251-5/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-3/+0
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-3/+0
* | As we are doing debug mode onArun Agrawal2013-08-021-2/+0
|/
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-07-261-0/+3
* don't convert mailer default values to procsAlex Tsukernik2013-07-222-1/+6
* Fix AM testcase break with mail 2.5.4. It seems that AM's testcase was wrong.kennyj2013-05-171-1/+1
* Refactored to remove unnecessary setupAnupam Choudhury2013-03-302-10/+0
* drop an unused hash; change slang to SPECIALVipul A M2013-03-191-1/+1
* Allow passing interpolations to `#default_i18n_subject`, e.g.:Olek Janiszewski2013-01-242-0/+10
* Remove unneeded testsRafael Mendonça França2012-12-312-181/+0
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-213-17/+0
* Merge pull request #8450 from senny/8448_mailer_return_valuesRafael Mendonça França2012-12-102-0/+11
|\
| * The return value from mailer methods is not relevant.Yves Senn2012-12-102-0/+11
* | use _action callbacks in actionmailerFrancesco Rodriguez2012-12-083-10/+10
|/
* Explicit multipart messages respect :parts_orderNate Berkopec2012-11-191-21/+21
* Revert "Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*arg...Jon Leighton2012-10-301-7/+0
* Do not render views when mail() isn't called. (NullMail refactoring)Yves Senn2012-10-283-0/+10
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-0710-112/+112
* Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliv...Jon Leighton2012-09-281-0/+7
* Support mailer tests using spec DSLMike Moore2012-09-241-0/+144
* Register mailer tests for minitest's spec DSLMike Moore2012-09-241-0/+37
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-163-17/+8
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-142-4/+4