aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Enforce frozen string in RubocopKir Shatrov2017-07-0142-0/+42
* 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
* 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
* | 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
* | Start Rails 5.2 developmentMatthew Draper2017-03-222-35/+3
* | Use better duration aliases in testsAndrew White2017-03-151-2/+2
* | Don't cast to float unnecessarilyAndrew White2017-03-151-2/+2
* | Document using `default_url_options` in an ActionMailer class.Krzysztof Zych2017-03-081-0/+3
* | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
|/
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* Add backticks around constantJon Moss2017-02-211-1/+1
* Freeze fragment cache related instrument name.Stan Lo2017-02-071-1/+1
* Add `:args` to `process.action_mailer` eventyuuji.yaginuma2017-02-043-1/+25
* 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
* Avoid should in test namesRafael Mendonça França2017-01-301-1/+1
* Implement respond_to_missing? in the Parameterized::Mailer classRafael Mendonça França2017-01-302-6/+25
* 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-302-2/+20
* [ci skip] other -> order; expand ivarKasper Timm Hansen2017-01-281-1/+2
* restore `delivery_method` after testyuuji.yaginuma2017-01-291-4/+1
* Offer the option to use parameterization for shared processing of headers and...David Heinemeier Hansson2017-01-286-7/+212
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* 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-122-7/+7
* Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* Merge pull request #27227 from MQuy/allow-custom-content-type-in-mail-bodyRafael Mendonça França2017-01-063-4/+38
|\
| * Remove unnecessary condition in content_typeMQuy2017-01-061-1/+1
| * Add document in mailerMQuy2016-12-061-0/+13
| * Fix wrong typo in testMQuy2016-12-051-1/+1
| * Add changelog for custom content typeMQuy2016-12-011-0/+12