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
Carlos Antonio da Silva 7fc1edd790 Remove deprecated stuff in ActionController
This removes all deprecated classes in ActionController related to
Routing, Abstract Request/Response and Integration/IntegrationTest.
All tests and docs were changed to ActionDispatch instead of ActionController.
2010-09-26 02:13:45 +08: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 Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
new_base added block arguments to ActionController::Metal#use 2010-09-12 07:35:54 +08:00
request Inherit TestSession from Session::AbstractStore and add indifferent access to Session::AbstractStore. 2009-04-26 14:33:57 -05:00
action_pack_assertions_test.rb Cleanup Action Dispatch assertions tests 2010-09-06 13:42:11 +02:00
addresses_render_test.rb Fix isolated running of AddressesTest 2009-09-06 21:42:05 -05:00
assert_select_test.rb Exception handling more readable 2010-09-19 12:18:51 -07:00
base_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
caching_test.rb removing some warnings 2010-09-18 14:14:46 -07:00
capture_test.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
content_type_test.rb ActionController::Base.use_accept_header is not actually used anymore, so let's deprecate it. 2010-03-03 21:24:00 -08:00
filters_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
flash_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
helper_test.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
http_basic_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
http_digest_authentication_test.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
http_token_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integration_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
layout_test.rb Config is deprecated on 1.8.8 and 1.9.3 use RbConfig 2010-08-23 23:10:36 -03:00
localized_templates_test.rb Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
log_subscriber_test.rb Fix logging when cache key contains % sign [#5570 state:resolved] 2010-09-25 11:04:20 +02:00
mime_responds_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
output_escaping_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
record_identifier_test.rb Moved a few methods from RecordIdentifier to ActiveModel::Naming 2010-07-21 11:29:58 +02:00
redirect_test.rb Make redirect_to accept blocks [#5643 state:resolved] 2010-09-24 12:49:27 +02:00
render_js_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_json_test.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02:00
render_other_test.rb Simpler RenderOption API -- removes the need for registering the types and extending a module 2009-12-09 13:40:49 -08:00
render_test.rb Fix header capitalization by explicitly upcasing first letter of every word, and avoiding capitalize. [#5636 state:resolved] 2010-09-18 20:49:51 +02:00
render_xml_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
request_forgery_protection_test.rb get csrf_meta_tag back to the generated layout in deference to existing printed material, chomp also the generated HTML to be faithful to the output before the refactor 2010-09-14 01:35:44 +02:00
rescue_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
resources_test.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
routing_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
selector_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
send_file_test.rb Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
test_test.rb Cleanup deprecations in Action Dispatch 2010-09-06 13:41:12 +02:00
url_for_test.rb Fixed url_for test 2010-09-05 13:44:36 +02:00
url_rewriter_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
view_paths_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
webservice_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00