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
*
Bump up the year in MIT license files
Pratik Naik
2009-01-18
2
-2
/
+2
*
Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...
Jose' Valim
2009-01-18
2
-7
/
+25
*
Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]
Mike Gunderloy
2009-01-16
1
-2
/
+4
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
1
-1
/
+0
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
2
-4
/
+9
*
Merge docrails
Pratik Naik
2008-12-19
1
-0
/
+1
*
normalize author names in changelogs [#1495 state:committed]
Xavier Noria
2008-12-16
1
-8
/
+8
*
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
2
-0
/
+10
*
Removed deprecated register_template_extension
Joshua Peek
2008-12-02
1
-6
/
+0
*
Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...
Tekin Suleyman
2008-12-01
2
-0
/
+55
*
Merge branch 'master' of git@github.com:rails/rails
Jeremy Kemper
2008-11-25
1
-0
/
+2
|
\
|
*
Ensure ActionView will be available to ActionMailer if ActionController is no...
Joshua Peek
2008-11-25
1
-0
/
+2
*
|
Explicitly require Action View also
Jeremy Kemper
2008-11-24
1
-0
/
+2
|
/
*
Add config.preload_frameworks to load all frameworks at startup. Default to f...
Jeremy Kemper
2008-11-24
1
-2
/
+0
*
Add LAZY env flag for testing autoload/lazy load feature
Joshua Peek
2008-11-24
1
-2
/
+1
*
Remove explicit tmail requires in favor of autoload
Jeremy Kemper
2008-11-23
2
-3
/
+0
*
use autoload instead of explicit requires for ActionMailer
Joshua Peek
2008-11-23
10
-47
/
+63
*
ActionMailer should respect content type when choosing layouts
Colin Curtin
2008-11-21
5
-2
/
+33
*
Fixed RFC-2045 quoted-printable bug [#1421 state:committed]
Alexey Mahotkin
2008-11-20
3
-2
/
+4
*
Assume that the next version is going to be 2.3 for now
David Heinemeier Hansson
2008-11-19
3
-4
/
+4
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
6
-11
/
+37
|
\
|
*
Added lambda merging to OptionMerger (especially useful with named_scope and ...
David Heinemeier Hansson
2008-11-15
3
-1
/
+12
|
*
A few more dependency updates
David Heinemeier Hansson
2008-11-14
1
-1
/
+1
|
*
Prepare for RC2
David Heinemeier Hansson
2008-11-14
2
-2
/
+2
|
*
Fixed method_missing for ActionMailer so it no longer matches methods where d...
Joel Chippindale
2008-11-11
2
-1
/
+6
|
*
Fix for ActionMailer::Base.method_missing so that it raises NoMethodError whe...
Joel Chippindale
2008-11-11
2
-6
/
+16
*
|
Ruby 1.9 compat: check for minitest's assertion also
Jeremy Kemper
2008-11-08
1
-3
/
+3
|
/
*
Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...
Grant Hollingworth
2008-11-06
4
-4
/
+29
*
Update CHANGELOGs with the last few fixes, set date for today
David Heinemeier Hansson
2008-10-24
1
-1
/
+1
*
Proper update call for gem server
David Heinemeier Hansson
2008-10-23
1
-1
/
+1
*
Push to new gem server
David Heinemeier Hansson
2008-10-23
1
-2
/
+2
*
Prepare for Rails 2.2.0 [RC1]
David Heinemeier Hansson
2008-10-23
2
-1
/
+4
*
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
3
-0
/
+17
*
Bump the Version constants to align with the *next* release rather than the p...
Michael Koziarski
2008-09-22
1
-1
/
+1
*
Fixed problem causes by leftover backup templates ending in tilde [state:comm...
U-ESCAPEE\Mack
2008-09-09
2
-1
/
+11
*
Revert "Revert "Add layout functionality to mailers.""
David Heinemeier Hansson
2008-09-09
8
-2
/
+110
*
Revert "Add layout functionality to mailers."
David Heinemeier Hansson
2008-09-09
8
-110
/
+2
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-2
/
+2
*
Add layout functionality to mailers.
Pratik Naik
2008-08-31
8
-2
/
+110
*
ActionMailer should respond_to? to methods handled by method_missing [#700 st...
James Mead
2008-08-29
2
-5
/
+68
*
Harmonize framework require strategy. Don't add self to load path since Rails...
Jeremy Kemper
2008-08-25
1
-6
/
+6
*
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
2
-2
/
+3
*
Tidy up ActionMailer rendering logic to take advantage of view path cache ins...
Joshua Peek
2008-08-06
2
-48
/
+32
*
Treat ActionMailer template_root as a view path set internally to avoid inher...
Joshua Peek
2008-07-31
1
-4
/
+15
*
Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is...
Jeremy Kemper
2008-07-31
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
4
-0
/
+0
*
Ensure ActionView::PathSet::Path is not initialized with a precompiled path
Joshua Peek
2008-07-19
1
-1
/
+2
[next]