aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | | Sort mailer previewsDwight Watson2017-11-141-1/+1
* | | Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* | | [Action Mailer] require_relative => requireAkira Matsuda2017-10-212-4/+4
* | | Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-271-0/+42
* | | Update Action Mailer doc [ci skip]Yoshiyuki Hirano2017-08-303-8/+8
|/ /
* | Use tt in doc for action_mailer [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* | Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+6
|\ \
| * | Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+6
* | | Remove outdated comment [ci skip]Youssef Boulkaid2017-08-061-4/+0
|/ /
* | Use frozen string literal in actionmailer/Kir Shatrov2017-07-2318-0/+36
* | [Action Mailer] require => require_relativeAkira Matsuda2017-07-012-4/+4
* | Fix formatting of `ActionMailer::MessageDelivery` doc [ci skip]Ryuta Kamizono2017-06-161-4/+4
* | Document setting the delivery_job for ActionMailer [ci skip]Matthew Mongeau2017-06-161-0/+16
* | Allow mailers to configure their delivery jobMatthew Mongeau2017-06-152-1/+3
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-10/+4
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-6/+3
* | Define path with __dir__bogdanvlviv2017-05-231-1/+1
* | Merge pull request #28835 from fphilipe/masterRafael França2017-05-021-0/+1
|\ \
| * | Add missing require in ActionMailerPhilipe Fatio2017-05-021-0/+1
* | | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-2/+8
|\ \ \ | |/ / |/| |
| * | Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-2/+8
* | | Start Rails 5.2 developmentMatthew Draper2017-03-221-2/+2
* | | Document using `default_url_options` in an ActionMailer class.Krzysztof Zych2017-03-081-0/+3
|/ /
* | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1
* | Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* | Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-041-1/+2
* | Don't mutate raw_source in mailer preview interceptorEugene Kenny2017-01-301-5/+1
* | add default value to `deliver_later_queue_name` option [ci skip]yuuji.yaginuma2017-01-311-1/+1
* | Document with with an example an link to ParameterizedRafael Mendonça França2017-01-301-1/+6
* | :scissors:Rafael Mendonça França2017-01-301-1/+1
* | No need to advertise in the rdoc documentationRafael Mendonça França2017-01-301-3/+0
* | Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-301-6/+11
* | Remove unneeded nodocRafael Mendonça França2017-01-301-1/+1
* | Override the initializers instead of using tapRafael Mendonça França2017-01-301-3/+6
* | Make internal classes internal for the documentationRafael Mendonça França2017-01-301-2/+2
* | Make assert_enqueued_emails + assert_no_enqueued_emails consider parameterize...David Heinemeier Hansson2017-01-301-2/+2
* | [ci skip] other -> order; expand ivarKasper Timm Hansen2017-01-281-1/+2
* | Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-283-7/+148
* | ZOMG worst typo in my life :scream:Akira Matsuda2017-01-151-1/+1
* | `respond_to_missing?` should fallback to `super` where method_missing could c...Akira Matsuda2017-01-151-1/+1
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* | Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-061-4/+21
|\ \
| * | Remove unnecessary condition in content_typeMQuy2017-01-061-1/+1
| * | Add document in mailerMQuy2016-12-061-0/+13
| * | allow context type when set body mailMQuy2016-11-301-4/+8
* | | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-054-4/+4
* | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* | | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* | | Bump license years for 2017Jon Moss2016-12-311-1/+1