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
/
lib
/
action_controller
/
layout.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
implicitly rendering a js response should not use the default layout [#1844 s...
Adam McCrea
2009-02-05
1
-1
/
+1
*
Ensure the full path is used when searching for layouts [#1803 state:resolved]
Joshua Peek
2009-01-27
1
-1
/
+1
*
Ensure the template format is always passed to the template finder. Now we ca...
Joshua Peek
2008-12-21
1
-4
/
+18
*
Reinstate "Super lazy load view paths in development mode (no indexing or cac...
Joshua Peek
2008-11-28
1
-28
/
+10
*
Revert "Super lazy load view paths in development mode (no indexing or cachin...
David Heinemeier Hansson
2008-11-27
1
-10
/
+28
*
Super lazy load view paths in development mode (no indexing or caching at all...
Joshua Peek
2008-11-26
1
-28
/
+10
*
Revert "Revert "Add layout functionality to mailers.""
David Heinemeier Hansson
2008-09-09
1
-1
/
+5
*
Revert "Add layout functionality to mailers."
David Heinemeier Hansson
2008-09-09
1
-5
/
+1
*
Some performance goodness for inheritable attributes.
Clemens Kofler
2008-09-03
1
-6
/
+6
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-4
/
+4
*
Add layout functionality to mailers.
Pratik Naik
2008-08-31
1
-1
/
+5
*
Moved layout exemption logic into the view
Joshua Peek
2008-08-31
1
-3
/
+5
*
Move layout rendering logic to ActionView::Base
Pratik Naik
2008-08-31
1
-42
/
+11
*
Move copying ivar logic from ActionController::Base to ActionView::Base
Pratik Naik
2008-08-31
1
-1
/
+0
*
Dont pass controller partial layout option to view
Pratik Naik
2008-08-30
1
-1
/
+1
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-1
/
+1
*
Made ActionView::Base#render_file private
Joshua Peek
2008-06-25
1
-1
/
+1
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-1
/
+1
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-3
/
+1
*
Ruby 1.9 compat: encoding and multibyte test fixes
Jeremy Kemper
2008-04-01
1
-22
/
+20
*
Make sure render :update support the options hash. Closes #11088 [ernesto.ji...
Michael Koziarski
2008-02-12
1
-3
/
+3
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-12
/
+1
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-1
/
+12
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-12
/
+1
*
Update layout docs. Closes #10584 [Cheah Chu Yeow]
Jeremy Kemper
2007-12-21
1
-15
/
+14
*
Explain how the layout macro behaves when passed a path that contains a direc...
Marcel Molina
2007-12-13
1
-1
/
+2
*
Adding missing space to documentation of the layout method. Closes #7126 [ora...
Marcel Molina
2007-12-05
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+6
*
Fixed that render template did not honor exempt_from_layout (closes #9698) [p...
David Heinemeier Hansson
2007-09-30
1
-3
/
+3
*
Fixed the layout defaults (closes #9564) [lifo]
David Heinemeier Hansson
2007-09-28
1
-14
/
+19
*
Added failing tests for iphone
David Heinemeier Hansson
2007-09-25
1
-4
/
+11
*
Fixed that default layouts did not take the format into account #9564 [lifofifo]
David Heinemeier Hansson
2007-09-18
1
-1
/
+3
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Fix layout overriding response status. Closes #9476.
Jeremy Kemper
2007-09-08
1
-1
/
+2
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-15
/
+7
*
Find layouts even if they're not in the first view_paths directory. Closes #...
Rick Olson
2007-08-15
1
-5
/
+3
*
Add some performance enhancements to ActionView.
Rick Olson
2007-05-15
1
-1
/
+0
*
Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]
Rick Olson
2007-04-12
1
-1
/
+1
*
Consistent public/protected/private visibility for chained methods. Closes #7...
Jeremy Kemper
2007-03-13
1
-19
/
+20
*
Options are more often than not meaningless babble, just go nondescript instead
David Heinemeier Hansson
2007-03-01
1
-2
/
+2
*
Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...
David Heinemeier Hansson
2007-02-20
1
-3
/
+3
*
Allow Controllers to have multiple view_paths instead of a single template_ro...
Rick Olson
2007-02-04
1
-7
/
+12
*
Make RDoc not spew errors on install because of HTML comments in code comments
David Heinemeier Hansson
2006-12-31
1
-4
/
+4
*
Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
Rick Olson
2006-12-19
1
-1
/
+1
*
Deprecate @response
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-1
/
+0
*
Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]
David Heinemeier Hansson
2006-07-05
1
-0
/
+2
*
Add layout attribute to response object with the name of the layout that was ...
Marcel Molina
2006-05-17
1
-0
/
+1
*
Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-2
/
+3
[next]