aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/delivery_methods.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-8/+3
|
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-4/+2
| | | | | | | | | | | | * Allow a default value to be declared for class_attribute * Convert to using class_attribute default rather than explicit setter * Removed instance_accessor option by mistake * False is a valid default value * Documentation
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
| | | | Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
|
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-061-1/+1
| | | | Follow up to #24436
* Sendmail default arguments match Mail::SendMailarktisklada2016-04-051-1/+1
| | | | Removes `-t`
* Allow configuration of ActionMailer queue nameChris McGrath2015-06-021-0/+3
|
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-09-101-1/+1
|
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
| | | | | | | This reverts commit 70d6e16fbad75b89dd1798ed697e7732b8606fa3, reversing changes made to ea4db3bc078fb3093ecdddffdf4f2f4ff3e1e8f9. Seems to be a code merge done by mistake.
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-07-261-1/+1
|
* Revert "nodoc ActionMailer module from lib/action_mailer/*.rb"Vijay Dev2013-05-191-1/+1
| | | | | | | | This reverts commit 328e876a1569058e47eaf7ea3f4f045a83b585fa. Reason: Let's not nodoc without reason. [ci skip]
* nodoc ActionMailer module from lib/action_mailer/*.rbZachary Scott2013-05-151-1/+1
|
* Document ActionMailer::LogSubscriber and ↵Zachary Scott2013-05-151-0/+1
| | | | ActionMailer::DeliveryMethods::ClassMethods
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-11/+11
|
* update ActionMailer documentation [ci skip]Francesco Rodriguez2012-09-171-11/+8
|
* Allow delivery method options to be set per mail instanceAditya Sanghi2012-09-041-2/+2
|
* Revert "Merge pull request #7202 from asanghi/perform_deliveries_in_mail"José Valim2012-08-071-2/+2
| | | | | | Reverting because it feels backward to specify a delivery to not be performed while the e-mail is being composed. It is simpler (and makes more sense) to delegate the responsibility to the calling code.
* allow perform deliveries to be set within mailer actionAditya Sanghi2012-07-301-2/+2
|
* No need to force conversion to Symbol since case ensures it's alreadyMarcelo Silveira2012-05-031-1/+1
| | | | one.
* singularize module and be explicit about what is deliveredMatt Jankowski2011-06-211-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* Convert to class_attributeJeremy Kemper2010-02-011-9/+5
|
* Updating Action Mailer documentationMikel Lindsaar2010-01-311-1/+1
|
* Deprecate old defaults API.José Valim and Mikel Lindsaar2010-01-261-1/+4
|
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-2/+2
|
* Added delivery_handler method to mail and implemented in ActionMailer to ↵José Valim and Mikel Lindsaar2010-01-251-1/+1
| | | | deliver inside of instrumentation
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-2/+14
|
* Finish cleaning up delivery methods implementation.José Valim and Mikel Lindsaar2010-01-241-42/+54
|
* Some refactoring.José Valim and Mikel Lindsaar2010-01-241-51/+41
|
* Get implicit multipart and attachments working together.José Valim and Mikel Lindsaar2010-01-221-0/+2
|
* Refactor delivery methods.José Valim2010-01-191-0/+71