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
2013-11-02 14:30:03 -05:00
..
controller_fixtures
mime Fixing repond_with working directly on the options hash 2013-10-09 12:36:26 +03:00
new_base Reset ActionView::Base.logger instead of AC::Base.logger 2013-09-10 19:47:04 +02:00
parameters Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_require_behaviour" 2013-11-02 14:30:03 -05:00
request
action_pack_assertions_test.rb Fix incorrect assert_redirected_to failure message 2013-09-19 09:23:20 -04:00
assert_select_test.rb Load AV::Layout to AM::Base in railties 2013-08-25 11:39:11 +02:00
base_test.rb Remove ActionController::RecordIdentifier was deprecated. 2013-06-01 23:22:12 +09:00
caching_test.rb Removed semicolon and added space 2013-09-13 01:22:53 +05:30
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb Revert "Port all remaining self.protected_instance_variables to class methods" 2013-09-02 23:18:02 +02:00
flash_hash_test.rb
flash_test.rb Custom flash should be defined only for the class that defines it and it's subclasses. 2013-09-13 10:19:29 -03:00
force_ssl_test.rb Add support for extra options to force_ssl 2013-04-25 13:45:52 +01:00
helper_test.rb pass app config to controller helper proxy 2013-10-24 08:03:31 +03:00
http_basic_authentication_test.rb
http_digest_authentication_test.rb Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
http_token_authentication_test.rb
integration_test.rb Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
live_stream_test.rb Merge pull request #11443 from wangjohn/sse_reloader_class 2013-08-19 07:30:27 -07:00
localized_templates_test.rb Include I18n fallbacks in :locale lookup context 2013-03-16 21:27:13 -03:00
log_subscriber_test.rb
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
params_wrapper_test.rb
permitted_params_test.rb
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb Move render_test to AV 2013-08-25 11:39:13 +02:00
render_xml_test.rb
request_forgery_protection_test.rb NullSessionHash#destroy should be a no-op 2013-09-18 19:01:59 -07:00
required_params_test.rb Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_require_behaviour" 2013-11-02 14:30:03 -05:00
rescue_test.rb
resources_test.rb
routing_test.rb Fix an issue where router can't recognize downcased url encoding path. 2013-09-19 02:43:22 +09:00
runner_test.rb
selector_test.rb
send_file_test.rb
show_exceptions_test.rb Fix that JSON and XML exception responses should give the HTTP error message for their status, by default, not the message from the underlying exception 2013-05-08 21:28:50 -07:00
streaming_test.rb
test_case_test.rb Re-remove deprecated API. 2013-06-28 01:42:07 +09:00
url_for_integration_test.rb
url_for_test.rb Passing subdomain: '' to url_for removes the subdomain (instead of adding a leading .) 2013-04-18 17:12:40 +01:00
url_rewriter_test.rb
webservice_test.rb