aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* 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-292-16/+20
* Add a failing test case for render :layoutMikel Lindsaar2010-01-296-0/+20
* Added tests for rendering different template for new APIMikel Lindsaar2010-01-291-0/+14
* Rename 'defaults' class method to 'default' to reflect that it's a declarationJeremy Kemper2010-01-271-5/+5
* Fix time comparison. Mail#date returns DateTime not Time.Jeremy Kemper2010-01-271-1/+1
* Expected attachment encoding is binaryJeremy Kemper2010-01-271-2/+4
* Fixed bug on HTML only emails getting set to text/plainMikel Lindsaar2010-01-283-0/+20
* Bring AM tests back to green again.José Valim2010-01-263-17/+3
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-264-60/+30
* Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-263-0/+39
* Failing AM test for nested layoutsJoshua Peek2010-01-263-2/+19
* Tidy up tests and docs.José Valim and Mikel Lindsaar2010-01-261-18/+19
* Fixing up tests and docs to use defaults :from => 'name' instead of defaults(...Mikel Lindsaar2010-01-271-3/+3
* Fixed up documentation to reflect code change and cleaned up tests of spuriou...Mikel Lindsaar2010-01-271-38/+39
* Fixed up being able to pass random headers in with headers, or mail. Also, u...Mikel Lindsaar2010-01-271-5/+30
* Make defaults accept a hash.José Valim and Mikel Lindsaar2010-01-261-42/+43
* Fixing up expectations in base_test.rbMikel Lindsaar2010-01-261-10/+10
* Implementing class level :defaults hash, instead of delivers_from et alMikel Lindsaar2010-01-261-3/+23
* Fix small typo.José Valim and Mikel Lindsaar2010-01-261-1/+1
* Merge branch 'master' of github.com:mikel/railsJosé Valim and Mikel Lindsaar2010-01-261-9/+14
|\
| * Refactor content type setting, added tests to ensure boundary exists on multi...José Valim and Mikel Lindsaar2010-01-261-9/+14
* | Remove old files, add some information to docs and improve test suite.José Valim and Mikel Lindsaar2010-01-262-22/+24
|/
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-254-2/+19
* changed test to get TestMailer to use :file delivery method directly (as setu...José Valim and Mikel Lindsaar2010-01-251-3/+3
* Added delivery_handler method to mail and implemented in ActionMailer to deli...José Valim and Mikel Lindsaar2010-01-252-6/+31
* Added delivers_from.José Valim and Mikel Lindsaar2010-01-251-3/+6
* Add some view paths tests.José Valim and Mikel Lindsaar2010-01-252-23/+43
* Ensure implicit multipart templates with locale works as expected.José Valim and Mikel Lindsaar2010-01-245-0/+31
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-249-138/+84
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-2412-59/+113
* Handle some TODOs and deprecations.José Valim and Mikel Lindsaar2010-01-241-2/+4
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-242-12/+11
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-2410-260/+227
* Adding failing tests for calling just the action, instead of :create_action_n...José Valim and Mikel Lindsaar2010-01-241-1/+15
* Moving AS::Notifications call to one location in baseJosé Valim and Mikel Lindsaar2010-01-241-5/+2
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-247-9/+18
* Set sort order for explicit parts from the collector's template sequenceJosé Valim and Mikel Lindsaar2010-01-241-10/+9
* Add some tests to collector with templates and any.José Valim and Mikel Lindsaar2010-01-233-11/+48
* Make implicit and explicit templates pass through the same part creation proc...José Valim and Mikel Lindsaar2010-01-231-12/+25
* Added basic explicit multipart rendering and testsJosé Valim and Mikel Lindsaar2010-01-231-11/+56
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-222-18/+79
* First work on implicit multipart.José Valim and Mikel Lindsaar2010-01-223-1/+19
* Add basic template rendering to new DSL.José Valim and Mikel Lindsaar2010-01-224-42/+36
* Add more tests to new API.José Valim and Mikel Lindsaar2010-01-221-33/+82
* Moved deprecated_body.rb to deprecatead_api.rbJosé Valim and Mikel Lindsaar2010-01-221-12/+0
* Merge branch 'master' of git://github.com/rails/railsJosé Valim and Mikel Lindsaar2010-01-221-11/+2
|\
| * Default to sync instrumentation.José Valim2010-01-211-11/+2
* | Added use of AS::Notifications for tmail_compat.rbJosé Valim and Mikel Lindsaar2010-01-221-2/+0