aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/old_api.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing requireSantiago Pastorino2010-04-161-0/+1
* Move set_fields! to the old API module.José Valim2010-04-121-1/+12
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-111-2/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-0/+1
* Eliminate warnings for AM on 1.8wycats2010-03-161-3/+0
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-1/+1
* Bring AM up to date with new rendering stack.José Valim2010-03-081-1/+1
* Use render instead render_to_body.José Valim2010-02-241-1/+1
* Rename 'defaults' class method to 'default' to reflect that it's a declarationJeremy Kemper2010-01-271-5/+5
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-261-6/+2
* Deprecate old defaults API.José Valim and Mikel Lindsaar2010-01-261-4/+6
* Handle some TODOs and deprecations.José Valim and Mikel Lindsaar2010-01-241-8/+8
* Maintain old_api and deprecated_api in different files.José Valim and Mikel Lindsaar2010-01-241-0/+250