Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed second assert_match - previous one didn't make any sense (if the first ↵ | Jakub Kuźma | 2012-07-09 | 1 | -1/+1 |
| | | | | passed, the second passed as well) | ||||
* | It's better to pass strings to assert_match - it converts them to regular ↵ | Jakub Kuźma | 2012-07-09 | 1 | -2/+2 |
| | | | | expressions, escaping special chars like '.'. It seems email.encoded contains some unexpected line breaks (due to encoding), it's better to assert_match email.body.to_s. | ||||
* | Guide update for Async ActionMailer | Brian Cardarella | 2012-06-26 | 1 | -0/+31 |
| | |||||
* | Bump Rails version in action mailer guide. | Oscar Del Ben | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -0/+516 |