aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-282-7/+147
* | 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-053-3/+3
* | | Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-243-24/+18
* | | No need to nodoc private methodAkira Matsuda2016-12-241-1/+1
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-295-10/+10
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-15/+15
* | RuboCop is 100% green :tada:Xavier Noria2016-09-021-4/+5
* | Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* | Add three new rubocop rulesRafael Mendonça França2016-08-162-4/+4
* | applies remaining conventions across the projectXavier Noria2016-08-061-3/+3
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-062-98/+98
* | applies new string literal convention in actionmailer/libXavier Noria2016-08-0613-35/+35
* | remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-062-2/+2
* | Do not suggest nonsensical OpenSSL verify modes [ci skip]Jonne Haß2016-06-071-3/+2
* | fix grammarRajat Bansal2016-05-311-1/+1
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-154-22/+87
* | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2/+2
* | Add :ssl/:tls to ActionMailer [ci skip]Pedro Adame Vergara2016-05-091-0/+1
* | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-1/+1
* | Prep Rails 5 beta 4eileencodes2016-04-271-1/+1
* | Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-251-1/+4
* | Small typo on a method name:Edouard CHIN2016-04-151-2/+2
* | Merge pull request #24525 from tomkadwill/action-mailer-base-docs2Vipul A M2016-04-141-3/+3
|\ \
| * | Update ActionMailer base documentation [ci skip]Tom Kadwill2016-04-131-3/+3
* | | Update ActionMailer Views documentation [ci skip]Tom Kadwill2016-04-101-1/+1
|/ /
* | Disallow calling `#deliver_later` after local message modifications.Jeremy Daer2016-04-071-2/+14
* | Sendmail default arguments match Mail::SendMailarktisklada2016-04-051-1/+1
* | Prevent not-intended loading of `ActionDispatch::IntegrationTest`yui-knk2016-03-071-2/+2
* | Update base.rbSarah A2016-03-031-1/+1
* | Change 'a HTML' to 'an HTML' [ci skip]Santosh Wadghule2016-03-031-1/+1
* | Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* | Move private methods to the private visibilityRafael Mendonça França2016-02-241-12/+12
* | Move Caching module to Abstract ControllerRafael Mendonça França2016-02-231-3/+1
* | Change ActionMailer's default caching configuration and update generator's en...Stan Lo2016-02-231-1/+1