index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
test
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in actionmailer/test
Xavier Noria
2016-08-06
1
-81
/
+81
*
Revert "Merge pull request #18446 from cloud8421/actionmailer-unregister-inte...
Sean Griffin
2015-11-23
1
-78
/
+0
*
Merge pull request #18446 from cloud8421/actionmailer-unregister-interceptor
Sean Griffin
2015-11-23
1
-0
/
+78
|
\
|
*
ActionMailer::Base can unregister interceptor(s).
Claudio Ortolina
2015-01-31
1
-0
/
+78
*
|
change test method name to the appropriate name
yuuji.yaginuma
2015-09-19
1
-1
/
+1
*
|
Added test for `any` if called without specifying any format
Ronak Jangir
2015-09-18
1
-0
/
+7
*
|
Removed mocha from ActionMailer
Ronak Jangir
2015-08-20
1
-40
/
+71
*
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
|
Fix assertion that was never run
claudiob
2015-01-11
1
-1
/
+1
|
/
*
Template lookup now respect default locale and I18n fallbacks.
Rafael Mendonça França
2014-12-29
1
-1
/
+26
*
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
1
-2
/
+4
*
Allow attaching files while the mail view is rendered
Christian Felder (masone)
2014-09-22
1
-0
/
+14
*
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
Cristian Bica
2014-08-20
1
-18
/
+18
*
[ActiveJob] Use globalid gem
Abdelkader Boudih
2014-08-17
1
-1
/
+0
*
Refactor DeliverLater into MessageDelivery
Abdelkader Boudih
2014-08-14
1
-2
/
+3
*
use :test delivery method for `base_test.rb`
Yves Senn
2014-08-13
1
-1
/
+3
*
Raise an exception when attachments are added after `mail` was called.
Yves Senn
2014-07-29
1
-0
/
+39
*
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
*
Make sure we clean preview_interceptors
Arthur Neves
2014-03-07
1
-0
/
+1
*
Support underscored symbols in Action Mailer config
Andrew White
2014-01-26
1
-0
/
+14
*
Add the ability to intercept emails before previewing
Andrew White
2014-01-26
1
-3
/
+42
*
`mail()` without arguments is a getter for the current mail.
Yves Senn
2013-12-02
1
-0
/
+21
*
don't convert mailer default values to procs
Alex Tsukernik
2013-07-22
1
-0
/
+4
*
Allow passing interpolations to `#default_i18n_subject`, e.g.:
Olek Janiszewski
2013-01-24
1
-0
/
+6
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-13
/
+0
*
Merge pull request #8450 from senny/8448_mailer_return_values
Rafael Mendonça França
2012-12-10
1
-0
/
+6
|
\
|
*
The return value from mailer methods is not relevant.
Yves Senn
2012-12-10
1
-0
/
+6
*
|
use _action callbacks in actionmailer
Francesco Rodriguez
2012-12-08
1
-10
/
+10
|
/
*
Explicit multipart messages respect :parts_order
Nate Berkopec
2012-11-19
1
-21
/
+21
*
Revert "Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*arg...
Jon Leighton
2012-10-30
1
-7
/
+0
*
Do not render views when mail() isn't called. (NullMail refactoring)
Yves Senn
2012-10-28
1
-0
/
+6
*
Update actionmailer with new hash syntax.
Kirill Nikitin
2012-10-07
1
-32
/
+32
*
Support `Mailer.deliver_foo(*args)` as a synonym for `Mailer.foo(*args).deliv...
Jon Leighton
2012-09-28
1
-0
/
+7
*
Use synchronous queue by default. Separate queued message delivery jobs from ...
Jeremy Kemper
2012-09-16
1
-16
/
+7
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-2
/
+2
*
Action Mailer async flag is true by default using a Synchronous impl
Santiago Pastorino
2012-09-11
1
-3
/
+3
*
Added missing require. When performing rake test:isolated, test/base_test.rb ...
kennyj
2012-08-29
1
-0
/
+1
*
Fix ActionMailer tests that depend on run order
Francesco Rodriguez
2012-08-23
1
-5
/
+9
*
Fix failing AM test due to missing template
Carlos Antonio da Silva
2012-07-06
1
-1
/
+1
*
Introduce config.action_mailer.default_from=
Robert Pankowecki
2012-07-03
1
-0
/
+13
*
Some final syntax fixes
Brian Cardarella
2012-06-24
1
-2
/
+1
*
Forcing the message sending is no longer necessary
Brian Cardarella
2012-06-24
1
-9
/
+0
*
Support for custom queues on the mailer
Brian Cardarella
2012-06-23
1
-5
/
+16
*
Force message delivery despite async
Brian Cardarella
2012-06-23
1
-0
/
+8
[next]