aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.textile
Commit message (Collapse)AuthorAgeFilesLines
* Document default_options configuration in ActionMailer guide [ci skip]Dejan Simic2012-08-041-0/+2
|
* Fixed second assert_match - previous one didn't make any sense (if the first ↵Jakub Kuźma2012-07-091-1/+1
| | | | passed, the second passed as well)
* It's better to pass strings to assert_match - it converts them to regular ↵Jakub Kuźma2012-07-091-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 ActionMailerBrian Cardarella2012-06-261-0/+31
|
* Bump Rails version in action mailer guide.Oscar Del Ben2012-05-011-1/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+516