aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-1/+1
* Set template_format to html inside rjs templates so renders within it default...Joshua Peek2008-12-041-3/+0
* Fix rendering html partials from an rjs templateSam Stephenson2008-12-041-1/+1
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-3/+1
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-1/+3
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-3/+1
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-1/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-7/+16
* Fix rendering html partial via inline render when with :js format [#1399 stat...Luke Melia2008-11-181-1/+2
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-3/+8
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-16/+0
* Move controller ivar copying to a separate methodPratik Naik2008-10-051-8/+10
* Protect body ivar from being clobbered by the mailer template assignsJoshua Peek2008-09-281-2/+2
* Check for uninitialized instance variablesJeremy Kemper2008-09-081-4/+6
* Moved layout exemption logic into the viewJoshua Peek2008-08-311-52/+55