.. |
controller_fixtures
|
|
|
mime
|
Remove redundant to_s in interpolation
|
2014-10-30 08:48:32 -07:00 |
new_base
|
Fix actionpack test cases broken by #16888
|
2014-09-26 01:42:18 +09:00 |
parameters
|
Add AC::Parameters#to_unsafe_h
|
2014-12-12 18:52:10 +07:00 |
request
|
cleaning up some warnings on 1.9.3
|
2011-02-07 16:44:27 -08:00 |
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
|
Expectations first
|
2014-08-18 15:40:53 +09:00 |
caching_test.rb
|
Add controller and action name to the instrumentation payload
|
2014-05-10 09:35:29 +00:00 |
content_type_test.rb
|
Add with_default_charset helper.
|
2014-05-28 21:17:16 +08:00 |
default_url_options_with_before_action_test.rb
|
use _action callbacks in actionmailer
|
2012-12-08 10:21:20 -05:00 |
filters_test.rb
|
Remove misleading test: around_action return false
|
2014-12-15 16:36:50 -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
|
Remove unused subclass_controller_with_flash_type_bar var from flash test.
|
2014-04-07 10:34:17 +05:30 |
force_ssl_test.rb
|
Remove tests method for test cases when controller can be inferred.
|
2014-05-03 23:55:23 -07:00 |
helper_test.rb
|
give a better error message for misspelled helpers
|
2014-10-25 14:06:33 +02:00 |
http_basic_authentication_test.rb
|
Check authentication scheme in Basic auth
|
2013-07-07 22:39:16 +09:00 |
http_digest_authentication_test.rb
|
Typos. return -> returns. [ci skip]
|
2013-12-03 13:31:36 -02:00 |
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
|
Make sure assert_select can assert body tag
|
2014-11-18 18:47:22 -02: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
|
fix filesystem race condition
|
2014-07-17 14:04:55 -07:00 |
output_escaping_test.rb
|
remove ancient TODOs [ci skip].
|
2013-03-18 16:42:08 +01:00 |
params_wrapper_test.rb
|
Clear inflections after test.
|
2014-05-28 23:33:10 +08:00 |
permitted_params_test.rb
|
Change tainted/untainted wording to permitted/forbidden
|
2012-09-16 23:58:21 -05:00 |
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
|
CSRF protection from cross-origin <script> tags
|
2013-12-17 13:14:17 -07:00 |
render_json_test.rb
|
Address CVE-2014-4671 (JSONP Flash exploit)
|
2014-07-09 11:37:19 -07:00 |
render_other_test.rb
|
Add and remove renderer inside the test to prevent leak.
|
2014-05-28 22:24:22 +08:00 |
render_test.rb
|
When your templates change, browser caches bust automatically.
|
2014-08-17 06:52:17 -07:00 |
render_xml_test.rb
|
Remove default match without specified method
|
2012-04-24 22:52:26 -05:00 |
request_forgery_protection_test.rb
|
Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token
|
2014-08-19 18:17:07 -07:00 |
required_params_test.rb
|
Merge pull request #15692 from sromano/falseClass
|
2014-06-14 06:14:19 +09:30 |
rescue_test.rb
|
use _action instead of _filter callbacks
|
2012-12-07 15:24:56 -05:00 |
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
|
AP tests should inherit from AS::TestCase
|
2012-01-05 17:05:44 -08:00 |
send_file_test.rb
|
Prevent state leak.
|
2014-06-05 18:34:39 -07:00 |
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
|
remove dead test
|
2012-07-29 16:00:50 -07:00 |
test_case_test.rb
|
Deprecate use_route in controller tests
|
2014-11-23 01:42:46 -08: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
|
this test is not a controller test, so switch to AS::TC
|
2012-07-28 20:30:52 -07:00 |
webservice_test.rb
|
Do not rescue Exception in ParamsParser
|
2014-11-23 13:47:09 -08:00 |