rails/actionpack/test/controller
2010-01-16 17:22:27 -06: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 Extract ActionController rescue templates into Rescue and ShowExceptions middleware. 2009-05-02 23:02:22 -05:00
new_base test-unit 2 compat: assert_raise doesn't support regexp second arg to match exception message 2009-11-10 16:14:10 -08:00
request Inherit TestSession from Session::AbstractStore and add indifferent access to Session::AbstractStore. 2009-04-26 14:33:57 -05:00
action_pack_assertions_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
addresses_render_test.rb Fix isolated running of AddressesTest 2009-09-06 21:42:05 -05:00
assert_select_test.rb Add :redirect to the testable RJS statements [#2612 state:resolved] 2009-08-09 02:00:15 +01:00
base_test.rb Ensure that segments in default_url_options also work with format specified. 2010-01-07 17:17:06 +01:00
caching_test.rb Add subscriber for ActionPack and move all logging inside it. 2010-01-13 01:19:23 +01:00
capture_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
content_type_test.rb Avoid conflicts with another ContentTypeController used in testing 2009-09-19 12:50:14 -05:00
cookie_test.rb Cookies middleware 2010-01-16 17:22:27 -06:00
dispatcher_test.rb Move Dispatcher setup to Railties and add instrumentation hook. 2010-01-15 12:24:30 +01:00
filter_params_test.rb Add subscriber for ActionPack and move all logging inside it. 2010-01-13 01:19:23 +01:00
filters_test.rb Symbol#to_proc is not needed for Ruby >= 1.8.7 2009-11-09 22:16:51 +01:00
flash_test.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
helper_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
http_basic_authentication_test.rb Fix HTTP basic authentication for long credentials [#2572 state:resolved] 2009-08-09 01:28:43 +01:00
http_digest_authentication_test.rb Make http digest work with different server/browser combinations 2009-08-09 15:53:52 +01:00
integration_test.rb Make HEAD method masquerade as GET so requests are routed correctly 2010-01-15 12:38:50 -06:00
layout_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
mime_responds_test.rb Raise an error if respond_with is invoked and no format is declared. 2010-01-10 20:21:08 +01:00
output_escaping_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
record_identifier_test.rb Clean up render @object a bit more. 2009-08-07 00:52:13 -03:00
redirect_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
render_js_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_json_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_other_test.rb Simpler RenderOption API -- removes the need for registering the types and extending a module 2009-12-09 13:40:49 -08:00
render_test.rb Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. 2009-12-26 20:28:53 +01:00
render_xml_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00
request_forgery_protection_test.rb Fix test bleed 2009-11-18 17:54:27 -08:00
rescue_test.rb Ruby 1.9: resolve constant lookup issues 2009-11-04 15:41:50 -08:00
resources_test.rb Respect resources_path_names and :path_names options in new dsl 2010-01-13 20:26:01 -06:00
routing_test.rb optimise_named_routes is unnecessary 2010-01-13 20:22:53 -06:00
selector_test.rb Add some more tests to the test_new_base_on_old_tests task 2009-05-23 01:46:37 +02:00
send_file_test.rb Update cache_control to be a Hash of options that is used to build the header. 2009-08-02 19:39:33 -04:00
subscriber_test.rb Small tweaks in ActionController subscriber messages format. 2010-01-15 12:24:31 +01:00
test_test.rb TestProcess belongs in AD 2009-12-12 18:09:44 -06:00
translation_test.rb Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008] 2008-09-10 00:39:54 -05:00
url_rewriter_test.rb Remove duplicated url_for code and move methods shared between ActionMailer and ActionController up to AbstractController. 2010-01-07 15:31:50 +01:00
verification_test.rb Ruby 1.9: resolve constant lookup issues 2009-11-04 15:41:50 -08:00
view_paths_test.rb Fix the */* with Net::HTTP bug [#3100 state:resolved] 2009-09-01 15:54:29 -07:00
webservice_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06:00