| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoids deprecation warning running tests | Santiago Pastorino | 2010-07-04 | 1 | -5/+7 |
* | Fixes encoding mistakes on old_base/mail_service tests | Santiago Pastorino | 2010-06-23 | 1 | -3/+3 |
* | Move ActionMailer::TC to AV::TC::Behavior | David Chelimsky | 2010-06-12 | 1 | -0/+2 |
* | 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 | 3 | -16/+16 |
* | Use assert_equal correctly in actionmailer test (exposing one as broken) | Neeraj Singh | 2010-05-18 | 1 | -2/+3 |
* | Changed encoding behaviour of mail, so updated tests in actionmailer and bump... | Mikel Lindsaar | 2010-05-14 | 1 | -3/+3 |
* | Use explicit source encoding rather than forced UTF-8 from US-ASCII. | Santiago Pastorino | 2010-04-26 | 1 | -2/+0 |
* | 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 |
* | Mail::Part now no longer has nil as a default charset, it is always set to so... | Mikel Lindsaar | 2010-04-11 | 1 | -1/+1 |
* | 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 UTF... | Mikel Lindsaar | 2010-04-11 | 2 | -40/+46 |
* | Updating test, should be calling :decoded, not :encoded, is a problem now tha... | Mikel Lindsaar | 2010-03-28 | 1 | -1/+1 |
* | 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 |
* | Improve performance of the rendering stack by freezing formats as a sign that... | José Valim | 2010-03-19 | 1 | -22/+0 |
* | 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 | 1 | -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 warning... | wycats | 2010-03-17 | 1 | -0/+2 |
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 1 | -0/+2 |
* | Finish cleaning up rendering stack from views and move assigns evaluation to ... | José Valim | 2010-03-12 | 1 | -3/+0 |
* | 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 confi... | Carl Lerche | 2010-03-04 | 2 | -5/+8 |
* | Fix a bunch of failing AP / AM specs created from the previous AbstractContro... | Carl Lerche | 2010-03-04 | 1 | -2/+6 |
* | 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 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+1 |
* | require 'action_controller' added on a test that uses it | Santiago Pastorino and José Ignacio Costa | 2010-02-04 | 1 | -0/+1 |
* | Add transfer_encoding= setter deprecation. | José Valim | 2010-01-30 | 1 | -0/+10 |
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+3 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -0/+3 |
* | Bring AM tests back to green again. | José Valim | 2010-01-26 | 2 | -16/+3 |
* | Fix failing tests on AM about render(:body => Hash). | José Valim | 2010-01-26 | 3 | -59/+29 |
* | Failing AM test for legacy multipart alternative rendering | Joshua Peek | 2010-01-26 | 1 | -0/+37 |
* | Failing AM test for nested layouts | Joshua Peek | 2010-01-26 | 1 | -2/+17 |
* | Got AM working with Mail yield on delivery_handler and updated tests | José Valim and Mikel Lindsaar | 2010-01-25 | 2 | -0/+10 |
* | changed test to get TestMailer to use :file delivery method directly (as setu... | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -3/+3 |
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -94/+0 |
* | Move old tests to a specific folder and add some delivery method tests. | José Valim and Mikel Lindsaar | 2010-01-24 | 8 | -0/+1788 |