aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* No need of instance variableDalibor Nasevic2011-03-021-3/+3
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-3/+0
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-261-0/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-8/+8
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+12
* Move config_accessor :asset_host from ActionController::Base to AbstractContr...Jeroen van Dijk and Josh Kalderimis2010-07-241-129/+27
* Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfoSantiago Pastorino2010-07-021-0/+1
* subject is automatically looked up on I18n using mailer_name and action_name ...José Valim2010-06-121-1/+1
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-071-0/+17
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* Adding ability for the procs to be called within the instance, allows you to ...Mikel Lindsaar2010-05-021-1/+14
* Adding ability to pass proc's to the ActionMailer class default methodMikel Lindsaar2010-05-021-0/+17
* template_name and template_path should not be added to mail headers.José Valim2010-04-131-5/+5
* 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
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-22/+36
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-0/+2
* Adding options to register observers and interceptors through ActionMailer::B...Mikel Lindsaar2010-02-221-0/+26
* Allow to choose the template path and template name used in implicit renderin...José Valim2010-02-191-21/+36
* Fixing actionmailer tests for CIMikel Lindsaar2010-02-061-1/+2
* Make AM test suite green.José Valim2010-02-011-2/+2
* Convert to class_attributeJeremy Kemper2010-02-011-14/+10
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-16/+17
* Add a failing test case for render :layoutMikel Lindsaar2010-01-291-0/+15
* 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-281-0/+18
* 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-261-0/+24
|/
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-0/+7
* Added delivery_handler method to mail and implemented in ActionMailer to deli...José Valim and Mikel Lindsaar2010-01-251-1/+6
* Added delivers_from.José Valim and Mikel Lindsaar2010-01-251-3/+6
* Add some view paths tests.José Valim and Mikel Lindsaar2010-01-251-23/+42
* Ensure implicit multipart templates with locale works as expected.José Valim and Mikel Lindsaar2010-01-241-0/+27
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-8/+0
* Add new class delivery method API.José Valim and Mikel Lindsaar2010-01-241-81/+54
* 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-241-0/+9