rails/actionpack/test/controller
2010-04-24 18:52:51 -07: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 Added test get to js should have a header with content-type text/javascript 2010-04-16 11:03:16 -03: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 Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
addresses_render_test.rb Fix isolated running of AddressesTest 2009-09-06 21:42:05 -05:00
assert_select_test.rb Missed commit: explicit source encoding 2010-04-24 18:52:51 -07:00
base_test.rb Tests method_missing to raise NameError. [#2522 state:resolved] 2010-03-27 00:26:44 -07:00
caching_test.rb Make perform_caching work again, with the tests passing and backward compatible 2010-04-15 18:25:08 -03:00
capture_test.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
content_type_test.rb ActionController::Base.use_accept_header is not actually used anymore, so let's deprecate it. 2010-03-03 21:24:00 -08:00
cookie_test.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
dispatcher_test.rb Move Dispatcher setup to Railties and add instrumentation hook. 2010-01-15 12:24:30 +01:00
filters_test.rb Modify assert_template to use notifications. Also, remove ActionController::Base#template since it is no longer needed. 2010-03-17 16:29:35 -07:00
flash_test.rb Module lookup issue on flash_test using ruby 1.9 solved [#3716 status:resolved] 2010-01-17 16:57:14 +01:00
helper_test.rb Bring helpers_dir deprecation back. 2010-01-30 16:49:58 +01: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 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
integration_test.rb Fix cookie access in integration tests with other host names 2010-04-05 15:22:09 -07:00
layout_test.rb Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved] 2010-04-13 12:39:03 -07:00
localized_templates_test.rb Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
log_subscriber_test.rb Make perform_caching work again, with the tests passing and backward compatible 2010-04-15 18:25:08 -03:00
mime_responds_test.rb Added missing require 2010-04-16 23:44:39 -03:00
output_escaping_test.rb For performance reasons, you can no longer call html_safe! on Strings. Instead, all Strings are always not html_safe?. Instead, you can get a SafeBuffer from a String by calling #html_safe, which will SafeBuffer.new(self). 2010-01-31 19:39:13 -08:00
record_identifier_test.rb AMo #key is now #to_key and CI is probably happy 2010-02-20 20:17:29 -08:00
redirect_test.rb Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
render_js_test.rb Namespace TestControllers inside their test case class 2009-09-19 13:04:12 -05:00
render_json_test.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02: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 Make render :partial, :layout consistent between AC and AV 2010-03-18 16:55:32 -07:00
render_xml_test.rb Fix render :xml test (ht Simo Niemelä) 2010-04-24 11:48:47 +02:00
request_forgery_protection_test.rb Test that csrf meta content is html-escaped, too 2010-02-04 18:03:06 -08:00
rescue_test.rb WIP: Remove the global router 2010-02-25 17:53:00 -08:00
resources_test.rb Consistent routing language 2010-03-30 14:05:42 -05:00
routing_test.rb 1.9 seems to have a bug involving cloned classes and super. Fix it by not cloning (and instead creating classes on demand). The 1.9 bug should be investigated. 2010-02-26 18:25:56 -08: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 Makes send_file work again by deferring to Rack::Sendfile. 2010-02-23 17:06:35 -08:00
test_test.rb access assigns as a method or hash, with strings or symbols [#4431 state:resolved] 2010-04-17 15:59:10 -04:00
url_for_test.rb Make ActionDispatch url_for use HWIA symbolize_keys 2010-04-22 09:06:55 -07:00
url_rewriter_test.rb Consistent routing language 2010-03-30 14:05:42 -05:00
view_paths_test.rb Fixes test ordering bug (ht: evan) 2010-03-04 12:21:12 -08:00
webservice_test.rb Consistent routing language 2010-03-30 14:05:42 -05:00