aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/fixture_template.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-2/+2
* Sending the partial as info is no longer required.José Valim2010-03-181-2/+2
* Move more normalization up to the lookup context, so it does not have to repe...José Valim2010-03-161-1/+1
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-2/+3
* Add tests for lookup context.José Valim2010-03-111-0/+2
* Clean up the API required from ActionView::Template.José Valim2010-03-091-3/+5
* First take on ViewPaths clean up.José Valim2010-03-071-2/+2
* Remove a useless method in the fixture template classYehuda Katz + Carl Lerche2009-09-031-4/+0
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-54/+12
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-3/+6
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-10/+10
* Passes in 1.9Yehuda Katz + Carl Lerche2009-06-231-3/+3
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-38/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-1/+1
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-23/+92
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+35