aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-122-2/+2
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-282-1/+6
* Fix typos and add a few suggestionsFatos Morina2017-11-281-2/+2
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-272-1/+3
* Sort mailer previewsDwight Watson2017-11-141-1/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Fix tests on Mail 2.7Jeremy Daer2017-10-312-17/+16
* Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\
| * removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | removed unnecessary semicolonsShuhei Kitagawa2017-10-281-6/+6
|/
* [Action Mailer] require_relative => requireAkira Matsuda2017-10-212-4/+4
* Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-10-041-1/+1
* Add assert_enqueued_email_with to ActionMailer::TestHelperMikkel Malmberg2017-09-273-0/+92
* 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 #30213 from ckundo/ccundiff-alt-text-defaultRafael Mendonça França2017-08-233-5/+5
|\
| * Do not generate default alt text in image tagsCameron Cundiff2017-08-173-5/+5
* | Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
|/
* Clear mail after testyuuji.yaginuma2017-08-141-3/+2
* 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
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0142-0/+83
|\|
| * Use frozen string literal in actionmailer/Kir Shatrov2017-07-2342-0/+83
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-1510-18/+59
|\|
| * Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-2/+2
| |\
| | * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0242-42/+0
| | * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0242-0/+42
| | |\
| | | * Enforce frozen string in RubocopKir Shatrov2017-07-0142-0/+42
| | * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-2/+2
| | |\ \ | | | |/ | | |/|
| | | * Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
| * | | [Action Mailer] require => require_relativeAkira Matsuda2017-07-012-4/+4
| |/ /
| * / Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
| |/
| * 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
| * Fix indentation [ci skip]Ryuta Kamizono2017-06-151-6/+7
| * Allow mailers to configure their delivery jobMatthew Mongeau2017-06-154-1/+26
| * Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
| * Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-10/+4
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-298-20/+14
|\|
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-6/+3
| * Define path with __dir__bogdanvlviv2017-05-235-6/+6
| * Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-7/+3
| * Should escape meta characters in regexpRyuta Kamizono2017-05-071-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
* | | Avoid stubing on this testRafael Mendonça França2017-04-271-3/+2
|/ /
* | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-262-2/+24
|\ \ | |/ |/|
| * Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-012-2/+24
* | Remove duplicated `delivery_method` definitionyuuji.yaginuma2017-04-071-1/+0