Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Action Mailer async flag is true by default using a Synchronous impl | Santiago Pastorino | 2012-09-11 | 1 | -14/+1 |
| | |||||
* | minor fixes and edits [ci skip] | Vijay Dev | 2012-09-09 | 1 | -6/+3 |
| | |||||
* | Added information about dynamic delivery options to action mailer guides | Aditya Sanghi | 2012-09-07 | 1 | -0/+18 |
| | |||||
* | Merge pull request #106 from neilstockbridge/master | Jeff Shantz | 2012-08-30 | 1 | -1/+1 |
|\ | | | | | Added a bullet for :enable_starttls_auto in the smtp_settings table | ||||
| * | Added a note for smtp_settings.enable_starttls_auto | Neil Stockbridge | 2012-08-08 | 1 | -1/+1 |
| | | |||||
* | | add breathing to reading sentences for flow, cut down the run-ons [ci skip] | Soon Van | 2012-08-13 | 1 | -10/+10 |
|/ | |||||
* | Document default_options configuration in ActionMailer guide [ci skip] | Dejan Simic | 2012-08-04 | 1 | -0/+2 |
| | |||||
* | 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 |