aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix t('.helper').José Valim2010-01-261-0/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-0/+1
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-153-3/+2
* Tentatively accept the ":as or :object, but not both" solutionYehuda Katz2009-08-111-1/+1
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-0/+1
* Finish making pending tests passYehuda Katz + Carl Lerche2009-06-171-0/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-1/+1
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-012-1/+5
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-281-1/+4
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-231-0/+0
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-137-0/+8
|\
| * Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-022-0/+2
| * missed template fixtures with ~Joshua Peek2009-02-243-0/+3
| * ~ backup files don't clobber original templates [#1818 state:resolved]Joshua Peek2009-02-071-0/+1
| * Render implicit html template when xhr request now supports localization [#18...José Valim2009-02-071-0/+1
| * Added support to dashed locales in templates localization [#1888 state:resolved]José Valim2009-02-061-0/+1
| * Ruby 1.9 compat: change encoding of action_view/renderable to utf-8, so erb t...Eugene Pimenov2009-02-061-0/+2
| * implicitly rendering a js response should not use the default layout [#1844 s...Adam McCrea2009-02-051-0/+1
* | Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-0/+1
|/
* Restore implicit rendering for XHR requests that want a HTML template [#1590 ...Joshua Peek2009-01-271-0/+1
* Add localized templatesJoshua Peek2009-01-251-0/+1