rails/actionpack/test/controller
2008-01-07 08:12:03 +00:00
..
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
deprecation require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
html-scanner Ruby 1.9 compat: check dom equality 2008-01-07 08:09:06 +00:00
session Ruby 1.9 compat: cookie store delete sets nil value instead of empty string 2008-01-07 08:12:03 +00:00
action_pack_assertions_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
addresses_render_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
assert_select_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
base_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
benchmark_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
caching_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
capture_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
cgi_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
components_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
content_type_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
cookie_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
custom_handler_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
dispatcher_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
fake_controllers.rb Don't let arbitrary classes match as controllers 2006-02-04 23:59:37 +00:00
fake_models.rb Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 2007-07-17 09:44:03 +00:00
filter_params_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
filters_test.rb Filter procs must take 1 or 2 arguments. Raise ArgumentError otherwise. 2008-01-07 00:12:43 +00:00
flash_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
helper_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
http_authentication_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
integration_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
layout_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
mime_responds_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
mime_type_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
new_render_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
polymorphic_routes_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
record_identifier_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
redirect_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
render_test.rb Support render :text => nil. Closes #6684. 2008-01-06 20:52:57 +00:00
request_forgery_protection_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
request_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
rescue_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
resources_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
routing_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
selector_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
send_file_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
session_fixation_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
session_management_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
test_test.rb * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek] 2008-01-05 13:34:15 +00:00
url_rewriter_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
verification_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
view_paths_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00
webservice_test.rb require abstract_unit directly since test is in load path 2008-01-05 13:32:06 +00:00