aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix templates reloading in development when using custom view path [#2012 sta...Joshua Peek2009-02-191-2/+2
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-3/+10
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-2/+6
* | Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-1/+2
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-80/+9
|\ \
| * | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-81/+10
| |/
| * Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-1/+1
* | Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2009-01-011-1/+1
* | Initial work to merge several places with similar logicYehuda Katz2008-12-251-1/+1
|/
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-57/+5
* Merge with docrailsPratik Naik2008-12-071-2/+6