1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller
2006-03-19 03:50:14 +00:00
..
action_pack_assertions_test.rb Rendering xml shouldnt happen inside any layout. Added class proxying to RJS, so you can call page.field.clear("my_field") to generate Field.clear("my_field");. Added :content_type option to render, so you can change the content type on the fly. Do type/subtype reordering of Accept header preferences for xml types (aka make Firefox work with respond_to). CHANGED DEFAULT: The default content type for .rxml is now application/xml instead of type/xml, see http://www.xml.com/pub/a/2004/07/21/dive.html for reason 2006-03-13 01:33:57 +00:00
addresses_render_test.rb
base_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
benchmark_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
caching_filestore.rb Testing should also use a default REQUEST_METHOD 2005-09-29 08:43:17 +00:00
capture_test.rb Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#content_for and CaptureHelper#capture #3287 [Brian Takita] 2006-02-26 19:47:50 +00:00
cgi_test.rb Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com] 2006-03-16 04:16:08 +00:00
components_test.rb Fix problem where redirecting components can cause an 2005-10-30 13:13:02 +00:00
cookie_test.rb
custom_handler_test.rb
fake_controllers.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +00:00
filters_test.rb Stopped the massive bleeding of concerns into ActionController::Base. Base no longer knows about flash, filters, or components. This may well have introduced some instability, please do test with apps, especially the ones using components. [DHH] 2006-02-12 05:51:02 +00:00
flash_test.rb Modernize flash tests 2006-02-12 16:29:21 +00:00
fragment_store_setting_test.rb MemCache store may be given multiple addresses. Closes #2869. 2005-11-16 08:35:31 +00:00
helper_test.rb Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. 2005-11-08 08:23:13 +00:00
layout_test.rb Removed XML argument style for respond_to, so type.xml(object.to_xml) no longer works -- it wasnt worth the exception 2006-03-18 21:17:14 +00:00
mime_responds_test.rb Added test for Accept header for xml_http_request calls in functional tests (closes #4222) [agkr@pobox.com] 2006-03-18 21:23:14 +00:00
mime_type_test.rb Make Mime::Type.parse consider q values (if any) 2006-03-18 06:15:28 +00:00
new_render_test.rb Dots in template path should not trip up rendering (closes #4244) [lmarlow@yahoo.com] 2006-03-16 02:51:19 +00:00
raw_post_test.rb
redirect_test.rb Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris McGrath] 2006-03-19 03:50:14 +00:00
render_test.rb Added defaults to respond_to [DHH] 2006-03-12 03:39:58 +00:00
request_test.rb Add ability for relative_url_root to be specified via an environment variable RAILS_RELATIVE_URL_ROOT. Closes #4243. 2006-03-18 16:45:40 +00:00
routing_test.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +00:00
send_file_test.rb
session_management_test.rb
test_test.rb Added easy support for testing file uploads with fixture_file_upload (closes #4105) [turnip@turnipspatch.com] 2006-03-18 20:10:52 +00:00
url_rewriter_test.rb
verification_test.rb Major components cleanup and speedup. Closes #3527. 2006-02-09 20:05:11 +00:00
webservice_test.rb Make sure xml_simple requests don't blow up if an empty request body is recieved 2006-03-18 18:56:19 +00:00