aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/capture_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+1
* Include process methods in ActionController::TestCase only. No need to alias_...Jeremy Kemper2009-01-091-6/+3
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-2/+0
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-1/+1
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-061-19/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fixed CaptureHelper#content_for to work with the optional content parameter i...David Heinemeier Hansson2007-09-211-1/+19
* Deprecation: remove deprecated update_element_function, start_form_tag, and e...Jeremy Kemper2007-03-131-14/+3
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* update_element_function is deprecatedJeremy Kemper2006-11-131-10/+12
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-1/+33
* Wrap javascript_tag contents in a CDATA section and add a cdata_section metho...Sam Stephenson2005-10-121-1/+1
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-0/+9
* Fix broken capture testJamis Buck2005-07-041-2/+2
* Added JavascriptHelper#update_element_function, which returns a Javascript fu...David Heinemeier Hansson2005-07-031-0/+39