aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* pass yielded arguments to block for ActionView::Base#render with :layout [#84...Ryan Bates2008-08-172-0/+4
* Fix rendering partials at the top level [#795 state:resolved]Joshua Peek2008-08-132-0/+2
* 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
* Improved test coverage for fragment cache helperJoshua Peek2008-07-153-0/+14
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-0/+2
* Improve test coverage and create fixtures for RenderPartialWithRecordIdentifi...Joshua Peek2008-07-125-0/+5
* Rendering default template for missing actions works with non-word characters...Jeremy Kemper2008-07-091-0/+1
* Add :recursive option to javascript_include_tag and stylesheet_link_tag to be...Damian Janowski2008-07-082-0/+2
* 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
* Fixed render :template for templates in top level of view path. [#54 state:re...Pratik Naik2008-05-011-0/+1
* Forgot theseDavid Heinemeier Hansson2008-04-303-0/+8
* Added test for has_one partial rendering (keeran) [#43 state:resolved]David Heinemeier Hansson2008-04-302-0/+7
* Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]David Heinemeier Hansson2008-04-301-0/+1
* Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-122-0/+2
* Missed adds. References #11491.Jeremy Kemper2008-04-012-0/+2
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-282-0/+6
* Add missing fileDavid Heinemeier Hansson2008-03-281-0/+10
* Missed adds. References #10350.Jeremy Kemper2008-03-204-0/+4
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-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
* Ooops. Add fixture partials for last commitMarcel Molina2008-02-082-0/+2
* Make render :partial recognise form builders and use the _form partial. Clos...Michael Koziarski2008-01-162-0/+2
* Fix a few caching errors, expose a case thats still not working (ref #107330 ...David Heinemeier Hansson2008-01-124-0/+7
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-032-0/+6
* Missed commit. Closes #10437.Jeremy Kemper2007-12-101-0/+4
* Fix up template handler tests. Closes #10437.Jeremy Kemper2007-12-101-4/+0
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-124-2/+8
* Partials also set 'object' to the default partial variable. Closes #8823.Jeremy Kemper2007-10-251-1/+2
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-0/+1
* Fixed the layout defaults (closes #9564) [lifo]David Heinemeier Hansson2007-09-286-0/+6
* Please do rememberDavid Heinemeier Hansson2007-09-251-0/+1
* Doh, forgot this fileDavid Heinemeier Hansson2007-09-251-0/+1
* Better failing testsDavid Heinemeier Hansson2007-09-252-1/+1
* Added failing tests for iphoneDavid Heinemeier Hansson2007-09-251-0/+1
* Submit missing fixture filesDavid Heinemeier Hansson2007-09-212-0/+5
* Fixed that default layouts did not take the format into account #9564 [lifofifo]David Heinemeier Hansson2007-09-181-0/+1
* Purge empty filesJeremy Kemper2007-09-1135-0/+0
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-0/+1
* add missing layouts from [7321]Rick Olson2007-08-151-0/+1
* Added partial layouts (see example in action_view/lib/partials.rb) [DHH]David Heinemeier Hansson2007-08-024-0/+6
* Tolerate missing content type on multipart file uploads. Fix for Safari 3.Jeremy Kemper2007-06-121-0/+0
* render :partial recognizes Active Record associations as Arrays. Closes #8538.Jeremy Kemper2007-06-011-1/+1