.. |
controller_fixtures
|
|
|
mime
|
Remove respond_to/respond_with placeholder methods
|
2015-01-04 18:22:09 -02:00 |
new_base
|
Add ActionController::Metal#set_request!
|
2015-01-21 23:53:38 +03:00 |
parameters
|
Add AC::Parameters#to_unsafe_h
|
2014-12-12 18:52:10 +07:00 |
request
|
|
|
action_pack_assertions_test.rb
|
adding that assert_template with :layout will raise ArgumentError for unknown layout type
|
2014-12-16 19:30:52 +01:00 |
base_test.rb
|
Remove ActionController::HideActions (closes #18336)
|
2015-01-06 23:40:45 +03:00 |
caching_test.rb
|
|
|
content_type_test.rb
|
|
|
default_url_options_with_before_action_test.rb
|
|
|
filters_test.rb
|
Add test/doc for :if/:except in skip_before_action
|
2015-01-08 09:30:31 -08:00 |
flash_hash_test.rb
|
Make FlashHash#key? work with symbol and string
|
2014-11-11 01:04:06 -02:00 |
flash_test.rb
|
|
|
force_ssl_test.rb
|
|
|
helper_test.rb
|
give a better error message for misspelled helpers
|
2014-10-25 14:06:33 +02:00 |
http_basic_authentication_test.rb
|
|
|
http_digest_authentication_test.rb
|
|
|
http_token_authentication_test.rb
|
Allow authentication header to not have to specify 'token=' key.
|
2014-10-10 09:38:03 +08:00 |
integration_test.rb
|
Default headers, removed in controller actions, will not be reapplied to the test response.
|
2015-01-09 16:55:02 +01:00 |
live_stream_test.rb
|
When your templates change, browser caches bust automatically.
|
2014-08-17 06:52:17 -07:00 |
localized_templates_test.rb
|
Typo: Hello = Guten Tag (in German)
|
2014-12-05 12:54:15 +07:00 |
log_subscriber_test.rb
|
Ensure append_info_to_payload is called even if an exception is raised.
|
2014-12-10 22:13:13 +01:00 |
output_escaping_test.rb
|
|
|
params_wrapper_test.rb
|
|
|
permitted_params_test.rb
|
|
|
redirect_test.rb
|
Don't accept parameters as argument for redirect to [via @homakov]
|
2014-07-16 12:21:51 -03:00 |
render_js_test.rb
|
|
|
render_json_test.rb
|
Address CVE-2014-4671 (JSONP Flash exploit)
|
2014-07-09 11:37:19 -07:00 |
render_other_test.rb
|
|
|
render_test.rb
|
Remove unused AV fixtures from AP tests
|
2015-01-11 13:01:13 -08:00 |
render_xml_test.rb
|
|
|
renderer_test.rb
|
Add ActionController::Base.render
|
2015-01-22 01:02:13 +03:00 |
request_forgery_protection_test.rb
|
Add prepend option to protect_from_forgery.
|
2015-01-08 19:47:19 +01:00 |
required_params_test.rb
|
|
|
rescue_test.rb
|
|
|
resources_test.rb
|
Use Hash#each_key instead of Hash#keys.each
|
2014-09-29 17:27:10 +02:00 |
routing_test.rb
|
Pass symbol as an argument instead of a block
|
2014-11-29 11:53:24 +01:00 |
runner_test.rb
|
|
|
send_file_test.rb
|
|
|
show_exceptions_test.rb
|
LOCALHOST definition should match any 127.0.0.0/8 address
|
2014-07-18 13:23:45 -04:00 |
streaming_test.rb
|
|
|
test_case_test.rb
|
Remove deprecated option use_route in controller tests
|
2015-01-04 11:58:41 -03:00 |
url_for_integration_test.rb
|
stop passing recall to url_for
|
2014-07-15 15:53:00 -07:00 |
url_for_test.rb
|
Merge branch 'nil_script_name'
|
2014-11-25 10:31:26 -02:00 |
url_rewriter_test.rb
|
|
|
webservice_test.rb
|
Do not rescue Exception in ParamsParser
|
2014-11-23 13:47:09 -08:00 |