.. |
controller_fixtures
|
|
|
deprecation
|
|
|
html-scanner
|
Fix broken test (closes #10364) [chuyeow]
|
2007-12-05 02:34:36 +00:00 |
session
|
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
|
2007-11-21 21:31:45 +00:00 |
action_pack_assertions_test.rb
|
|
|
addresses_render_test.rb
|
|
|
assert_select_test.rb
|
|
|
base_test.rb
|
|
|
benchmark_test.rb
|
|
|
caching_test.rb
|
Added protection from trailing slashes on page caching (closes #10229) [devrieda]
|
2007-11-28 00:29:43 +00:00 |
capture_test.rb
|
|
|
cgi_test.rb
|
Fixed that ActionController::CgiRequest#host_with_port() should handle standard port (closes #10082) [moro]
|
2007-11-06 16:36:10 +00:00 |
components_test.rb
|
|
|
content_type_test.rb
|
|
|
cookie_test.rb
|
Ensure that cookies handle array values correctly. Closes #9937 [queso]
|
2007-10-20 17:30:01 +00:00 |
custom_handler_test.rb
|
|
|
dispatcher_test.rb
|
Dispatcher: fix that to_prepare should only run once in production. Closes #9889.
|
2007-10-16 16:36:52 +00:00 |
fake_controllers.rb
|
|
|
fake_models.rb
|
|
|
filter_params_test.rb
|
|
|
filters_test.rb
|
Changed before_filter halting to happen automatically on render or redirect but no longer on simply returning false [DHH]
|
2007-10-21 18:58:17 +00:00 |
flash_test.rb
|
Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek]
|
2007-10-24 04:47:40 +00:00 |
fragment_store_setting_test.rb
|
Skip memcache tests unless it's installed
|
2007-10-15 01:47:35 +00:00 |
helper_test.rb
|
|
|
http_authentication_test.rb
|
|
|
integration_test.rb
|
Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.
|
2007-10-27 20:38:08 +00:00 |
layout_test.rb
|
|
|
mime_responds_test.rb
|
Make sure that setting the format with a symbol works too
|
2007-12-03 19:49:22 +00:00 |
mime_type_test.rb
|
|
|
new_render_test.rb
|
Partials also set 'object' to the default partial variable. Closes #8823.
|
2007-10-25 21:32:01 +00:00 |
polymorphic_routes_test.rb
|
|
|
record_identifier_test.rb
|
|
|
redirect_test.rb
|
Improve the error message for assert_redirected_to. Closes #7337 [mikong, sandofsky]
|
2007-10-16 05:07:23 +00:00 |
render_test.rb
|
Refactor the default rendering out to a method called default_render to provide a hook for plugin authors. Closes #9953 [cjheath]
|
2007-10-25 06:38:01 +00:00 |
request_forgery_protection_test.rb
|
|
|
request_test.rb
|
Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [tarmo]
|
2007-11-29 02:08:51 +00:00 |
rescue_test.rb
|
Make rescue_from behave like rescue when dealing with subclasses. Closes #10079 [fxn]
|
2007-11-06 06:02:24 +00:00 |
resources_test.rb
|
|
|
routing_test.rb
|
Fix typos (closes #10378)
|
2007-12-05 18:54:41 +00:00 |
selector_test.rb
|
Fix typos (closes #10378)
|
2007-12-05 18:54:41 +00:00 |
send_file_test.rb
|
|
|
session_fixation_test.rb
|
Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz]
|
2007-11-21 21:31:45 +00:00 |
session_management_test.rb
|
|
|
test_test.rb
|
Fix typos (closes #10378)
|
2007-12-05 18:54:41 +00:00 |
url_rewriter_test.rb
|
|
|
verification_test.rb
|
Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH]
|
2007-11-30 21:04:57 +00:00 |
view_paths_test.rb
|
Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick]
|
2007-11-26 03:59:23 +00:00 |
webservice_test.rb
|
|
|