aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/compiled_templates_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-0/+3
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-191-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-31/+5
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-3/+3
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-68/+66
|\
| * Fix templates reloading in development when using custom view path [#2012 sta...Joshua Peek2009-02-191-25/+103
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-15/+29
| * Fix some edge cases when the same template is called with different local ass...Andrew White2009-02-101-32/+54
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-19/+23
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-68/+66
| * Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-4/+5
* | Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2009-01-011-4/+5
|/
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-281-1/+49
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-9/+0
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-0/+9
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-9/+0
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-7/+7
* Fixed bc5896e, and added test case for the caching bug it originally introduced.Joshua Peek2008-07-231-1/+4
* Memoize ActionView::Base pick_template and find_partial_path for rendering du...Joshua Peek2008-07-221-10/+13
* Fixed template recompile logic [#630 state:resolved]Stefan Kaes2008-07-161-0/+41
* Remove dead code, and the tests for it.Michael Koziarski2008-05-311-192/+0
* 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