Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fixing test, ; is a delimiter, not a termination character, ref RFC 2045 | Mikel Lindsaar | 2010-03-28 | 1 | -2/+2 |
| | |||||
* | Fix ActionMailer test issues | Evan Phoenix | 2010-03-22 | 1 | -2/+4 |
| | | | | | * Don't depend so much no the message in a NameError * Reset the delivery method properly | ||||
* | Improve performance of the rendering stack by freezing formats as a sign ↵ | José Valim | 2010-03-19 | 3 | -44/+37 |
| | | | | that they shouldn't be further modified. | ||||
* | Fix an error in isolated running of tests | Carlhuda | 2010-03-18 | 1 | -8/+0 |
| | |||||
* | Fix broken test due to constant collision | Jeremy Kemper | 2010-03-17 | 2 | -6/+4 |
| | |||||
* | Kill nonexistent method removal | Jeremy Kemper | 2010-03-17 | 1 | -2/+0 |
| | |||||
* | Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM ↵ | wycats | 2010-03-17 | 1 | -0/+2 |
| | | | | warnings are in dependencies. | ||||
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 2 | -1/+22 |
| | |||||
* | Finish cleaning up rendering stack from views and move assigns evaluation to ↵ | José Valim | 2010-03-12 | 2 | -3/+2 |
| | | | | controller (so plugins and/or controllers can overwrite just one method). | ||||
* | Fixed a broken AM test. I'm unsure how this passed before. | Carlhuda | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Update the ActionMailer tests to run off of the latest ActionController ↵ | Carl Lerche | 2010-03-04 | 2 | -5/+8 |
| | | | | config refactor | ||||
* | Fix a bunch of failing AP / AM specs created from the previous ↵ | Carl Lerche | 2010-03-04 | 1 | -2/+6 |
| | | | | AbstractController configuration refactor. | ||||
* | Fix action_mailer tests | Carl Lerche | 2010-03-02 | 1 | -1/+5 |
| | |||||
* | fix up actionmailer load path | Joshua Peek | 2010-02-28 | 1 | -1/+4 |
| | |||||
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Get ActionMailer's tests passing with the non global router | Carlhuda | 2010-02-25 | 1 | -2/+4 |
| | |||||
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 2 | -8/+2 |
| | | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path. | ||||
* | Adding options to register observers and interceptors through ↵ | Mikel Lindsaar | 2010-02-22 | 1 | -0/+26 |
| | | | | | | ActionMailer::Base.register_observer and ActionMailer::Base.register_interceptor. These hook into Mail.register_interceptor and Mail.register_observer. Also bumped Mail requirement to 2.1.3 Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | Allow to choose the template path and template name used in implicit ↵ | José Valim | 2010-02-19 | 1 | -21/+36 |
| | | | | rendering with ActionMailer. | ||||
* | Merge master. | José Valim | 2010-02-17 | 2 | -2/+8 |
|\ | |||||
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 2 | -2/+8 |
| | | |||||
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -5/+5 |
|/ | |||||
* | Fixing actionmailer tests for CI | Mikel Lindsaar | 2010-02-06 | 1 | -1/+2 |
| | |||||
* | require 'action_controller' added on a test that uses it | Santiago Pastorino and José Ignacio Costa | 2010-02-04 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> |