aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaning up expectations from the new way mail does itMikel Lindsaar2010-04-111-3/+3
* Moved test of QP into mailMikel Lindsaar2010-04-111-4/+0
* Don't need no quoting test, done in mailMikel Lindsaar2010-04-111-106/+0
* Mail::Part now no longer has nil as a default charset, it is always set to so...Mikel Lindsaar2010-04-111-1/+1
* Fixing up some bad test casesMikel Lindsaar2010-04-111-3/+3
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-113-41/+47
* Fixing up attachment encoding specs to work with latest mail - and be correctMikel Lindsaar2010-03-281-2/+18
* Mail now correctly bundles up the charset into the content type fieldMikel Lindsaar2010-03-281-7/+7
* Updating test, should be calling :decoded, not :encoded, is a problem now tha...Mikel Lindsaar2010-03-281-1/+1
* Fixing test, ; is a delimiter, not a termination character, ref RFC 2045Mikel Lindsaar2010-03-281-2/+2
* Fix ActionMailer test issuesEvan Phoenix2010-03-221-2/+4
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-193-44/+37
* Fix an error in isolated running of testsCarlhuda2010-03-181-8/+0
* Fix broken test due to constant collisionJeremy Kemper2010-03-172-6/+4
* Kill nonexistent method removalJeremy Kemper2010-03-171-2/+0
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+2
* Eliminate warnings for AM on 1.8wycats2010-03-162-1/+22
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-122-3/+2
* Fixed a broken AM test. I'm unsure how this passed before.Carlhuda2010-03-041-1/+1
* Update the ActionMailer tests to run off of the latest ActionController confi...Carl Lerche2010-03-042-5/+8
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-2/+6
* Fix action_mailer testsCarl Lerche2010-03-021-1/+5
* fix up actionmailer load pathJoshua Peek2010-02-281-1/+4
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Get ActionMailer's tests passing with the non global routerCarlhuda2010-02-251-2/+4
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-232-8/+2
* Adding options to register observers and interceptors through ActionMailer::B...Mikel Lindsaar2010-02-221-0/+26
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Allow to choose the template path and template name used in implicit renderin...José Valim2010-02-191-21/+36
* Merge master.José Valim2010-02-172-2/+8
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-152-2/+8
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-5/+5
|/
* Fixing actionmailer tests for CIMikel Lindsaar2010-02-061-1/+2
* require 'action_controller' added on a test that uses itSantiago Pastorino and José Ignacio Costa2010-02-041-0/+1
* Make AM test suite green.José Valim2010-02-012-2/+3
* Convert to class_attributeJeremy Kemper2010-02-012-16/+14
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-8/+1
* 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