aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made ActionView::Base#render_file privateJoshua Peek2008-06-251-1/+1
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-1/+1
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-062-4/+0
* Ensure render :file works inside templatesPratik Naik2008-06-051-0/+1
* Improve PartialTemplate testsPratik Naik2008-05-021-0/+1
* Refactor partial rendering into a PartialTemplate class. [Pratik]Michael Koziarski2008-03-031-0/+1
* Added that requests with JavaScript as the priority mime type in the accept h...David Heinemeier Hansson2008-02-291-0/+1
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-162-0/+2
* Missed commit. Closes #10437.Jeremy Kemper2007-12-101-0/+4
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-4/+0
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-251-1/+2
* Submit missing fixture filesDavid Heinemeier Hansson2007-09-212-0/+5
* Purge empty filesJeremy Kemper2007-09-1127-0/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-0/+1
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-024-0/+6