aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/mail_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-2/+2
|
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-1/+1
|
* Added basic explicit multipart rendering and testsJosé Valim and Mikel Lindsaar2010-01-231-1/+1
|
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-221-1/+1
|
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-0/+5
|
* Merge Mail with latest Rails and move mail gem to Gemfile.José Valim2009-12-271-0/+5
|\
| * adv_attr_accessors in ActionMailer are not sent to the views, use the mailer ↵José Valim2009-12-251-0/+5
| | | | | | | | object if you need to access the subject, recipients, from, etc.
* | Merged in latest changes from rails/masterMikel Lindsaar2009-12-171-0/+19
| |
* | Fixes for working with 1.9.1-headMikel Lindsaar2009-12-171-19/+0
|/
* Reorganize autoloads:Carlhuda2009-12-021-14/+16
| | | | | | | | | | | | | | | | | | | | | * A new module (ActiveSupport::Autoload) is provide that extends autoloading with new behavior. * All autoloads in modules that have extended ActiveSupport::Autoload will be eagerly required in threadsafe environments * Autoloads can optionally leave off the path if the path is the same as full_constant_name.underscore * It is possible to specify that a group of autoloads live under an additional path. For instance, all of ActionDispatch's middlewares are ActionDispatch::MiddlewareName, but they live under "action_dispatch/middlewares/middleware_name" * It is possible to specify that a group of autoloads are all found at the same path. For instance, a number of exceptions might all be declared there. * One consequence of this is that testing-related constants are not autoloaded. To get the testing helpers for a given component, require "component_name/test_case". For instance, "action_controller/test_case". * test_help.rb, which is automatically required by a Rails application's test helper, requires the test_case.rb for all active components, so this change will not be disruptive in existing or new applications.
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-2/+0
|
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-1/+3
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2648 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-051-2/+2
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2130 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* InitialDavid Heinemeier Hansson2004-11-241-0/+17
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de