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
...
*
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
7
-3
/
+43
*
Deprecation: removed Reloadable.
Jeremy Kemper
2007-09-14
1
-4
/
+0
*
Update copyright span
David Heinemeier Hansson
2007-09-09
2
-2
/
+2
*
Increase mail delivery test coverage. Closes #8692.
Jeremy Kemper
2007-06-20
3
-2
/
+26
*
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
3
-3
/
+58
*
Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]
Jeremy Kemper
2007-05-28
1
-0
/
+1
*
Run with the latest versions so beta gems will work
David Heinemeier Hansson
2007-04-21
2
-9
/
+9
*
Only load ActionController::UrlWriter if ActionController is present [Rick Ol...
Rick Olson
2007-04-08
2
-1
/
+3
*
Make sure parsed emails recognize attachments nested in multpart parts (close...
Jamis Buck
2007-02-22
4
-2
/
+114
*
Fix broken tests
Jamis Buck
2007-02-22
1
-7
/
+7
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
29
-44
/
+44
*
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
1
-1
/
+1
*
Fix missed smtp_session changes to base.rb.
Michael Koziarski
2007-01-31
1
-2
/
+2
*
Rename server_settings to smtp_settings, add sendmail_settings to allow you ...
Michael Koziarski
2007-01-31
2
-5
/
+15
*
Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152
Michael Koziarski
2007-01-21
2
-0
/
+34
*
Allow mailer actions named send by using __send__ internally. Closes #6467.
Jeremy Kemper
2006-11-13
3
-2
/
+26
*
Add assert_emails and assert_no_emails to test the number of emails delivered...
Jeremy Kemper
2006-11-05
8
-7
/
+165
*
Make mime version default to 1.0. closes #2323
Jamis Buck
2006-09-09
5
-47
/
+28
*
Make sure quoted-printable text is decoded correctly when only portions of th...
Jamis Buck
2006-09-09
4
-16
/
+42
*
Make sure DOS newlines in quoted-printable text are normalized to unix newlin...
Jamis Buck
2006-09-09
4
-0
/
+24
*
set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...
Jeremy Kemper
2006-09-04
1
-0
/
+3
*
Update copyright times
David Heinemeier Hansson
2006-09-03
2
-6
/
+3
*
Added test for custom headers on parts (closes #3043)
David Heinemeier Hansson
2006-09-02
1
-1
/
+2
*
Updated docs and otherwise
David Heinemeier Hansson
2006-09-02
7
-10
/
+46
*
Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...
David Heinemeier Hansson
2006-09-02
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
2
-1
/
+3
*
Automatically included ActionController::UrlWriter, such that URL generation ...
David Heinemeier Hansson
2006-08-25
4
-0
/
+95
*
New dependencies implementation
Nicholas Seckar
2006-08-08
2
-1
/
+3
*
Add forgotten test/abstract_unit
Jeremy Kemper
2006-07-03
1
-0
/
+7
*
fix regexp typo
Jeremy Kemper
2006-06-30
1
-1
/
+1
*
Mailer template root applies to a class and its subclasses rather than acting...
Jeremy Kemper
2006-06-30
7
-34
/
+22
*
r4730@asus: jeremy | 2006-06-29 13:13:38 -0700
Jeremy Kemper
2006-06-29
3
-5
/
+5
*
Resolve conflict among mailer actions with the same name. Closes #5520.
Jeremy Kemper
2006-06-29
8
-6
/
+46
*
prefer sibling actionpack
Jeremy Kemper
2006-06-21
1
-5
/
+4
*
ActionMailer::Base documentation rewrite. Closes #4991 [Kevin Clark, Marcel M...
Marcel Molina
2006-05-10
2
-36
/
+102
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
2
-4
/
+4
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
3
-5
/
+6
*
Its 2006, not 2005
David Heinemeier Hansson
2006-04-16
1
-2
/
+2
*
Correct spurious documentation example code which results in a SyntaxError.
Marcel Molina
2006-04-13
2
-1
/
+3
*
Use Aras RubyForge uploader
David Heinemeier Hansson
2006-04-09
1
-112
/
+8
*
Not all file systems are case sensitive. Things like 'rake gem' were failing
Scott Barron
2006-04-07
1
-1
/
+1
*
Update versions for Rails 1.1.1
David Heinemeier Hansson
2006-04-06
3
-2
/
+7
*
Made ready for release
David Heinemeier Hansson
2006-03-28
3
-4
/
+6
*
Add 1.0 marker to edge rails changelongs
Marcel Molina
2006-03-28
1
-0
/
+6
*
Fixed docs
David Heinemeier Hansson
2006-03-28
2
-2
/
+2
*
Nil charset caused subject line to be improperly quoted in implicitly multipa...
Jamis Buck
2006-03-19
3
-2
/
+19
*
Parse content-type apart before using it so that sub-parts of the header can ...
Jamis Buck
2006-03-18
5
-11
/
+41
[prev]
[next]