index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
layout_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-28
/
+5
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-49
/
+0
*
pass yielded arguments to block for ActionView::Base#render with :layout [#84...
Ryan Bates
2008-08-17
1
-10
/
+9
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-10
/
+2
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-0
/
+1
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-2
/
+2
*
Revert "Moved TemplateHandlers to Base"
Joshua Peek
2008-07-03
1
-1
/
+1
*
Moved TemplateHandlers to Base
Joshua Peek
2008-07-03
1
-1
/
+1
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]
Jeremy Kemper
2008-03-28
1
-0
/
+19
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-2
/
+2
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-1
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-8
/
+8
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
1
-0
/
+18
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
1
-0
/
+19
*
Add some performance enhancements to ActionView.
Rick Olson
2007-05-15
1
-0
/
+1
*
Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]
Rick Olson
2007-04-12
1
-0
/
+10
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-0
/
+2
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-5
/
+7
*
Allow exempt_from_layout :rhtml. References #6742, closes #7026.
Jeremy Kemper
2007-01-14
1
-2
/
+1
*
Failing test for exempt_from_layout :rhtml. References #6742.
Jeremy Kemper
2007-01-12
1
-0
/
+12
*
Declare file extensions exempt from layouts. Closes #6219.
Jeremy Kemper
2006-09-16
1
-0
/
+33
*
Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]
David Heinemeier Hansson
2006-07-05
1
-1
/
+20
*
Add layout attribute to response object with the name of the layout that was ...
Marcel Molina
2006-05-17
1
-0
/
+51
*
Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...
David Heinemeier Hansson
2006-03-18
1
-1
/
+0
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
1
-0
/
+13
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
1
-0
/
+61
*
r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700
Jeremy Kemper
2005-06-15
1
-49
/
+0
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+49