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
2011-06-11 03:11:06 -04:00
..
controller_fixtures
new_base Corrected some typos and American vs. Queen's English issues 2011-05-29 12:40:24 -07:00
request cleaning up some warnings on 1.9.3 2011-02-07 16:44:27 -08:00
action_pack_assertions_test.rb remove unused user_controller from test 2011-06-08 22:49:38 -04:00
addresses_render_test.rb
assert_select_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
base_test.rb
caching_test.rb replaced and with && as per coding guidelines 2011-06-10 02:27:57 -04:00
capture_test.rb
content_type_test.rb add missing ensure 2011-06-10 02:48:44 -04:00
filters_test.rb Fix filter :only and :except with implicit actions 2011-03-23 23:32:44 +00:00
flash_hash_test.rb many args does not make sense with the current implementation because of how use works 2011-04-06 18:13:16 -07:00
flash_test.rb Don't reuse a closed flash when using now 2011-04-20 04:32:26 +08:00
force_ssl_test.rb Add controller-specific force_ssl method to force web browser to use HTTPS protocol 2011-03-28 04:58:47 +08:00
helper_test.rb removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
http_basic_authentication_test.rb Added Base.http_basic_authenticate_with to do simple http basic authentication with a single class method call [DHH] 2011-03-28 18:10:08 -07:00
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb fix creating an empty route on 1.8. Closes #1210 2011-06-01 15:51:36 +02:00
layout_test.rb
localized_templates_test.rb
log_subscriber_test.rb renamed the wrap_parameters :only and :except options to :include and :exclude to make it consistent with controller filters 2011-05-19 10:33:25 -04:00
mime_responds_test.rb don't raise an exception if the format isn't recognized 2011-05-26 11:18:30 +02:00
output_escaping_test.rb
params_wrapper_test.rb renamed the wrap_parameters :only and :except options to :include and :exclude to make it consistent with controller filters 2011-05-19 10:33:25 -04:00
record_identifier_test.rb
redirect_test.rb
render_js_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_json_test.rb render_to_string must ensure that response_body 2011-01-25 20:14:03 +01:00
render_other_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_test.rb removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
render_xml_test.rb
request_forgery_protection_test.rb Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01:00
rescue_test.rb
resources_test.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
routing_test.rb raise an error if the old router draw method is used, along with a message advising them to either upgrade their routes or add rails_legacy_mapper to their Gemfile 2011-05-03 16:07:25 +02:00
runner_test.rb
selector_test.rb
send_file_test.rb
test_test.rb remove meaningless assert true 2011-06-11 03:11:06 -04:00
url_for_test.rb expected message should come first 2011-06-11 03:11:06 -04:00
url_rewriter_test.rb
view_paths_test.rb removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
webservice_test.rb try not to use assert_blank when nil will would 2011-06-11 03:11:05 -04:00