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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
*
Make sure we clean preview_interceptors
Arthur Neves
2014-03-07
1
-0
/
+1
*
add actionmailer test coverage for undefined delivery method
Dmitry Polushkin
2014-02-09
1
-9
/
+20
*
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
*
standardize on jruby_skip & rbx_skip
Gaurish Sharma
2014-01-13
1
-0
/
+9
*
Disable available locales checks to avoid warnings running the tests
Carlos Antonio da Silva
2013-12-17
1
-0
/
+3
*
Retain ActionPack dependency on ActionView
Łukasz Strzałkowski
2013-12-05
1
-3
/
+0
*
`mail()` without arguments is a getter for the current mail.
Yves Senn
2013-12-02
1
-0
/
+21
*
Ruby's new Hash syntax applied in actionmailer
Mr A
2013-11-14
3
-3
/
+3
*
Instrument the generation of Action Mailer messages
Daniel Schierbeck
2013-10-20
1
-3
/
+6
*
Remove unused raw email fixtures
claudiob
2013-09-12
15
-736
/
+0
*
Don't mutate the Base settings by merge!ing the given value
Akira Matsuda
2013-09-10
1
-0
/
+3
*
Remove hard require to ActionView from ActionMailer
Łukasz Strzałkowski
2013-08-25
1
-0
/
+1
*
Load AV::Layout to AM::Base in railties
Łukasz Strzałkowski
2013-08-25
2
-0
/
+7
*
Do not silance mail gem warnings.
Łukasz Strzałkowski
2013-08-25
1
-5
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-3
/
+0
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-3
/
+0
*
|
As we are doing debug mode on
Arun Agrawal
2013-08-02
1
-2
/
+0
|
/
*
Don't mutate the Base settings by merge!ing the given value
Akira Matsuda
2013-07-26
1
-0
/
+3
*
don't convert mailer default values to procs
Alex Tsukernik
2013-07-22
2
-1
/
+6
*
Fix AM testcase break with mail 2.5.4. It seems that AM's testcase was wrong.
kennyj
2013-05-17
1
-1
/
+1
*
Refactored to remove unnecessary setup
Anupam Choudhury
2013-03-30
2
-10
/
+0
*
drop an unused hash; change slang to SPECIAL
Vipul A M
2013-03-19
1
-1
/
+1
*
Allow passing interpolations to `#default_i18n_subject`, e.g.:
Olek Janiszewski
2013-01-24
2
-0
/
+10
*
Remove unneeded tests
Rafael Mendonça França
2012-12-31
2
-181
/
+0
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
3
-17
/
+0
[prev]
[next]