Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize arg for ActionMailer::TestCase tests method | Alexey Vakhov | 2011-10-03 | 1 | -0/+28 |
| | |||||
* | Get rid of update_details in favor of passing details to find_template. | José Valim | 2011-09-22 | 1 | -1/+1 |
| | |||||
* | fixed test_deliver_is_notified need base_mailer | Arun Agrawal | 2011-05-25 | 1 | -0/+1 |
| | |||||
* | Removed deprecated ActionMailer API and related tests | Josh Kalderimis | 2011-05-24 | 5 | -1324/+3 |
| | |||||
* | Updating to use Mail v2.3.0 | Mikel Lindsaar | 2011-04-26 | 1 | -5/+5 |
| | | | | | | Need to move the require of mail in test/abstract_unit to be after active support to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its internal multibyte compat | ||||
* | remove AM delegating register_observer and register_interceptor to Mail and ↵ | Josh Kalderimis | 2011-04-04 | 1 | -0/+40 |
| | | | | | | instead implement smarter versions allowing for string class names, also added proper Railtie support with tests. Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | publicise ActionMailer::MailHelper.format_paragraph | Diego Carrion | 2011-03-09 | 1 | -0/+13 |
| | | | | | | [#6550 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Fixed indentation in actionmailer base_test [#6538 state:committed] | Dalibor Nasevic | 2011-03-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | No need of instance variable | Dalibor Nasevic | 2011-03-02 | 1 | -3/+3 |
| | | | | | | [#6502 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Fixed typos in asset_host_test | Dalibor Nasevic | 2011-03-02 | 1 | -2/+2 |
| | | | | | | [#6501 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | removing text-format in favor of a more simple solution | Aaron Patterson | 2011-02-09 | 1 | -2/+1 |
| | |||||
* | Solve SystemStackError when changing locale inside ActionMailer [#5329 ↵ | José Valim | 2011-01-19 | 1 | -10/+6 |
| | | | | state:resolved] | ||||
* | Added a testcase for bug [#5329] | Frank Fischer | 2011-01-19 | 2 | -0/+54 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | turn off deprecation silencing | Aaron Patterson | 2011-01-12 | 1 | -1/+8 |
| | |||||
* | Remove old workaround for mocha bug. [#3886 state:committed] | James Mead | 2010-10-08 | 1 | -4/+1 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Fix action mailer tests after old mapper removal | Piotr Sarnacki | 2010-09-05 | 1 | -5/+3 |
| | |||||
* | Deprecate the old mailer API that was not deprecated yet. | José Valim | 2010-08-29 | 10 | -80/+40 |
| | |||||
* | Remove the deprecated API from ActionMailer. | José Valim | 2010-08-29 | 2 | -119/+1 |
| | |||||
* | Ensure templates like template.html are found but still uses the proper ↵ | José Valim | 2010-08-26 | 3 | -0/+11 |
| | | | | virtual path. | ||||
* | Silence warnings for Encoding.default_external= and Encoding.default_internal= | Santiago Pastorino | 2010-08-22 | 1 | -3/+6 |
| | |||||
* | Set default_internal and default_external on AM for testing purposes | Santiago Pastorino | 2010-08-21 | 1 | -1/+8 |
| | |||||
* | Fixes some ActionMailer tests | Santiago Pastorino | 2010-08-14 | 3 | -4/+4 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 19 | -61/+61 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Reload action_methods in AbstractController after defining new method. | Piotr Sarnacki | 2010-08-04 | 1 | -0/+12 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move config_accessor :asset_host from ActionController::Base to ↵ | Jeroen van Dijk and Josh Kalderimis | 2010-07-24 | 5 | -129/+165 |
| | | | | | | | | AbstractController which fixes issues with asset_host in ActionMailer Including: - Moved mailer objects in separate directory - Added two tests for asset_host configuration option | ||||
* | Avoids deprecation warning running tests | Santiago Pastorino | 2010-07-04 | 1 | -5/+7 |
| | |||||
* | Time has it own implementation of xmlschema, now AMo doesn't depend on TZInfo | Santiago Pastorino | 2010-07-02 | 1 | -0/+1 |
| | | | | | | [#4979 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵ | José Valim | 2010-06-24 | 1 | -4/+4 |
| | | | | frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] | ||||
* | Fixes encoding mistakes on old_base/mail_service tests | Santiago Pastorino | 2010-06-23 | 1 | -3/+3 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Move ActionMailer::TC to AV::TC::Behavior | David Chelimsky | 2010-06-12 | 1 | -0/+2 |
| | | | | | | [#4843 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | subject is automatically looked up on I18n using mailer_name and action_name ↵ | José Valim | 2010-06-12 | 1 | -1/+1 |
| | | | | as scope as in t('.subject') | ||||
* | Adding inline attachment support to ActionMailer | Mikel Lindsaar | 2010-06-07 | 3 | -0/+26 |
| | |||||
* | Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit) | Mikel Lindsaar | 2010-06-07 | 1 | -3/+3 |
| | |||||
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 5 | -20/+20 |
| | | | | | | [#4645 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Use assert_equal correctly in actionmailer test (exposing one as broken) | Neeraj Singh | 2010-05-18 | 1 | -2/+3 |
| | | | | | | [#4626 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Changed encoding behaviour of mail, so updated tests in actionmailer and ↵ | Mikel Lindsaar | 2010-05-14 | 1 | -3/+3 |
| | | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Adding ability for the procs to be called within the instance, allows you to ↵ | Mikel Lindsaar | 2010-05-02 | 1 | -1/+14 |
| | | | | | | pass results from instance methods to the mail header Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Adding ability to pass proc's to the ActionMailer class default method | Mikel Lindsaar | 2010-05-02 | 1 | -0/+17 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Use explicit source encoding rather than forced UTF-8 from US-ASCII. | Santiago Pastorino | 2010-04-26 | 1 | -2/+0 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | template_name and template_path should not be added to mail headers. | José Valim | 2010-04-13 | 1 | -5/+5 |
| | |||||
* | New mail is more intelligent on encoding and decoding | Mikel Lindsaar | 2010-04-11 | 1 | -3/+3 |
| | |||||
* | Cleaning up expectations from the new way mail does it | Mikel Lindsaar | 2010-04-11 | 1 | -3/+3 |
| | |||||
* | Moved test of QP into mail | Mikel Lindsaar | 2010-04-11 | 1 | -4/+0 |
| | |||||
* | Don't need no quoting test, done in mail | Mikel Lindsaar | 2010-04-11 | 1 | -106/+0 |
| | |||||
* | Mail::Part now no longer has nil as a default charset, it is always set to ↵ | Mikel Lindsaar | 2010-04-11 | 1 | -1/+1 |
| | | | | something, and defaults to UTF-8 | ||||
* | Fixing up some bad test cases | Mikel Lindsaar | 2010-04-11 | 1 | -3/+3 |
| | |||||
* | Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵ | Mikel Lindsaar | 2010-04-11 | 3 | -41/+47 |
| | | | | UTF-8, updating tests where incorrect encoding | ||||
* | Fixing up attachment encoding specs to work with latest mail - and be correct | Mikel Lindsaar | 2010-03-28 | 1 | -2/+18 |
| | |||||
* | Mail now correctly bundles up the charset into the content type field | Mikel Lindsaar | 2010-03-28 | 1 | -7/+7 |
| | |||||
* | Updating test, should be calling :decoded, not :encoded, is a problem now ↵ | Mikel Lindsaar | 2010-03-28 | 1 | -1/+1 |
| | | | | that Mail is fixed |