aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* | | Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/ /
* | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-0/+16
|\ \
| * | Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+16
* | | Remove duplicated `delivery_method` definitionyuuji.yaginuma2017-04-071-1/+0
* | | Use better duration aliases in testsAndrew White2017-03-151-2/+2
* | | Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
* | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
|/ /
* | Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-0/+19
* | Avoid should in test namesRafael Mendonça França2017-01-301-1/+1
* | Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-301-0/+14
* | Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize...David Heinemeier Hansson2017-01-301-0/+18
* | restore `delivery_method` after testyuuji.yaginuma2017-01-291-4/+1
* | Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-282-0/+55
* | Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-5/+5
* | Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-061-0/+5
|\ \
| * | Fix wrong typo in testMQuy2016-12-051-1/+1
| * | allow context type when set body mailMQuy2016-11-301-0/+5
* | | Remove unneeded Deprecation.silenceRafael Mendonça França2017-01-031-3/+1
* | | Privatize unneededly protected methods in Action Mailer testsAkira Matsuda2016-12-243-3/+3
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-9/+9
* | Remove deprecated support to :text in renderRafael Mendonça França2016-10-103-6/+6
* | Add three new rubocop rulesRafael Mendonça França2016-08-165-19/+19
* | code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* | Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-0/+3
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* | applies remaining conventions across the projectXavier Noria2016-08-063-4/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-065-23/+23
* | applies new string literal convention in actionmailer/testXavier Noria2016-08-0617-257/+257
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-152-1/+70
* | Merge pull request #24589 from vipulnsward/am-fragment-cacheRafael França2016-05-055-3/+62
|\ \
| * | Expand on Action Mailer Fragment caching testsVipul A M2016-04-175-3/+62
* | | Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-251-0/+38
|/ /
* | Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-0/+8
* | Sendmail default arguments match Mail::SendMailarktisklada2016-04-051-1/+1
* | Suppress warningsyui-knk2016-03-312-6/+12
* | Remove load_paths fileArthur Neves2016-02-271-1/+0
* | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu...Stan Lo2016-02-231-2/+0
* | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an...Stan Lo2016-02-231-1/+0
* | Porting ActionController::Caching to ActionMailer::CachingStan Lo2016-02-236-0/+257
* | Remove not used test fixtureyui-knk2015-12-301-1/+0
|/
* Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...Sean Griffin2015-11-231-78/+0
* Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptorSean Griffin2015-11-231-0/+78
|\
| * ActionMailer::Base can unregister interceptor(s).Claudio Ortolina2015-01-311-0/+78
* | tests, define `Rails.root` before loading Action Mailer.Yves Senn2015-11-042-8/+8
* | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | Added assertion for error messages for nil and unknown delivery methodsRonak Jangir2015-09-221-2/+4
* | change test method name to the appropriate nameyuuji.yaginuma2015-09-191-1/+1