aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/collector.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
|
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Fix missing spaces before and after equal signs in method definitionsRobin Dupret2013-01-031-1/+1
|
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-1/+1
|
* update ActionMailer documentation [ci skip]Francesco Rodriguez2012-09-171-1/+1
|
* Use ArgumentError vs. RuntimeError, which is more precise.Mark Dodwell2012-07-041-1/+1
|
* format lookup for partials is derived from the format in which the template ↵Santiago Pastorino2012-02-221-2/+2
| | | | | | is being rendered Closes #5025 part 2
* Ensure details are frozen after @details_keys lookup. The implementation ↵José Valim2010-03-271-2/+1
| | | | waits to freeze until the last required moment, to avoid duping hashes.
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-191-8/+3
| | | | that they shouldn't be further modified.
* Add some tests to collector with templates and any.José Valim and Mikel Lindsaar2010-01-231-2/+1
|
* Make implicit and explicit templates pass through the same part creation ↵José Valim and Mikel Lindsaar2010-01-231-10/+15
| | | | process.
* Adding collector to ActionMailerJosé Valim and Mikel Lindsaar2010-01-231-0/+32