Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded requires | Rafael Mendonça França | 2015-01-04 | 1 | -1/+0 |
| | | | | These requires were added only to change deprecation message | ||||
* | Remove deprecated ActionMailer deliver & deliver! | claudiob | 2015-01-04 | 1 | -20/+0 |
| | | | | | These methods were deprecated in Rails 4.2 (see f4ee1147) so they can be safely removed in Rails 5.0. | ||||
* | edit pass over all warnings | Xavier Noria | 2014-10-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | This patch uniformizes warning messages. I used the most common style already present in the code base: * Capitalize the first word. * End the message with a full stop. * "Rails 5" instead of "Rails 5.0". * Backticks for method names and inline code. Also, converted a few long strings into the new heredoc convention. | ||||
* | let's warn with heredocs | Xavier Noria | 2014-10-28 | 1 | -4/+13 |
| | | | | | | | | | | | | The current style for warning messages without newlines uses concatenation of string literals with manual trailing spaces where needed. Heredocs have better readability, and with `squish` we can still produce a single line. This is a similar use case to the one that motivated defining `strip_heredoc`, heredocs are super clean. | ||||
* | [ci skip] add :queue option to deliver_later and deliver_later! documentation | yuuji.yaginuma | 2014-10-19 | 1 | -0/+2 |
| | |||||
* | Rename remaining :in / :at to :wait / :wait_until | Cristian Bica | 2014-09-04 | 1 | -12/+9 |
| | |||||
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 1 | -9/+4 |
| | |||||
* | [ci skip] Fix a typo in the doc of MessageDelivery | yuuji.yaginuma | 2014-09-02 | 1 | -3/+3 |
| | |||||
* | applies API guidelines to new AM docs | Xavier Noria | 2014-08-21 | 1 | -27/+27 |
| | |||||
* | [Rdoc] Make clear that we are sending an AR object [ci skip] | Abdelkader Boudih | 2014-08-20 | 1 | -12/+12 |
| | |||||
* | Fix typo in rdoc [ci skip] | Abdelkader Boudih | 2014-08-20 | 1 | -12/+12 |
| | |||||
* | Updated rdoc / guides / release notes related to ActiveJob / ActionMailer | Cristian Bica | 2014-08-20 | 1 | -21/+68 |
| | |||||
* | Deprecated .deliver / .deliver! to .deliver_now / .deliver_now! | Cristian Bica | 2014-08-20 | 1 | -2/+22 |
| | |||||
* | [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ↵ | Abdelkader Boudih | 2014-08-17 | 1 | -1/+3 |
| | | | | ActionMailer::DeliveryJob | ||||
* | Removed method missing from ActionMailer::MessageDelivery | Cristian Bica | 2014-08-15 | 1 | -4/+0 |
| | |||||
* | Refactor DeliverLater into MessageDelivery | Abdelkader Boudih | 2014-08-14 | 1 | -0/+47 |