Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing spaces before and after equal signs in method definitions | Robin Dupret | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Update actionmailer with new hash syntax. | Kirill Nikitin | 2012-10-07 | 1 | -1/+1 |
| | |||||
* | update ActionMailer documentation [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Use ArgumentError vs. RuntimeError, which is more precise. | Mark Dodwell | 2012-07-04 | 1 | -1/+1 |
| | |||||
* | format lookup for partials is derived from the format in which the template ↵ | Santiago Pastorino | 2012-02-22 | 1 | -2/+2 |
| | | | | | | is being rendered Closes #5025 part 2 | ||||
* | Ensure details are frozen after @details_keys lookup. The implementation ↵ | José Valim | 2010-03-27 | 1 | -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é Valim | 2010-03-19 | 1 | -8/+3 |
| | | | | that they shouldn't be further modified. | ||||
* | Add some tests to collector with templates and any. | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -2/+1 |
| | |||||
* | Make implicit and explicit templates pass through the same part creation ↵ | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -10/+15 |
| | | | | process. | ||||
* | Adding collector to ActionMailer | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -0/+32 |