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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Leave all our tests as order_dependent! for now
Matthew Draper
2014-09-02
1
-0
/
+5
*
|
[ci skip] Fix a typo in the doc of MessageDelivery
yuuji.yaginuma
2014-09-02
1
-3
/
+3
*
|
[ActionMailer] Rename test/test_test to test/test_case_test
Abdelkader Boudih
2014-08-30
1
-0
/
+0
*
|
Refer to the library name instead of the constant
Robin Dupret
2014-08-30
1
-1
/
+1
*
|
Merge branch 'master' of github.com:rails/rails
David Heinemeier Hansson
2014-08-29
18
-105
/
+195
|
\
\
|
*
|
Make test:isolated run without bundler for Action Mailer
Robin Dupret
2014-08-29
1
-3
/
+2
|
*
|
Merge pull request #16598 from seuros/master
Matthew Draper
2014-08-23
1
-0
/
+1
|
|
\
\
|
|
*
|
[ActionMailer] require activejob railtie
Abdelkader Boudih
2014-08-22
1
-0
/
+1
|
*
|
|
applies API guidelines to new AM docs
Xavier Noria
2014-08-21
2
-32
/
+32
|
*
|
|
Fix SyntaxError
Akira Matsuda
2014-08-21
1
-1
/
+1
|
|
/
/
|
*
|
Make the explicit the Active Job dependency of Action Mailer
Rafael Mendonça França
2014-08-20
1
-0
/
+1
|
*
|
[Rdoc] Make clear that we are sending an AR object [ci skip]
Abdelkader Boudih
2014-08-20
2
-16
/
+16
|
*
|
Fix typo in rdoc [ci skip]
Abdelkader Boudih
2014-08-20
2
-16
/
+16
|
*
|
Updated rdoc / guides / release notes related to ActiveJob / ActionMailer
Cristian Bica
2014-08-20
6
-41
/
+101
|
*
|
Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!
Cristian Bica
2014-08-20
9
-53
/
+92
|
*
|
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
*
|
|
Preparing for 4.2.0.beta1 release
David Heinemeier Hansson
2014-08-19
1
-1
/
+1
|
/
/
*
|
Extra space
David Heinemeier Hansson
2014-08-19
1
-1
/
+0
*
|
Add `set_delivery_method` and `restore_delivery_method` to `ActionMailer::Tes...
Lucas Mazza
2014-08-19
1
-0
/
+9
*
|
Fix the rails-dom-testing dependecy
Rafael Mendonça França
2014-08-19
1
-1
/
+1
*
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-17
10
-10
/
+172
|
\
\
|
*
|
Add CHANGELOG entry for #deliver_later
David Heinemeier Hansson
2014-08-17
1
-0
/
+7
|
*
|
[ActiveJob] Use globalid gem
Abdelkader Boudih
2014-08-17
1
-1
/
+0
|
*
|
[ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...
Abdelkader Boudih
2014-08-17
4
-8
/
+10
|
*
|
[ActiveJob] Fix test syntax
Abdelkader Boudih
2014-08-17
1
-10
/
+10
|
*
|
Fixed indentation
Cristian Bica
2014-08-16
1
-1
/
+1
|
*
|
Removed method missing from ActionMailer::MessageDelivery
Cristian Bica
2014-08-15
2
-4
/
+4
|
*
|
Refactor DeliverLater into MessageDelivery
Abdelkader Boudih
2014-08-14
9
-83
/
+73
|
*
|
Make ActionMailer::Previews methods class methods.
Abdelkader Boudih
2014-08-14
2
-0
/
+8
|
*
|
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
7
-1
/
+160
*
|
|
|
Merge branch 'master' into loofah
Rafael Mendonça França
2014-08-12
6
-14
/
+95
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
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
|
|
/
/
|
*
|
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
3
-1
/
+12
|
*
|
Raise an exception when attachments are added after `mail` was called.
Yves Senn
2014-07-29
3
-1
/
+62
|
*
|
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
1
-0
/
+2
|
|
\
\
|
|
*
|
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-0
/
+2
|
*
|
|
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-11
/
+13
|
*
|
|
Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]
Santosh Wadghule
2014-07-14
1
-1
/
+1
|
|
/
/
*
|
|
Defining the right dependencies
Rafael Mendonça França
2014-07-15
1
-0
/
+1
*
|
|
Include the selector assertions on the test case
Rafael Mendonça França
2014-07-15
2
-3
/
+2
*
|
|
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
2
-3
/
+52
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Restore delivery method on teardowns.
Timm
2014-06-16
1
-3
/
+2
|
*
|
Inline Assertion reference.
Timm
2014-06-16
1
-3
/
+4
[prev]
[next]