aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/deprecated_api.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert to class_attributeJeremy Kemper2010-02-011-1/+1
* Rename 'defaults' class method to 'default' to reflect that it's a declarationJeremy Kemper2010-01-271-2/+2
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-261-2/+4
* Deprecate old defaults API.José Valim and Mikel Lindsaar2010-01-261-2/+27
* Handle some TODOs and deprecations.José Valim and Mikel Lindsaar2010-01-241-8/+13
* Maintain old_api and deprecated_api in different files.José Valim and Mikel Lindsaar2010-01-241-243/+9
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-10/+15
* Some refactoring.José Valim and Mikel Lindsaar2010-01-241-39/+27
* Moving AS::Notifications call to one location in baseJosé Valim and Mikel Lindsaar2010-01-241-9/+7
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-241-0/+32
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-221-8/+1
* Add more tests to new API.José Valim and Mikel Lindsaar2010-01-221-1/+1
* Move class methods to deprecated stuff.José Valim and Mikel Lindsaar2010-01-221-0/+48
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-31/+110
* Updating deprecated API to sanitize old style attachments hash to work with n...José Valim and Mikel Lindsaar2010-01-221-10/+35
* Adding tests for attachments['blah.rb'] = {} et alJosé Valim and Mikel Lindsaar2010-01-211-1/+11
* Created mail method for new APIJosé Valim and Mikel Lindsaar2010-01-201-2/+2
* Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer APIJosé Valim and Mikel Lindsaar2010-01-201-0/+163