aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-5/+4
* Clean LookupContext API.José Valim2010-03-081-5/+3
* Bring AM up to date with new rendering stack.José Valim2010-03-081-0/+2
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-1/+1
* Rename Template::Lookup to LookupContext.José Valim2010-03-081-2/+2
* More refactoring on the views side of rendering.José Valim2010-03-081-69/+26
* Finally moved the find template logic to the views.José Valim2010-03-081-16/+24
* More cleanup on the layouts side.José Valim2010-03-081-6/+4
* Move layout lookup to views.José Valim2010-03-081-1/+15
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-6/+2
* Solved a problem that prevented render :file => work in layoutsJose Fernandez2010-03-051-1/+1
* Change AV formats so they can delegate to the controller. Now users (or plugi...Carlhuda2010-03-011-2/+6
* More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* Add missing require for Object#try [#3771 state:resolved]Xavier Noria2010-01-221-0/+2
* Remove URI object from ActiveResource notification, send the :mailer class in...José Valim2010-01-151-4/+1
* Template rendering should include layout time.José Valim2010-01-151-10/+10
* Use underscore in notification namespaces.José Valim2010-01-041-2/+2
* Use namespaces in notifications.José Valim2010-01-031-2/+3
* Make rendering in ActionView happen through _render_template, as the renderin...José Valim2009-12-311-30/+14
* Remove ActionView inline logging to ActiveSupport::Notifications and create A...José Valim2009-12-261-8/+1
* Break instrumentation into several end-points so rendering of partials can be...José Valim2009-12-261-7/+17
* Wrap layout rendering in one method: _render_layout (this should make partial...José Valim2009-12-261-6/+6
* Dont introspect inline templates for the logger and cleanup a few styling issuesDavid Heinemeier Hansson2009-12-211-13/+9
* When rendering layouts with blocks, use #capture to avoid assuming that the r...Nathan Weizenbaum2009-11-051-4/+2
* Remove ActionMailer helpers and rely on AbstractController one.José Valim2009-11-011-1/+1
* First pass at cleaning up action cachingYehuda Katz2009-10-281-1/+0
* Fix a bug where render :text could not handle yield :symbol. Fixes guides gen...Yehuda Katz2009-10-101-9/+13
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-0/+1
* Clean up log output for rendered templatesJoshua Peek2009-09-241-2/+2
* Fixes ActionMailer regression [#3059 state:resolved]Yehuda Katz2009-08-151-1/+1
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-151-16/+6
* Clean up ActionView some:Yehuda Katz2009-08-151-43/+18
* First pass at making partial rendering an Object. More cleanup to come.Yehuda Katz2009-08-081-2/+1
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-2/+2
* WhitespaceYehuda Katz2009-08-071-7/+7
* Continue reworking the partial path.Yehuda Katz2009-08-071-3/+6
* Modify various partial methods to carry along the block that can be passed in...Yehuda Katz2009-08-071-10/+23
* Some more AV work:Yehuda Katz2009-08-071-11/+7
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-9/+13
* Some more AV refactoring:Yehuda Katz2009-08-071-4/+4
* Start cleaning up partial pathYehuda Katz2009-08-071-5/+11
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-061-1/+1
* Minor ActionView cleanupYehuda Katz + Carl Lerche2009-06-181-3/+1
* Fix typoYehuda Katz + Carl Lerche2009-06-181-1/+1
* Extract the layout proc into a method, and write documentation explaining wha...Yehuda Katz + Carl Lerche2009-06-171-5/+38
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-18/+14
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-1/+0
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+5
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-6/+7