aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/layout.rb
Commit message (Expand)AuthorAgeFilesLines
* fix HTML fallback for explicit templates [#2052 state:resolved]Matt Jones2009-03-071-5/+5
* correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-7/+14
* make action_controller/layouts pick templates from the current instance's vie...Sven Fuchs2009-02-201-32/+26
* implicitly rendering a js response should not use the default layout [#1844 s...Adam McCrea2009-02-051-1/+1
* Ensure the full path is used when searching for layouts [#1803 state:resolved]Joshua Peek2009-01-271-1/+1
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-4/+18
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-28/+10
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-10/+28
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-28/+10
* Revert "Revert "Add layout functionality to mailers.""David Heinemeier Hansson2008-09-091-1/+5
* Revert "Add layout functionality to mailers."David Heinemeier Hansson2008-09-091-5/+1
* Some performance goodness for inheritable attributes.Clemens Kofler2008-09-031-6/+6
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-4/+4
* Add layout functionality to mailers.Pratik Naik2008-08-311-1/+5
* Moved layout exemption logic into the viewJoshua Peek2008-08-311-3/+5
* Move layout rendering logic to ActionView::BasePratik Naik2008-08-311-42/+11
* Move copying ivar logic from ActionController::Base to ActionView::BasePratik Naik2008-08-311-1/+0
* Dont pass controller partial layout option to viewPratik Naik2008-08-301-1/+1
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Made ActionView::Base#render_file privateJoshua Peek2008-06-251-1/+1
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-1/+1
* Move missing template logic to ActionViewPratik Naik2008-04-191-3/+1
* Ruby 1.9 compat: encoding and multibyte test fixesJeremy Kemper2008-04-011-22/+20
* Make sure render :update support the options hash. Closes #11088 [ernesto.ji...Michael Koziarski2008-02-121-3/+3
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-12/+1
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-1/+12
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-12/+1
* Update layout docs. Closes #10584 [Cheah Chu Yeow]Jeremy Kemper2007-12-211-15/+14
* Explain how the layout macro behaves when passed a path that contains a direc...Marcel Molina2007-12-131-1/+2
* Adding missing space to documentation of the layout method. Closes #7126 [ora...Marcel Molina2007-12-051-1/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+6
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-3/+3
* Fixed the layout defaults (closes #9564) [lifo]David Heinemeier Hansson2007-09-281-14/+19
* Added failing tests for iphoneDavid Heinemeier Hansson2007-09-251-4/+11
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-1/+3
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-1/+2
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-15/+7
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-5/+3
* Add some performance enhancements to ActionView.Rick Olson2007-05-151-1/+0
* Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]Rick Olson2007-04-121-1/+1
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-19/+20
* Options are more often than not meaningless babble, just go nondescript insteadDavid Heinemeier Hansson2007-03-011-2/+2
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-3/+3
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-7/+12
* Make RDoc not spew errors on install because of HTML comments in code commentsDavid Heinemeier Hansson2006-12-311-4/+4
* Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]Rick Olson2006-12-191-1/+1
* Deprecate @responseJeremy Kemper2006-09-291-1/+1
* New dependencies implementationNicholas Seckar2006-08-081-1/+0