| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Action Mailer doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 3 | -8/+8 |
* | Use tt in doc for action_mailer [ci skip] | Yoshiyuki Hirano | 2017-08-26 | 1 | -1/+1 |
* | Merge pull request #29559 from kirs/eager-load-controller-actions | Rafael França | 2017-08-11 | 1 | -0/+6 |
|\ |
|
| * | Eager load controller and mailer actions | Kir Shatrov | 2017-07-29 | 1 | -0/+6 |
* | | Remove outdated comment [ci skip] | Youssef Boulkaid | 2017-08-06 | 1 | -4/+0 |
|/ |
|
* | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 18 | -0/+36 |
* | [Action Mailer] require => require_relative | Akira Matsuda | 2017-07-01 | 2 | -4/+4 |
* | Fix formatting of `ActionMailer::MessageDelivery` doc [ci skip] | Ryuta Kamizono | 2017-06-16 | 1 | -4/+4 |
* | Document setting the delivery_job for ActionMailer [ci skip] | Matthew Mongeau | 2017-06-16 | 1 | -0/+16 |
* | Allow mailers to configure their delivery job | Matthew Mongeau | 2017-06-15 | 2 | -1/+3 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 2 | -10/+4 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -6/+3 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Merge pull request #28835 from fphilipe/master | Rafael França | 2017-05-02 | 1 | -0/+1 |
|\ |
|
| * | Add missing require in ActionMailer | Philipe Fatio | 2017-05-02 | 1 | -0/+1 |
* | | Merge pull request #28244 from ixti/improve/action-mailer-preview-params | Rafael França | 2017-04-26 | 1 | -2/+8 |
|\ \
| |/
|/| |
|
| * | Pass request params to ActionMailer::Preview | Alexey Zapparov | 2017-03-01 | 1 | -2/+8 |
* | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -2/+2 |
* | | Document using `default_url_options` in an ActionMailer class. | Krzysztof Zych | 2017-03-08 | 1 | -0/+3 |
|/ |
|
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -1/+1 |
* | Freeze fragment cache related instrument name. | Stan Lo | 2017-02-07 | 1 | -1/+1 |
* | Add `:args` to `process.action_mailer` event | yuuji.yaginuma | 2017-02-04 | 1 | -1/+2 |
* | Don't mutate raw_source in mailer preview interceptor | Eugene Kenny | 2017-01-30 | 1 | -5/+1 |
* | add default value to `deliver_later_queue_name` option [ci skip] | yuuji.yaginuma | 2017-01-31 | 1 | -1/+1 |
* | Document with with an example an link to Parameterized | Rafael Mendonça França | 2017-01-30 | 1 | -1/+6 |
* | :scissors: | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
* | No need to advertise in the rdoc documentation | Rafael Mendonça França | 2017-01-30 | 1 | -3/+0 |
* | Implement respond_to_missing? in the Parameterized::Mailer class | Rafael Mendonça França | 2017-01-30 | 1 | -6/+11 |
* | Remove unneeded nodoc | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
* | Override the initializers instead of using tap | Rafael Mendonça França | 2017-01-30 | 1 | -3/+6 |
* | Make internal classes internal for the documentation | Rafael Mendonça França | 2017-01-30 | 1 | -2/+2 |
* | Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize... | David Heinemeier Hansson | 2017-01-30 | 1 | -2/+2 |
* | [ci skip] other -> order; expand ivar | Kasper Timm Hansen | 2017-01-28 | 1 | -1/+2 |
* | Offer the option to use parameterization for shared processing of headers and... | David Heinemeier Hansson | 2017-01-28 | 3 | -7/+148 |
* | ZOMG worst typo in my life :scream: | Akira Matsuda | 2017-01-15 | 1 | -1/+1 |
* | `respond_to_missing?` should fallback to `super` where method_missing could c... | Akira Matsuda | 2017-01-15 | 1 | -1/+1 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -2/+2 |
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-body | Rafael Mendonça França | 2017-01-06 | 1 | -4/+21 |
|\ |
|
| * | Remove unnecessary condition in content_type | MQuy | 2017-01-06 | 1 | -1/+1 |
| * | Add document in mailer | MQuy | 2016-12-06 | 1 | -0/+13 |
| * | allow context type when set body mail | MQuy | 2016-11-30 | 1 | -4/+8 |
* | | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 4 | -4/+4 |
* | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 1 | -1/+1 |
* | | Bump license years for 2017 | Jon Moss | 2016-12-31 | 1 | -1/+1 |
* | | Privatize unneededly protected methods in Action Mailer | Akira Matsuda | 2016-12-24 | 4 | -27/+20 |
* | | No need to nodoc private method | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 5 | -10/+10 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -15/+15 |
* | RuboCop is 100% green :tada: | Xavier Noria | 2016-09-02 | 1 | -4/+5 |