Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -3/+3 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 1 | -2/+4 |
| | |||||
* | Got AM working with Mail yield on delivery_handler and updated tests | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -2/+2 |
| | |||||
* | Added delivery_handler method to mail and implemented in ActionMailer to ↵ | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -5/+25 |
| | | | | deliver inside of instrumentation | ||||
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -30/+30 |
| | |||||
* | Move old tests to a specific folder and add some delivery method tests. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -17/+95 |
| | |||||
* | Finish cleaning up delivery methods implementation. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -0/+72 |