rails/actionpack/test/controller
2007-10-20 17:30:01 +00:00
..
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
deprecation Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
html-scanner [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey] 2007-09-21 20:45:49 +00:00
session Skip memcache tests unless it's installed 2007-10-15 01:47:35 +00:00
action_pack_assertions_test.rb Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525. 2007-10-07 19:12:02 +00:00
addresses_render_test.rb Extract dynamic scaffolding into a plugin. Closes #7700. 2007-03-04 08:35:52 +00:00
assert_select_test.rb Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] 2007-05-26 17:29:23 +00:00
base_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
benchmark_test.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
caching_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
capture_test.rb Fixed CaptureHelper#content_for to work with the optional content parameter instead of just the block #9434 [sandofsky/wildchild] 2007-09-21 03:40:25 +00:00
cgi_test.rb request.host works with IPv6 addresses. Closes #9458. 2007-08-31 19:03:42 +00:00
components_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
content_type_test.rb Allow Controllers to have multiple view_paths instead of a single template_root. Closes #2754 [John Long] 2007-02-04 20:47:05 +00:00
cookie_test.rb Ensure that cookies handle array values correctly. Closes #9937 [queso] 2007-10-20 17:30:01 +00:00
custom_handler_test.rb ActionView: Allow to register a Template handler with a Symbol (dont kill markaby) (closes #4328) [murphy@cYcnus.de] 2006-03-26 21:50:22 +00:00
dispatcher_test.rb Dispatcher: fix that to_prepare should only run once in production. Closes #9889. 2007-10-16 16:36:52 +00:00
fake_controllers.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +00:00
fake_models.rb Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 2007-07-17 09:44:03 +00:00
filter_params_test.rb Fix filtered parameter logging with nil parameter values. Closes #8422. 2007-05-21 23:01:17 +00:00
filters_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
flash_test.rb Removed ActionController::Base#keep_flash (use flash.keep instead) 2007-09-09 21:54:59 +00:00
fragment_store_setting_test.rb Skip memcache tests unless it's installed 2007-10-15 01:47:35 +00:00
helper_test.rb Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH] 2007-02-24 20:31:34 +00:00
http_authentication_test.rb Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw] 2007-06-23 16:43:08 +00:00
integration_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
layout_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
mime_responds_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
mime_type_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
new_render_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
polymorphic_routes_test.rb * url_for now accepts a series of symbols representing the namespace of the record [Josh Knowles]. Closes #8640 2007-07-19 13:42:11 +00:00
record_identifier_test.rb Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
redirect_test.rb Improve the error message for assert_redirected_to. Closes #7337 [mikong, sandofsky] 2007-10-16 05:07:23 +00:00
render_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
request_forgery_protection_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
request_test.rb Use StringIO and Tempfile subclasses instead of defining singleton methods on each multipart field. 2007-10-06 11:40:13 +00:00
rescue_test.rb rescue_from accepts :with => lambda { |exception| ... } or a normal block. Closes #9827. 2007-10-10 02:34:42 +00:00
resources_test.rb Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config. 2007-10-03 05:47:41 +00:00
routing_test.rb Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark] 2007-10-15 04:27:31 +00:00
selector_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
send_file_test.rb Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] 2007-02-25 20:16:58 +00:00
session_management_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
test_test.rb Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo] 2007-10-08 03:33:30 +00:00
url_rewriter_test.rb Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525. 2007-10-07 19:12:02 +00:00
verification_test.rb Deprecation: verification with :redirect_to => :named_route shouldn't be deprecated. Closes #7525. 2007-03-14 01:38:41 +00:00
view_paths_test.rb Removed the deprecated ActionController#Base.template_root/= methods (use ActionController#Base.view_paths/= instead) [DHH] 2007-09-09 18:00:55 +00:00
webservice_test.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00