aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/layouts_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...José Valim2010-09-291-1/+1
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-104/+52
* More refactoring on the views side of rendering.José Valim2010-03-081-32/+84
* Move layout lookup to views.José Valim2010-03-081-1/+1
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-9/+9
* Merge remote branch 'fxn/master'Jeremy Kemper2010-01-261-1/+0
|\
| * deletes no void files removal.rb and class_test.rbXavier Noria2010-01-261-1/+0
* | Bring layouts with proc back alive.José Valim2010-01-261-1/+15
|/
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Reorganize autoloads:Carlhuda2009-12-021-13/+13
* test-unit 2 compat: assert_raise doesn't support regexp second arg to match e...Jeremy Kemper2009-11-101-1/+1
* Improve AbstractController layouts coverage.José Valim2009-11-011-12/+41
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-0/+235