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
2015-10-29 14:42:52 -07:00
..
api Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
controller_fixtures
mime Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
new_base Delete needless require 'active_support/deprecation' 2015-10-20 20:02:59 +09:00
parameters Remove skip on tests that have been fixed. 2015-10-24 08:08:26 +08:00
request let the superclass build the request and response 2015-07-08 14:15:53 -07:00
action_pack_assertions_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
base_test.rb provide a request and response to all controllers 2015-08-25 18:35:44 -07:00
caching_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
content_type_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
default_url_options_with_before_action_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
filters_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
flash_hash_test.rb Migrate old flash behaviour 2015-01-30 09:47:03 +11:00
flash_test.rb finish deprecating handling strings and symbols 2015-08-07 15:37:31 -07:00
force_ssl_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
form_builder_test.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
helper_test.rb Change AC::TestResponse to AD::TestResponse 2015-07-14 09:27:42 -04:00
http_basic_authentication_test.rb Authorization scheme should be case insensitive. Fixes #21199 2015-08-11 15:59:44 -07:00
http_digest_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
http_token_authentication_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
integration_test.rb Suppress warnings (warnings about AD::IntegrationTest HTTP request) 2015-10-22 20:21:25 +09:00
live_stream_test.rb FIX: Randomly failing test when running without GIL. 2015-10-23 21:15:51 +08:00
localized_templates_test.rb Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 2015-01-31 23:12:41 -05:00
log_subscriber_test.rb Deprecate passing hash as first parameter into ActionController::Head 2015-06-15 23:53:45 +03:00
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
params_wrapper_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
permitted_params_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
redirect_test.rb Added assertion for error messages for redirection to nil and params 2015-09-21 22:02:03 +05:30
render_js_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00
render_json_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
render_other_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
render_test.rb Change Integer#year to return a Fixnum instead of a Float to improve consistency 2015-10-22 12:44:03 +02:00
render_xml_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
renderer_test.rb create a new renderer instance on calls to for 2015-09-14 15:58:12 -07:00
request_forgery_protection_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
required_params_test.rb revises 877e42e 2015-08-28 17:15:20 +02:00
rescue_test.rb Remove mocha from ActionPack tests 2015-09-05 16:58:40 +02:00
resources_test.rb Merge pull request #21366 from amitsuroliya/remove_unused_variable 2015-08-25 14:08:17 -03:00
routing_test.rb Merge pull request #21094 from aditya-kapoor/add-missing-ap-tests 2015-08-25 03:10:23 -03:00
runner_test.rb
send_file_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
show_exceptions_test.rb Fix failing tests for #19474 2015-03-23 13:15:59 +00:00
streaming_test.rb remove dead test 2012-07-29 16:00:50 -07:00
test_case_test.rb switch to JSON.dump to avoid infinite recursion 2015-10-29 14:42:52 -07:00
url_for_integration_test.rb Fix route creation when format is a blank string 2015-09-02 09:18:46 -04:00
url_for_test.rb url_for does not modify polymorphic options 2015-09-04 13:42:32 -07:00
url_rewriter_test.rb remove call to build_request 2015-07-08 15:14:41 -07:00
webservice_test.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00