aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix rendering html partials from an rjs templateSam Stephenson2008-12-044-0/+4
* Validate template extensions [#1187 state:resolved]Joshua Peek2008-12-031-0/+1
* Changed the default of ActionView#render to assume partials instead of files ...David Heinemeier Hansson2008-11-191-1/+1
* Fix rendering html partial via inline render when with :js format [#1399 stat...Luke Melia2008-11-181-0/+1
* Dup local assigns for partial collections so nil values doesn't get overwritt...Joshua Peek2008-10-301-1/+1
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-0/+3
* Track rendered templates in stack so the current template can always be acces...Joshua Peek2008-10-281-0/+1
* Fixed missing template paths on exception [#1082 state:resolved]Claudio Poli2008-09-201-0/+1
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-172-0/+4
* Added tests for partial collection counters [#766 state:resolved]Cameron Yule2008-08-091-0/+1
* Set the response content type to that of found template if not explicitly set...Tom Ward2008-07-181-0/+2
* Rendering default template for missing actions works with non-word characters...Jeremy Kemper2008-07-091-0/+1
* Make sure render :collection doesnt set nil local when :as is absentPratik Naik2008-07-021-0/+1
* Add :as option to render a collection of partials with a custom local variabl...Pratik Naik2008-07-021-0/+1