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
...
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-1
/
+1
*
Stubba is included in Mocha already
Joshua Peek
2008-07-11
1
-2
/
+1
*
Horo rdoc template
Jeremy Kemper
2008-06-22
1
-1
/
+2
*
Update Rakefiles to connect to wrath as current user. Use ssh config to set a...
Jeremy Kemper
2008-06-18
1
-2
/
+2
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
2
-6
/
+5
*
Ensure render :file works inside templates
Pratik Naik
2008-06-05
1
-1
/
+2
*
Making ready for release of 2.1
David Heinemeier Hansson
2008-05-31
3
-4
/
+4
*
Add ActionMailer#reply_to. [#245 state:resolved]
Adam
2008-05-29
3
-8
/
+48
*
Merge docrails.
Pratik Naik
2008-05-25
3
-10
/
+10
*
Bundle tmail 1.2.3
Jeremy Kemper
2008-05-19
28
-13
/
+38
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
2
-30
/
+40
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-51
/
+51
*
Updated copyright years
David Heinemeier Hansson
2008-05-11
2
-2
/
+2
*
Making ready for RC1 release
David Heinemeier Hansson
2008-05-11
3
-3
/
+3
*
Merge docrails:
Pratik Naik
2008-05-09
1
-12
/
+13
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-6
/
+6
*
* Remove default_url_options from mailer generator
Cody Fauser
2008-04-21
1
-12
/
+27
*
Avoid modifying the sendmail_settings hash when using the return path. Closes...
Michael Koziarski
2008-04-05
1
-2
/
+3
*
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
*
Ruby 1.9 compat: ascii encoding for quoted-printable regexps
Jeremy Kemper
2008-04-03
1
-0
/
+2
*
Ruby 1.9 compat: anonymous class name is nil not '' now
Jeremy Kemper
2008-04-01
1
-1
/
+1
*
Ruby 1.9 compat: anonymous class name is nil not '' now
Jeremy Kemper
2008-04-01
1
-5
/
+5
*
force_encoding to ascii-8bit instead of nil
Jeremy Kemper
2008-04-01
1
-20
/
+18
*
Bump bundled tmail to r242
Jeremy Kemper
2008-03-31
3
-10
/
+10
*
Ruby 1.9 compat: mark utf-8 encoding.
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Ruby 1.9 compat: use Array() instead of #to_a.
Jeremy Kemper
2008-03-31
1
-1
/
+1
*
Merge in latest tmail trunk r241
Jeremy Kemper
2008-03-30
24
-193
/
+534
*
Fixed that a return-path header would be ignored (closes #7572) [joost]
David Heinemeier Hansson
2008-03-27
2
-2
/
+10
*
sshpublisher needs to be explicitly required now, apparently
David Heinemeier Hansson
2008-03-18
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
3
-2
/
+8
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+5
*
Update vendor version number
Jeremy Kemper
2008-01-19
1
-2
/
+2
*
Update tmail to r208 versioned as 1.2.2
Jeremy Kemper
2008-01-19
32
-1008
/
+151
*
Ruby 1.9 compat: test encoding fixes. Closes #10597 [murphy]
Jeremy Kemper
2008-01-19
1
-1
/
+5
*
Move rake contrib require to task
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
Reorder changelog. References #10766.
Jeremy Kemper
2008-01-11
1
-3
/
+1
*
Updated TMail to version 1.2.1 [raasdnil]
Rick Olson
2008-01-11
33
-671
/
+1319
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
2
-30
/
+16
*
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
3
-1
/
+37
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
3
-2
/
+7
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
3
-6
/
+3
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
3
-5
/
+5
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
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
[prev]
[next]