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
...
*
Remove old tests which relied on @ being an ATOM to work around old Mail.app ...
Michael Koziarski
2007-12-02
4
-116
/
+33
*
Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...
Michael Koziarski
2007-12-01
1
-1
/
+1
*
Allow body to be specified for nested parts with action mailer. Closes #102...
Michael Koziarski
2007-11-29
2
-5
/
+25
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
4
-4
/
+4
*
Update ActionMailer so it treats ActionView the same way that ActionControlle...
Rick Olson
2007-11-26
5
-7
/
+48
*
Add missing sub template fixtures. References #10130 [java]
Michael Koziarski
2007-11-22
2
-0
/
+2
*
mailer_class is a class method not an instance method. [josh] Closes #10041
Michael Koziarski
2007-11-21
1
-1
/
+1
*
Fixed that partial rendering should look at the type of the first render to d...
David Heinemeier Hansson
2007-11-18
2
-0
/
+13
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
2
-3
/
+3
*
Update README to use new smtp settings configuration API. Closes #10060 [psq]
Marcel Molina
2007-11-08
2
-2
/
+4
*
Rearrange vendor bundles so gem overrides work correctly.
Jeremy Kemper
2007-11-07
32
-11
/
+17
*
Allow ActionMailer subclasses to individually set their delivery method (so t...
David Heinemeier Hansson
2007-11-07
8
-10
/
+93
*
Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]
Rick Olson
2007-11-06
26
-338
/
+1610
*
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
4
-5
/
+92
*
Missed mailer adds.
Jeremy Kemper
2007-10-16
2
-0
/
+4
*
Fix silent failure of rxml templates. Closes #9879.
Jeremy Kemper
2007-10-15
2
-0
/
+16
*
Update versions here too
David Heinemeier Hansson
2007-10-12
2
-2
/
+2
*
Set default charset of MTAs to ISO instead of us-ascii (unless reported other...
Tobias Lütke
2007-10-09
2
-2
/
+48
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
2
-3
/
+3
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+4
*
Updated
David Heinemeier Hansson
2007-09-29
1
-3
/
+19
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
2
-2
/
+6
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
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
[prev]
[next]