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
*
Fixed load path for actionmailer and activesupport tests to always load from ...
madlep
2008-10-04
1
-0
/
+2
*
Protect body ivar from being clobbered by the mailer template assigns
Joshua Peek
2008-09-28
2
-0
/
+14
*
Fixed problem causes by leftover backup templates ending in tilde [state:comm...
U-ESCAPEE\Mack
2008-09-09
1
-0
/
+10
*
Revert "Revert "Add layout functionality to mailers.""
David Heinemeier Hansson
2008-09-09
6
-0
/
+83
*
Revert "Add layout functionality to mailers."
David Heinemeier Hansson
2008-09-09
6
-83
/
+0
*
Add layout functionality to mailers.
Pratik Naik
2008-08-31
6
-0
/
+83
*
ActionMailer should respond_to? to methods handled by method_missing [#700 st...
James Mead
2008-08-29
1
-0
/
+52
*
Removed old deprecation test because the warning was removed in 1129a24
Joshua Peek
2008-08-22
1
-9
/
+3
*
Ensure templates are rendered if all the parts are already processed
Joshua Peek
2008-08-13
1
-0
/
+0
*
Tidy up ActionMailer rendering logic to take advantage of view path cache ins...
Joshua Peek
2008-08-06
1
-20
/
+11
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Only create a path for ActionMailer template root instead of a path set. Bett...
Joshua Peek
2008-07-19
1
-3
/
+3
*
Update uses_mocha in ActionMailer and ActiveResource
Joshua Peek
2008-07-19
1
-5
/
+13
*
Stubba is included in Mocha already
Joshua Peek
2008-07-11
1
-2
/
+1
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-3
/
+3
*
Add ActionMailer#reply_to. [#245 state:resolved]
Adam
2008-05-29
1
-0
/
+34
*
Bah, don't test TMail in AM
Jeremy Kemper
2008-04-03
3
-19
/
+0
*
Ruby 1.9 compat: compare with same encoding
Jeremy Kemper
2008-04-03
2
-11
/
+18
*
force_encoding to ascii-8bit instead of nil
Jeremy Kemper
2008-04-01
1
-20
/
+18
*
Ruby 1.9 compat: mark utf-8 encoding.
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Remove empty .rhtml templates
Jeremy Kemper
2008-02-07
16
-7
/
+7
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
1
-1
/
+2
*
Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]
Jeremy Kemper
2008-01-19
1
-1
/
+5
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
1
-1
/
+1
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-8
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
8
-9
/
+9
*
Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...
David Heinemeier Hansson
2008-01-03
1
-0
/
+18
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
3
-66
/
+4
*
Allow body to be specified for nested parts with action mailer. Closes #102...
Michael Koziarski
2007-11-29
1
-0
/
+23
*
Update ActionMailer so it treats ActionView the same way that ActionControlle...
Rick Olson
2007-11-26
3
-1
/
+14
*
Add missing sub template fixtures. References #10130 [java]
Michael Koziarski
2007-11-22
2
-0
/
+2
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
1
-0
/
+11
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
6
-8
/
+89
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
1
-0
/
+104
*
Test which fails without [8052] [Koz]
Michael Koziarski
2007-10-29
2
-2
/
+4
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
2
-5
/
+31
*
Missed mailer adds.
Jeremy Kemper
2007-10-16
2
-0
/
+4
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
1
-0
/
+11
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
1
-2
/
+42
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
2
-2
/
+6
*
Test requirement fix (closes #9276) [lazyatom]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Improved test coverage (closes #7571) [joost]
David Heinemeier Hansson
2007-09-22
1
-0
/
+19
*
Fix attachment decoding when using the TMail C extension. Closes #7861.
Jeremy Kemper
2007-09-14
4
-1
/
+39
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
2
-2
/
+24
*
Missed svn adds. References #7534.
Jeremy Kemper
2007-06-08
2
-0
/
+12
*
Register alternative template engines using ActionMailer::Base.register_templ...
Jeremy Kemper
2007-06-07
1
-1
/
+40
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
2
-0
/
+108
*
Fix broken tests
Jamis Buck
2007-02-22
1
-7
/
+7
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
28
-34
/
+34
*
Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152
Michael Koziarski
2007-01-21
2
-0
/
+34
[next]