aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/layouts_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-251-384/+0
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-0/+1
* Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-251-2/+2
* Avoid leak into controller's action_methodsprintercu2013-04-181-0/+6
* Refactored to remove unused variableAnupam Choudhury2013-03-281-2/+2
* Provides standard layout lookup behavior for method and proc casesChris Nicola2013-03-271-0/+14
* Add a test case for layout nil.José Valim2012-03-281-1/+15
* allow zero-arity proc for AbstrController::layoutLuke Gruber2012-03-151-0/+33
* Fix layout lookup for anonymous controllerAlexey Vakhov2012-02-281-0/+12
* Remove deprecated layout lookup.José Valim2011-12-201-12/+3
* Deprecate implicit layout lookup in favor of inheriting the _layout config.José Valim2011-12-091-2/+2
* Allow layout fallback when using `layout` methodPrem Sichanugrist2011-12-061-1/+49
* class WithSymbolReturningString is not used anywhere in the test.Neeraj Singh2011-06-081-12/+0
* 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