aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render
Commit message (Expand)AuthorAgeFilesLines
* render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-1/+1
* Make AP test suite green once again and speed up performance in layouts looku...José Valim2010-06-071-12/+3
* Formats should always be an array.Jeremy Kemper2010-06-061-1/+1
* Optimize the code added in fa99de0bd054576336c9José Valim2010-05-151-9/+19
* make sure `as` is set before trying to build an #{as}_counter. [#2804 state:r...Jeff Kreeftmeijer2010-05-151-1/+1
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+1
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-022-3/+3
* Layout contents are html-safeJeremy Kemper2010-04-091-1/+1
* <% yield to <%= yield in rdoc of _layout_for, and copy-edits it now that we a...Xavier Noria2010-04-051-17/+31
* Key partial name cache on controller and object class *names* to avoid memory...Jeremy Kemper2010-04-021-2/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Ensure details are frozen after @details_keys lookup. The implementation wait...José Valim2010-03-271-10/+1
* Merge branch 'master' into docrailswycats2010-03-262-12/+27
|\
| * Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-192-6/+12
| * Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-2/+1
| * Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-3/+14
| * Add deprecation notices for <% %>.Carlhuda2010-03-151-2/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-153-41/+15
|\|
| * Remove formats setters from render template, speeding up partial and collecti...José Valim2010-03-131-2/+1
| * Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-122-33/+9
| * Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-123-8/+7
* | Updated documentation for block helpers in render/layouts.rbJeroen van Dijk2010-03-121-2/+2
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-123-107/+121
|\|
| * Clean LookupContext API.José Valim2010-03-083-8/+6
| * 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-082-2/+3
| * Rename Template::Lookup to LookupContext.José Valim2010-03-083-5/+5
| * More refactoring on the views side of rendering.José Valim2010-03-083-95/+97
| * Finally moved the find template logic to the views.José Valim2010-03-081-16/+24
| * More cleanup on the layouts side.José Valim2010-03-082-17/+6
| * Move layout lookup to views.José Valim2010-03-082-2/+16
| * Added template lookup responsible to hold all information used in template lo...José Valim2010-03-072-8/+4
| * 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
* | Updated documentation for block helpers in render/partials.rbJeroen van Dijk2010-03-121-3/+3
|/
* More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Add missing require for Object#try [#3771 state:resolved]Xavier Noria2010-01-221-0/+2
* In heterogeneous collections, neither the @path nor the @template are availab...José Valim2010-01-151-1/+1
* 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
* Provide useful information when instrumenting partials.José Valim2010-01-111-8/+6
* Use underscore in notification namespaces.José Valim2010-01-042-4/+4
* Use namespaces in notifications.José Valim2010-01-032-5/+7
* 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
* More <%= render(@posts) %> optimization.José Valim2009-12-261-24/+20
* Optimize <%= render(@posts) %>.José Valim2009-12-261-4/+14
* Break instrumentation into several end-points so rendering of partials can be...José Valim2009-12-262-26/+40
* Wrap layout rendering in one method: _render_layout (this should make partial...José Valim2009-12-262-7/+7