aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/components_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+1
* Determine the correct template_root for deeply nested components. Closes #2841.Jeremy Kemper2006-06-211-1/+20
* Fix problem where redirecting components can cause an Scott Barron2005-10-301-0/+5
* If a component redirects when called with render_component_as_string, render theScott Barron2005-10-151-2/+26
* Keep flash after component is rendered. Closes #2291.Scott Barron2005-09-271-0/+26
* Fixed some testsDavid Heinemeier Hansson2005-02-231-1/+1
* Fixed internal callingDavid Heinemeier Hansson2005-02-201-0/+13
* Tests and tweaks for componentsDavid Heinemeier Hansson2005-02-191-0/+13
* Unit tests for rendering componentsDavid Heinemeier Hansson2005-02-191-0/+48