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
/
mail_service_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...
Chad Woolley
2009-05-27
1
-4
/
+5
*
Fixes ActionMailer to work with the ActionView refactoring
Yehuda Katz + Carl Lerche
2009-04-27
1
-2
/
+2
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
1
-7
/
+7
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-5
/
+3
|
\
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
|
*
Removed the "charset" parameter from the Content-Type header of multipart sec...
Elliott Wood
2009-03-02
1
-0
/
+1
|
*
Fix a failing mailer test.
thedarkone
2009-02-20
1
-1
/
+1
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
1
-1
/
+1
|
*
Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...
Matt Jones
2009-02-05
1
-0
/
+1
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-4
/
+0
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-4
/
+22
|
/
*
Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...
Jose' Valim
2009-01-18
1
-0
/
+12
*
Fix tests broken by switch to Pathname
Jeremy Kemper
2008-12-09
1
-3
/
+3
*
Register bogus template handlers for ActionMailer test fixtures
Joshua Peek
2008-12-03
1
-0
/
+6
*
Added lambda merging to OptionMerger (especially useful with named_scope and ...
David Heinemeier Hansson
2008-11-15
1
-0
/
+2
*
Fixed method_missing for ActionMailer so it no longer matches methods where d...
Joel Chippindale
2008-11-11
1
-0
/
+4
*
Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...
Joel Chippindale
2008-11-11
1
-0
/
+8
*
Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...
Grant Hollingworth
2008-11-06
1
-0
/
+14
*
Protect body ivar from being clobbered by the mailer template assigns
Joshua Peek
2008-09-28
1
-0
/
+12
*
ActionMailer should respond_to? to methods handled by method_missing [#700 st...
James Mead
2008-08-29
1
-0
/
+52
*
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
*
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
*
Ruby 1.9 compat: compare with same encoding
Jeremy Kemper
2008-04-03
1
-1
/
+5
*
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
1
-7
/
+7
*
Less verbose mail logging: just recipients for :info log level; the whole ema...
Jeremy Kemper
2008-02-02
1
-1
/
+2
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
1
-1
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
1
-6
/
+0
*
Allow body to be specified for nested parts with action mailer. Closes #102...
Michael Koziarski
2007-11-29
1
-0
/
+23
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
1
-3
/
+8
*
Improved test coverage (closes #7571) [joost]
David Heinemeier Hansson
2007-09-22
1
-0
/
+19
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
1
-2
/
+11
*
Register alternative template engines using ActionMailer::Base.register_templ...
Jeremy Kemper
2007-06-07
1
-1
/
+40
*
Fix broken tests
Jamis Buck
2007-02-22
1
-7
/
+7
*
Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152
Michael Koziarski
2007-01-21
1
-0
/
+25
*
Allow mailer actions named send by using __send__ internally. Closes #6467.
Jeremy Kemper
2006-11-13
1
-0
/
+22
*
Make mime version default to 1.0. closes #2323
Jamis Buck
2006-09-09
1
-21
/
+1
*
Added test for custom headers on parts (closes #3043)
David Heinemeier Hansson
2006-09-02
1
-1
/
+2
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
1
-11
/
+15
*
Resolve conflict among mailer actions with the same name. Closes #5520.
Jeremy Kemper
2006-06-29
1
-1
/
+1
*
Nil charset caused subject line to be improperly quoted in implicitly multipa...
Jamis Buck
2006-03-19
1
-0
/
+13
*
Parse content-type apart before using it so that sub-parts of the header can ...
Jamis Buck
2006-03-18
1
-0
/
+14
*
Make custom headers work in subparts (closes #4034)
Jamis Buck
2006-03-18
1
-0
/
+15
*
Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...
David Heinemeier Hansson
2006-02-25
1
-0
/
+1
*
Template paths with dot chars in them no longer mess up implicit template sel...
Jamis Buck
2006-01-29
1
-1
/
+20
*
Make sure anything with content-disposition of "attachment" is passed to the ...
Jamis Buck
2006-01-23
1
-1
/
+1
[next]