aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-272-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-1311-0/+12
|\
| * Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-022-0/+2
| * Fixed simplified render with nested models [#2042 state:resolved]Joshua Peek2009-03-071-0/+1
| * fix HTML fallback for explicit templates [#2052 state:resolved]Matt Jones2009-03-071-0/+1
| * missed template fixtures with ~Joshua Peek2009-02-243-0/+3
| * correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-0/+2
| * make action_controller/layouts pick templates from the current instance's vie...Sven Fuchs2009-02-201-0/+0
| * ~ 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
| * Added localized rescue (404.da.html) [#1835 state:committed]José Valim2009-02-021-0/+1
* | Started implementing render :actionYehuda Katz2009-03-191-0/+1
* | Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-0/+1
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-0/+1
|\ \ | |/ |/|
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-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
* | Remove the irrelevant fixture added in fe6ffce51dc16285094be49244b26591956c2dd6Pratik Naik2009-01-241-8/+0
* | Make sure inner scope conditions get a preference over the outer onesPratik Naik2009-01-241-1/+9
|/
* Allow empty files to be uploadedJoshua Peek2009-01-202-1/+11
* Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved]Mislav Marohnić2009-01-201-0/+9
* Add failing test for file uploads with unrewindable inputJoshua Peek2009-01-021-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
* Allow helpers directory to be overridden via ActionController::Base.helpers_d...Sam Pohlenz2008-11-231-0/+3
* 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-282-0/+5
* 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
* 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