aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fixturesRafael Mendonça França2014-07-1660-98/+0
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-2041-87/+0
* Fix typo in view nameCarlos Antonio da Silva2013-04-031-0/+0
* partials inside directory work with `assert_template`Yves Senn2013-02-042-0/+2
* Do not generate local vars for partials without object or collectionCarlos Antonio da Silva2013-01-081-0/+1
* recognizes when a partial was rendered twice. Closes #3675Yves Senn2012-10-111-0/+2
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-0/+1
* Indentation should consider line number character count.Lucas Uyezu2012-08-131-0/+13
* Common behavior with adding formats to lookup_context for TemplateRenderer an...Dmitry Vorotilin2012-07-187-0/+7
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-0/+2
* Allow access to current object_counter variable from layout when rendering wi...Carlos Antonio da Silva2012-04-291-0/+1
* Allow layout rendering to access current object being rendered when using par...Carlos Antonio da Silva2012-04-291-0/+1
* If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-0/+1
* Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-175-0/+5
* Adds :layout option to render :partial when a collection is given.Sergio Arbeo2012-03-061-0/+1
* format lookup for partials is derived from the format in which the template i...Santiago Pastorino2012-02-221-0/+1
* test helpers in erb using erblest2011-11-301-0/+3
* fix label with block in erblest2011-11-271-0/+4
* Deprecate passing the template handler in the template name.José Valim2011-09-221-1/+1
* * is not allowed in windows file names. Closes #2574 #2847Santiago Pastorino2011-09-041-0/+0
* Properly escape glob characters.Aaron Patterson2011-08-161-0/+1
* Added view template invalid name check, along with tests. No merges in commit.huskins2011-07-131-0/+1
* removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-241-3/+0
* content_for should work with provide.José Valim2011-04-163-0/+9
* removes support for render :updateXavier Noria2011-04-135-11/+0
* Add a test for 'render :layout'Anton Astashov2011-02-031-0/+4
* Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0Sven Fuchs2010-12-042-2/+0
* Tests added for rendering partial with layout, when the partial contains anot...Santiago Pastorino2010-11-133-0/+10
* Fix render partial with layout and no blockCarlos Antonio da Silva2010-11-111-0/+2
* fix rendering a partial with an array as its :object [#5746 state:resolved]Michael Koziarski2010-10-081-0/+1
* Test correct method behaviour.Emilio Tagua2010-09-291-1/+1
* Remove useless string line causing a warning.Emilio Tagua2010-09-281-1/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* layout_for works again with objects as specified in the documentation and Rai...José Valim & Carlos Antonio da Silva2010-08-111-0/+1
* fix translation test in actionpack [#4701 state:commited]Santiago Pastorino2010-05-291-1/+1
* translate method doesn't support arrays anymore and is optimized to be used w...Santiago Pastorino2010-05-243-2/+1
* Revert "translation method for arrays on TranslationHelper module returns an ...Santiago Pastorino2010-05-242-2/+2
* translation method for arrays on TranslationHelper module returns an array wh...Santiago Pastorino2010-05-242-2/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-174-5/+4
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-164-4/+5
* Significantly improved internal encoding heuristics and support.wycats2010-05-164-5/+4
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-0/+1
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+1
* Changed translate helper so that it doesn’t mark every translation as safe ...Craig Davey2010-04-131-1/+1
* Expect an incompatible encoding exception when a template with a magic commen...Jeremy Kemper2010-04-085-2/+10
* Expect an incompatible encoding exception when a template doesn't have a magi...Jeremy Kemper2010-04-082-2/+2
* scope_key_by_partial fix for Ruby 1.9 when there's virtual_path [#4202 state:...Santiago Pastorino2010-03-161-0/+1
* translation method of TranslationHelper module returns always SafeBuffer [#41...Santiago Pastorino2010-03-161-0/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-153-2/+5
* Solved a problem that prevented render :file => work in layoutsJose Fernandez2010-03-051-0/+2