aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/layout_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not run this streaming test in Ruby 1.8, fix syntax errorCarlos Antonio da Silva2013-01-171-5/+8
* Merge pull request #5288 from lest/patch-2José Valim2013-01-171-0/+13
* Fix bug in assert_template when using only `:layout` optionPrem Sichanugrist2011-12-061-1/+1
* Deprecate passing the template handler in the template name.José Valim2011-09-221-2/+2
* Deprecate old template handler API. Remove old handlers.José Valim2010-10-101-9/+9
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* move FixtureResolver to a file that is accessible outside Rails' own testsDavid Chelimsky2010-05-021-2/+0
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]Anil Wadghule2010-04-131-1/+1
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-8/+8
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-19/+3
* More _write_layout_method removalYehuda Katz + Carl Lerche2009-06-151-9/+0
* Move fake controllers and models to a common load pathJeremy Kemper2009-05-221-1/+1
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-221-7/+10
* Implemented layout conditions in new baseYehuda Katz + Carl Lerche2009-05-211-9/+17
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-2/+1
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-12/+12
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-11/+13
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+25
|\
| * Fix layouts with absolute paths [#2134 state:resolved]thedarkone2009-03-051-1/+11
| * make action_controller/layouts pick templates from the current instance's vie...Sven Fuchs2009-02-201-0/+14
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-3/+35
|/
* Use instance_eval instead of adding an accessor to the classJeremy Kemper2009-01-071-2/+1
* Fix ActionPack build on Windows: we really should not test anything regarding...Yaroslav Markin2008-12-271-10/+12
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-7/+7
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-7/+7
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-7/+7
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-28/+5
* Moved layout exemption logic into the viewJoshua Peek2008-08-311-49/+0
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-171-10/+9
* Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...Joshua Peek2008-07-181-10/+2
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-0/+1
* Changed ActionView::TemplateHandler#render API method signature to render(tem...Joshua Peek2008-07-111-2/+2
* Revert "Moved TemplateHandlers to Base"Joshua Peek2008-07-031-1/+1
* Moved TemplateHandlers to BaseJoshua Peek2008-07-031-1/+1
* Move missing template logic to ActionViewPratik Naik2008-04-191-1/+1
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-281-0/+19
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-1/+1
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-2/+2
* * Pass around handler instances, not their classes [Koz]Michael Koziarski2008-01-111-1/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-8/+8
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-0/+18
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-0/+19
* Add some performance enhancements to ActionView.Rick Olson2007-05-151-0/+1
* Allow layouts with extension of .html.erb. Closes #8032 [Josh Knowles]Rick Olson2007-04-121-0/+10
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-201-0/+2