aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-19/+8
* More refactoring on the views side of rendering.José Valim2010-03-081-1/+1
* Move layout lookup to views.José Valim2010-03-081-5/+1
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-53/+25
* Tweak how ActionPack handles InheritableOptionsCarl Lerche2010-03-031-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-10/+2
* Delegate formats to the controllerCarlhuda2010-03-011-2/+23
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* Include missing modules.José Valim2010-02-221-2/+2
* Convert to class_attributeJeremy Kemper2010-02-011-1/+2
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Improve missing template error messages a little bit.José Valim2010-01-311-6/+11
* Fix t('.helper').José Valim2010-01-261-2/+4
* Make @controller an internal ivar in the viewJoshua Peek2010-01-221-8/+6
* Silence warningsMikel Lindsaar2010-01-021-0/+1
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Extracted localized_cache.rb from ActionController, added it to AbstractContr...José Valim2009-11-011-2/+2
* Change config implementation in AV slightlyYehuda Katz2009-10-151-1/+10
* Make this less brittle and work on 1.8Yehuda Katz2009-10-151-9/+9
* Add a read-only method which plugin authors can use to determine if xss escap...Michael Koziarski2009-10-151-0/+5
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-1/+1
* Get rid of constant name usage for stack trace help in favor of overriding #i...Yehuda Katz2009-10-091-9/+9
* Fix warning spew for 1.9Carl Lerche2009-10-081-1/+5
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Not calling a private method anymoreYehuda Katz2009-10-071-2/+5
* Fix warning spewYehuda Katz2009-10-061-1/+3
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+12
* Clean up ActionView some:Yehuda Katz2009-08-151-16/+0
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-091-13/+21
* Cache controller_path on the AV instance to avoid needing to make additional ...Yehuda Katz2009-08-091-1/+3
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-1/+1
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-191-6/+1
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-0/+6
* Minor ActionView cleanupYehuda Katz + Carl Lerche2009-06-181-5/+4
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-1/+3
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-38/+14
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-0/+2
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-8/+9
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-2/+5
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+3
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+3
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+31
|\
| * pluginize concurrent block body partJeremy Kemper2009-03-191-2/+2
| * Body parts: future rendering, threaded future, queued future, open-uri exampleJeremy Kemper2009-03-131-2/+8
| * Change naming to match 2.2 so life is easier on plugin developersJeremy Kemper2009-03-121-5/+5
| * Eliminate internal render stack since we only need its head and tailJeremy Kemper2009-03-121-2/+16
| * Use Array.wrap() instead of Array() and handle action_view.cache_template_loa...Pratik Naik2009-02-281-1/+1
| * Ensure the old behaviour is retained when action_view.cache_template_loading ...Pratik Naik2009-02-281-3/+3