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
2009-08-13 10:27:53 +02:00
..
controller_fixtures
deprecation
request
action_pack_assertions_test.rb Fix pending test about content-type 2009-06-17 12:54:18 -07:00
addresses_render_test.rb
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 Cleaning up more tests and code that needed to work in both old and new base 2009-06-17 16:51:51 -07:00
benchmark_test.rb
caching_test.rb More perf work: 2009-08-11 15:03:53 -07:00
capture_test.rb
content_type_test.rb Finish making things pass with updated internal content_type semantics 2009-06-15 11:21:08 -07:00
cookie_test.rb Memoize cookies so that updates to cookies are available in the current request. [#2733 state:resolved] 2009-05-28 09:18:27 -05:00
dispatcher_test.rb
filter_params_test.rb Make filter_parameters work correctly with array parameters. 2009-06-27 12:43:57 +12:00
filters_test.rb Cleaning up more tests and code that needed to work in both old and new base 2009-06-17 16:51:51 -07:00
flash_test.rb The FlashHash and friends causes a lot of needless session storing, when we know for a fact that there's no content in the flash. By not storing the empty hash in the session we save a lot of communication with the various session backends, while still keeping the same interface to the flash. [#2703 state:resolved] 2009-05-28 09:30:49 -05:00
helper_test.rb Cleaning up more tests and code that needed to work in both old and new base 2009-06-17 16:51:51 -07: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 test depends on html-scanner 2009-05-23 03:10:48 -07:00
layout_test.rb Fixing pending tests and fixed some formats / partial rendering semantics 2009-06-17 12:54:19 -07:00
logging_test.rb Replace _render_template_with_layout with _render_template since the layout is optional 2009-08-07 03:18:45 -03:00
mime_responds_test.rb Ensure collections are not treated as nested resources. 2009-08-13 10:27:41 +02:00
record_identifier_test.rb Clean up render @object a bit more. 2009-08-07 00:52:13 -03:00
redirect_test.rb Add test ensuring redirect_to uses the given protocol [#2886] 2009-08-08 20:48:39 +01:00
render_js_test.rb Got controller/render_js_test.rb to pass on new base 2009-05-22 17:08:58 -07:00
render_json_test.rb
render_other_test.rb Get controller/render_other_test.rb to pass on new base and fixed a bug in new base with regards to rendering layouts. 2009-05-22 16:55:27 -07:00
render_test.rb Clean up partial object some more; replace passing around a block to a single block ivar 2009-08-09 04:12:08 -03:00
render_xml_test.rb Add destroyed? to ActiveRecord, include tests for polymorphic urls for destroyed objects and refactor mime responds tests and documentation. 2009-08-07 17:16:16 +02:00
request_forgery_protection_test.rb
rescue_test.rb
resources_test.rb Added both the documentation and a test case for the collection path name customization feature. 2009-08-09 14:26:36 -07:00
routing_test.rb Deprecate router generation "best match" sorting 2009-08-09 22:53:16 -05: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
test_test.rb
translation_test.rb
url_rewriter_test.rb Deprecate router generation "best match" sorting 2009-08-09 22:53:16 -05:00
verification_test.rb Move Safari response-padding fix to Rails2Compatibility. Should be a Rack concern. 2009-05-21 20:27:24 -07:00
view_paths_test.rb Remove a no-op from view path tests and removed a Symbol#to_proc 2009-05-26 11:47:42 -07:00
webservice_test.rb Move Safari response-padding fix to Rails2Compatibility. Should be a Rack concern. 2009-05-21 20:27:24 -07:00