aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base
Commit message (Collapse)AuthorAgeFilesLines
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
|
* require 'action_controller' added on a test that uses itSantiago Pastorino and José Ignacio Costa2010-02-041-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add transfer_encoding= setter deprecation.José Valim2010-01-301-0/+10
|
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+3
|
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-0/+3
|
* Bring AM tests back to green again.José Valim2010-01-262-16/+3
|
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-263-59/+29
|
* Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-261-0/+37
|
* Failing AM test for nested layoutsJoshua Peek2010-01-261-2/+17
|
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-252-0/+10
|
* changed test to get TestMailer to use :file delivery method directly (as ↵José Valim and Mikel Lindsaar2010-01-251-3/+3
| | | | setup action was resetting delivery_method to :test on init
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-94/+0
|
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-248-0/+1788