Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ActionMailer::Async docs and update to follow coding conventions | Francesco Rodriguez | 2012-06-28 | 1 | -28/+30 |
| | |||||
* | Some final syntax fixes | Brian Cardarella | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Forcing the message sending is no longer necessary | Brian Cardarella | 2012-06-24 | 1 | -7/+1 |
| | |||||
* | Support for custom queues on the mailer | Brian Cardarella | 2012-06-23 | 1 | -12/+13 |
| | | | | Credit goes to *Aaron Patterson* (tenderlove) | ||||
* | Removed unecessary splatting | Brian Cardarella | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Use Delegator for a cleaner QueuedMessage class | Brian Cardarella | 2012-06-23 | 1 | -13/+8 |
| | | | | Credit goes to *Nicolás Sanguinetti* (foca) for this suggestion | ||||
* | Force message delivery despite async | Brian Cardarella | 2012-06-23 | 1 | -2/+8 |
| | |||||
* | AsyncMailer documention | Brian Cardarella | 2012-06-23 | 1 | -0/+2 |
| | |||||
* | Asynchronous ActionMailer | Brian Cardarella | 2012-06-23 | 1 | -0/+41 |
Any ActionMailer class can be set to render and delier messages using the new Rails Queue. Some of this work was borrowed (with permission) from Nick Plante's (zapnap) reqsue_mailer gem. |