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
2012-11-15 23:08:16 -02:00
..
controller_fixtures
new_base cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
parameters Test that permitted? is sticky on accessors, mutators, and merges 2012-11-06 21:30:12 +01:00
request
action_pack_assertions_test.rb assert_template no more passing with what ever string that matches. 2012-09-29 23:31:49 -03:00
assert_select_test.rb Define a SynchronousQueue for test in Action Pack. 2012-09-12 15:33:42 -03:00
base_test.rb Deprecate AV::RecordIdentifier in controllers 2012-08-28 11:19:37 +02:00
caching_test.rb rename page_cache_extension option to default_static_extension 2012-10-03 15:35:19 -05:00
capture_test.rb
content_type_test.rb
default_url_options_with_filter_test.rb cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
filters_test.rb AS::Callbacks: deprecate monkey patch of object callbacks 2012-09-07 14:42:31 +03:00
flash_hash_test.rb Revert "Merge pull request #8017 from jcoglan/objectless_sessions" 2012-11-09 00:14:13 +00:00
flash_test.rb Remove extra whitespace 2012-11-15 23:08:16 -02:00
force_ssl_test.rb
helper_test.rb
http_basic_authentication_test.rb cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
http_digest_authentication_test.rb Move ensure_secret_secure to DummyKeyGenerator 2012-11-03 14:57:54 -02:00
http_token_authentication_test.rb
integration_test.rb Move action_controller/vendor/html-scanner to action_view 2012-08-28 10:51:03 +02:00
layout_test.rb Remove warning renaming the test classes to use the test convention 2012-07-29 17:47:05 -03:00
live_stream_test.rb make sure the body finishes rendering before checking response closure 2012-08-03 00:27:39 -04:00
localized_templates_test.rb
log_subscriber_test.rb extract AP Page and Action caching to actionpack-deprecated_caching gem 2012-10-03 11:14:28 -05:00
mime_responds_test.rb cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
output_escaping_test.rb
params_wrapper_test.rb start using options object 2012-11-13 16:35:15 -08:00
permitted_params_test.rb Change tainted/untainted wording to permitted/forbidden 2012-09-16 23:58:21 -05:00
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb can't pass :locals to #assert_template without a view test case. Closes #3415 2012-10-06 12:23:02 +02:00
render_xml_test.rb
request_forgery_protection_test.rb Implement :null_session CSRF protection method 2012-09-13 12:07:37 +03:00
required_params_test.rb Integrate ActionController::Parameters from StrongParameters gem 2012-09-16 23:58:19 -05:00
rescue_test.rb
resources_test.rb Extract common controllers to abstract_unit 2012-08-13 21:43:18 -03:00
routing_test.rb Add Missing Keys from Journey on failed URL format 2012-08-28 08:53:45 -07:00
runner_test.rb
selector_test.rb Move action_controller/vendor/html-scanner to action_view 2012-08-28 10:51:03 +02:00
send_file_test.rb cleanup, remove trailing whitespace within actionpack 2012-10-27 16:03:18 +02:00
show_exceptions_test.rb Add ensure block to make sure the state is properly restored 2012-11-04 19:50:56 -02:00
spec_style_test.rb Allow strings in the controller test describe blocks 2012-09-24 14:21:47 -06:00
spec_type_test.rb remove method redefinition warnings 2012-09-27 18:44:25 -03:00
streaming_test.rb remove dead test 2012-07-29 16:00:50 -07:00
sweeper_test.rb
test_case_test.rb
url_for_integration_test.rb
url_for_test.rb Remove warning renaming the test classes to use the test convention 2012-07-29 17:47:05 -03:00
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb