aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/collector.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 i...Santiago Pastorino2012-02-221-2/+2
* Ensure details are frozen after @details_keys lookup. The implementation wait...José Valim2010-03-271-2/+1
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-8/+3
* 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 proc...José Valim and Mikel Lindsaar2010-01-231-10/+15
* Adding collector to ActionMailerJosé Valim and Mikel Lindsaar2010-01-231-0/+32