aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/renderer/partial_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-1/+5
* More descriptive error when rendering a partial with `:layout => true`Yves Senn2012-12-021-1/+1
* Remove private partial/template renderer methodsCarlos Antonio da Silva2012-11-211-1/+0
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-27/+27
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Check validity of options[:as] just onceJosé Valim2012-08-021-12/+18
* Improve error handling when using partial name with hyphen. Fix #7079kennyj2012-08-031-7/+12
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2012-07-181-0/+2
* Improve and cleanup a bit partial rendererCarlos Antonio da Silva2012-05-121-35/+36
* Adjust error message for partial names starting with an uppercase letter.Marc-Andre Lafortune2012-05-041-2/+2
* Add changelog entry and some docs for collection + layoutCarlos Antonio da Silva2012-04-291-3/+7
* Move layout logic with collection to be handled only with explicit template i...Carlos Antonio da Silva2012-04-291-15/+8
* Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-291-1/+2
* Allow layout to access current object being rendered when using render partia...Carlos Antonio da Silva2012-04-291-1/+1
* Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-291-6/+11
* converting some tests to assert_raises, and DRY'ing retrieve_variable changesTieg Zaharia2012-04-161-1/+1
* catch nil.to_sym errors in partial_renderer, and raise ArgumentError insteadTieg Zaharia2012-04-161-1/+1
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-3/+10
* If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-2/+8
* Fixed-width font fix for instance variableJuanjo Bazán2012-03-201-1/+1
* Adds line to change log and update documentation.Sergio Arbeo2012-03-071-0/+37
* Adds :layout option to render :partial when a collection is given.Sergio Arbeo2012-03-061-1/+9
* Fix #5238, rendered_format is not set when template is not renderedPiotr Sarnacki2012-03-021-0/+2
* to_proper_path -> to_partial_pathJosé Valim2012-01-311-1/+1
* Update actionpack/lib/action_view/renderer/partial_renderer.rbJosé Valim2012-01-311-2/+1
* Remove deprecation warnings from Action Pack.José Valim2011-12-201-8/+1
* Update partials documentation, partial_path is no longer generated using Reco...Piotr Sarnacki2011-12-101-10/+13
* Simplify path traversal logicJosé Valim2011-12-091-7/+7
* Remove #:nodoc: from partial renderer.José Valim2011-12-071-1/+1
* Meaningful errors for unexpected partial arguments. Fixes #3573Tobias Svensson2011-11-191-2/+7
* closes #3241 - partial doc fixVijay Dev2011-10-071-1/+1
* Using #extract_details in PartialRenderer, too!Nick Sutterer2011-09-231-1/+1
* Get rid of update_details in favor of passing details to find_template.José Valim2011-09-221-12/+11
* Rename new method to_path to to_partial_path to avoid conflicts with File#to_...José Valim2011-08-011-3/+3
* Move the cache to a nested hash which performs better than a hash with array ...José Valim2011-07-281-11/+17
* Let ActiveModel instances define partial paths.Grant Hutchins & Peter Jaros2011-07-251-21/+22
* - added ActionView::PartialRenderer#merge_path_into_partial(path, partial)Gaston Ramos2011-07-241-2/+16
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-231-20/+11
|\
| * Documentation fixes for rendering partialsOlek Janiszewski2011-07-091-20/+11
* | Checking with to_s. As regexp fail with 1.8.7Arun Agrawal2011-07-181-2/+1
* | Added view template invalid name check, along with tests. No merges in commit.huskins2011-07-131-0/+6
|/
* no @controller dependency in Renderers.Nick Sutterer2011-05-041-7/+3
* Remove view dependency from AV::Renderer.José Valim2011-05-011-34/+35
* Remove more dependencies from the view.José Valim2011-05-011-4/+10
* Start abstracting the renderer.José Valim2011-05-011-1/+216
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-2/+0
* Initial work on fibered layout.José Valim2011-04-161-1/+1
* Accept String value for render_partial :as optionAkira Matsuda2011-02-011-2/+2
* Final tidy up on templates inheritance.José Valim2010-12-271-1/+1
* all tests passartemave2010-12-261-1/+1