Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a testcase for bug [#5329] | Frank Fischer | 2011-01-19 | 1 | -0/+4 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Ensure templates like template.html are found but still uses the proper ↵ | José Valim | 2010-08-26 | 1 | -0/+1 |
| | | | | virtual path. | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 12 | -18/+18 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Move config_accessor :asset_host from ActionController::Base to ↵ | Jeroen van Dijk and Josh Kalderimis | 2010-07-24 | 1 | -0/+1 |
| | | | | | | | | AbstractController which fixes issues with asset_host in ActionMailer Including: - Moved mailer objects in separate directory - Added two tests for asset_host configuration option | ||||
* | Adding inline attachment support to ActionMailer | Mikel Lindsaar | 2010-06-07 | 2 | -0/+9 |
| | |||||
* | Improve performance of the rendering stack by freezing formats as a sign ↵ | José Valim | 2010-03-19 | 1 | -0/+1 |
| | | | | that they shouldn't be further modified. | ||||
* | Fix broken test due to constant collision | Jeremy Kemper | 2010-03-17 | 1 | -0/+0 |
| | |||||
* | Add a failing test case for render :layout | Mikel Lindsaar | 2010-01-29 | 5 | -0/+5 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Fixed bug on HTML only emails getting set to text/plain | Mikel Lindsaar | 2010-01-28 | 2 | -0/+2 |
| | |||||
* | Bring AM tests back to green again. | José Valim | 2010-01-26 | 1 | -1/+0 |
| | |||||
* | Failing AM test for legacy multipart alternative rendering | Joshua Peek | 2010-01-26 | 2 | -0/+2 |
| | |||||
* | Failing AM test for nested layouts | Joshua Peek | 2010-01-26 | 2 | -0/+2 |
| | |||||
* | Add some view paths tests. | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -0/+1 |
| | |||||
* | Ensure implicit multipart templates with locale works as expected. | José Valim and Mikel Lindsaar | 2010-01-24 | 4 | -0/+4 |
| | |||||
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 5 | -13/+0 |
| | |||||
* | Add some tests to collector with templates and any. | José Valim and Mikel Lindsaar | 2010-01-23 | 2 | -0/+2 |
| | |||||
* | Get implicit multipart and attachments working together. | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -0/+1 |
| | |||||
* | First work on implicit multipart. | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -0/+2 |
| | |||||
* | Add basic template rendering to new DSL. | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -2/+1 |
| | |||||
* | Down to 30 failures total | Mikel Lindsaar | 2009-11-20 | 1 | -0/+0 |
| | |||||
* | More updates... 45 errors left to get it working with Mail gem | Mikel Lindsaar | 2009-11-20 | 1 | -0/+0 |
| | |||||
* | Mark html safety | Jeremy Kemper | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Fix failing CI test (broken in 2daac47 or e693f45): make ↵ | Chad Woolley | 2009-05-27 | 1 | -1/+1 |
| | | | | | | test_multipart_with_template_path_with_dots only test path with dots, and stop failing on unrelated mimetype assertion. The image/jpeg multipart content type is already tested in test_explicitly_multipart_messages. Signed-off-by: Yehuda Katz <wycats@yehuda-katzs-macbookpro41.local> | ||||
* | Refactor ActionView::Path | Yehuda Katz + Carl Lerche | 2009-04-22 | 11 | -2/+0 |
| | | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path | ||||
* | Ensure ActionMailer doesn't blow up when a two argument proc is set for the ↵ | Tekin Suleyman | 2008-12-01 | 1 | -0/+1 |
| | | | | | | | asset host Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1394 state:committed] | ||||
* | ActionMailer should respect content type when choosing layouts | Colin Curtin | 2008-11-21 | 3 | -0/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Protect body ivar from being clobbered by the mailer template assigns | Joshua Peek | 2008-09-28 | 1 | -0/+2 |
| | |||||
* | Fixed problem causes by leftover backup templates ending in tilde ↵ | U-ESCAPEE\Mack | 2008-09-09 | 1 | -0/+10 |
| | | | | | | [state:committed #969] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Revert "Revert "Add layout functionality to mailers."" | David Heinemeier Hansson | 2008-09-09 | 5 | -0/+5 |
| | | | | This reverts commit 36c6aa01ee0a7aee5b0510a8e649c44de318b060. | ||||
* | Revert "Add layout functionality to mailers." | David Heinemeier Hansson | 2008-09-09 | 5 | -5/+0 |
| | | | | This reverts commit e9a8e0053be3b293ab89fb584f1d660063f107aa. | ||||
* | Add layout functionality to mailers. | Pratik Naik | 2008-08-31 | 5 | -0/+5 |
| | | | | | Mailer layouts behaves just like controller layouts, except layout names need to have '_mailer' postfix for them to be automatically picked up. | ||||
* | Ensure templates are rendered if all the parts are already processed | Joshua Peek | 2008-08-13 | 1 | -0/+0 |
| | |||||
* | Bah, don't test TMail in AM | Jeremy Kemper | 2008-04-03 | 2 | -1/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9219 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove empty .rhtml templates | Jeremy Kemper | 2008-02-07 | 15 | -0/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8820 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove old tests which relied on @ being an ATOM to work around old Mail.app ↵ | Michael Koziarski | 2007-12-02 | 1 | -34/+0 |
| | | | | | | bugs. Closes #10317 [mikel] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8257 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update ActionMailer so it treats ActionView the same way that ↵ | Rick Olson | 2007-11-26 | 2 | -1/+1 |
| | | | | | | ActionController does. Closes #10244 [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add missing sub template fixtures. References #10130 [java] | Michael Koziarski | 2007-11-22 | 2 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel] | Rick Olson | 2007-11-06 | 1 | -0/+104 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8084 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Test which fails without [8052] [Koz] | Michael Koziarski | 2007-10-29 | 1 | -1/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8053 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Missed mailer adds. | Jeremy Kemper | 2007-10-16 | 2 | -0/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7929 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Disable the routing optimisation code when dealing with foo_url helpers. ↵ | Michael Koziarski | 2007-09-22 | 1 | -1/+1 |
| | | | | | | Add test to actionmailer to expose the problem they introduced. References #9450 [Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7572 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix attachment decoding when using the TMail C extension. Closes #7861. | Jeremy Kemper | 2007-09-14 | 2 | -0/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Missed svn adds. References #7534. | Jeremy Kemper | 2007-06-08 | 2 | -0/+12 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6969 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure parsed emails recognize attachments nested in multpart parts ↵ | Jamis Buck | 2007-02-22 | 1 | -0/+100 |
| | | | | | | (closes #6714) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6207 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Apply the rest of Chads patch | David Heinemeier Hansson | 2007-02-21 | 28 | -34/+34 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add assert_emails and assert_no_emails to test the number of emails ↵ | Jeremy Kemper | 2006-11-05 | 3 | -3/+3 |
| | | | | | | delivered. Closes #6479. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure quoted-printable text is decoded correctly when only portions of ↵ | Jamis Buck | 2006-09-09 | 1 | -0/+14 |
| | | | | | | the text are encoded. closes #3154. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5080 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure DOS newlines in quoted-printable text are normalized to unix ↵ | Jamis Buck | 2006-09-09 | 1 | -0/+14 |
| | | | | | | newlines before unquoting. closes $166 and #4452 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5079 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Automatically included ActionController::UrlWriter, such that URL generation ↵ | David Heinemeier Hansson | 2006-08-25 | 1 | -0/+3 |
| | | | | | | can happen within ActionMailer controllers. [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4818 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Resolve conflict among mailer actions with the same name. Closes #5520. | Jeremy Kemper | 2006-06-29 | 4 | -1/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4509 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |