aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/compiled_templates_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-1/+1
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-12/+12
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-24/+28
* Refactor template compilation from AV::Base into the template handlers. Clos...Michael Koziarski2008-01-221-49/+39
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-108/+109
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: compiled templates testJeremy Kemper2007-12-211-1/+5
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-101-12/+14
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-291-17/+34
* Ensure compiled template tests pass on windows where there are no symlinks. [...Michael Koziarski2007-05-271-22/+28
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-5/+3
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-1/+36
* New dependencies implementationNicholas Seckar2006-08-081-0/+1
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-051-0/+134