aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/collector.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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