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
2010-03-11 13:23:14 +01:00
..
controller_fixtures
deprecation
new_base Add tests for lookup context. 2010-03-11 13:23:14 +01:00
request
action_pack_assertions_test.rb
addresses_render_test.rb
assert_select_test.rb
base_test.rb Reinstate dom_id in controllers. 2010-03-09 10:49:36 -08:00
caching_test.rb skip_relative_url_root url_for option is dead 2010-03-09 21:25:09 -06:00
capture_test.rb
content_type_test.rb
cookie_test.rb
dispatcher_test.rb
filters_test.rb
flash_test.rb
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
integration_test.rb Clarify cookie jar test 2010-03-04 15:31:28 -08:00
layout_test.rb
log_subscriber_test.rb Refactor cache_store to use ActionController config 2010-03-04 16:50:57 -08:00
mime_responds_test.rb
output_escaping_test.rb
record_identifier_test.rb
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb Clean LookupContext API. 2010-03-08 23:25:16 +01:00
render_xml_test.rb
request_forgery_protection_test.rb
rescue_test.rb
resources_test.rb
routing_test.rb
selector_test.rb
send_file_test.rb
test_test.rb
url_for_test.rb Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a way to specify a default SCRIPT_NAME when generating URLs out of the context of a request. 2010-03-04 17:43:46 -08:00
url_rewriter_test.rb RouteSet#rewrite => url_for 2010-03-09 21:00:24 -06:00
verification_test.rb
view_paths_test.rb Fixes test ordering bug (ht: evan) 2010-03-04 12:21:12 -08:00
webservice_test.rb