rails/actionpack/test/controller
2010-02-26 15:04:50 -08: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 Add support for compile-time <%= raw %> 2010-01-31 23:42:35 -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 WIP: Remove the global router 2010-02-25 17:53:00 -08:00
addresses_render_test.rb Fix isolated running of AddressesTest 2009-09-06 21:42:05 -05:00
assert_select_test.rb Get rid of AM warnings in AP test suite. 2010-01-29 17:51:05 +01:00
base_test.rb Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:resolved] 2010-02-26 11:51:21 +01:00
caching_test.rb Rename named_url_helpers to url_helpers and url_helpers to url_for 2010-02-26 15:04:50 -08: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 Accessing nonexistant cookies through the signed jar should not raise an 2010-01-17 21:31:06 -06:00
dispatcher_test.rb Move Dispatcher setup to Railties and add instrumentation hook. 2010-01-15 12:24:30 +01:00
filters_test.rb deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08: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 Make http digest work with different server/browser combinations 2009-08-09 15:53:52 +01:00
integration_test.rb Rename named_url_helpers to url_helpers and url_helpers to url_for 2010-02-26 15:04:50 -08:00
layout_test.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
log_subscriber_test.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
mime_responds_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
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 Cleanup render callstack and make render(:json => {}, :status => 401) work again. 2010-02-24 22:17:25 +01: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 Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. Closes #8994 2010-02-23 22:45:42 -08:00
render_xml_test.rb Use new routing dsl in tests 2009-12-08 16:52:26 -06: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 Rename named_url_helpers to url_helpers and url_helpers to url_for 2010-02-26 15:04:50 -08:00
routing_test.rb Rename named_url_helpers to url_helpers and url_helpers to url_for 2010-02-26 15:04:50 -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 WIP: Remove the global router 2010-02-25 17:53:00 -08:00
url_for_test.rb WIP: Remove the global router 2010-02-25 17:53:00 -08:00
url_rewriter_test.rb WIP: Remove the global router 2010-02-25 17:53:00 -08:00
verification_test.rb Ruby 1.9: resolve constant lookup issues 2009-11-04 15:41:50 -08:00
view_paths_test.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
webservice_test.rb Merge branch 'master' of github.com:rails/rails 2010-02-25 17:53:01 -08:00