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
/
lib
/
action_mailer
/
old_api.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing unused method argument
Mikel Lindsaar
2011-01-18
1
-1
/
+1
*
Fixing redundant escape in regex
Mikel Lindsaar
2011-01-18
1
-1
/
+1
*
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
1
-1
/
+1
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
*
PERF: Don't create unnecessary objects
Santiago Pastorino
2010-10-03
1
-1
/
+1
*
PERF: change inject({}) with Hash + map
Santiago Pastorino
2010-10-03
1
-1
/
+1
*
Deprecate the old mailer API that was not deprecated yet.
José Valim
2010-08-29
1
-18
/
+14
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-16
/
+16
*
Add missing require
Santiago Pastorino
2010-04-16
1
-0
/
+1
*
Move set_fields! to the old API module.
José Valim
2010-04-12
1
-1
/
+12
*
Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...
Mikel Lindsaar
2010-04-11
1
-2
/
+2
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Improve performance of the rendering stack by freezing formats as a sign that...
José Valim
2010-03-19
1
-0
/
+1
*
Eliminate warnings for AM on 1.8
wycats
2010-03-16
1
-3
/
+0
*
Allow anything that responds to render to be given as :template and use find_...
José Valim
2010-03-12
1
-1
/
+1
*
Bring AM up to date with new rendering stack.
José Valim
2010-03-08
1
-1
/
+1
*
Use render instead render_to_body.
José Valim
2010-02-24
1
-1
/
+1
*
Rename 'defaults' class method to 'default' to reflect that it's a declaration
Jeremy Kemper
2010-01-27
1
-5
/
+5
*
Fix failing tests on AM about render(:body => Hash).
José Valim
2010-01-26
1
-6
/
+2
*
Deprecate old defaults API.
José Valim and Mikel Lindsaar
2010-01-26
1
-4
/
+6
*
Handle some TODOs and deprecations.
José Valim and Mikel Lindsaar
2010-01-24
1
-8
/
+8
*
Maintain old_api and deprecated_api in different files.
José Valim and Mikel Lindsaar
2010-01-24
1
-0
/
+250