.. |
controller_fixtures
|
|
|
new_base
|
Show detailed exceptions no longer returns true if the request is local in production.
|
2011-12-16 10:45:59 +01:00 |
request
|
|
|
action_pack_assertions_test.rb
|
warning removed "warning: instance variable @variable_for_layout not initialized"
|
2011-12-17 12:00:57 +05:30 |
addresses_render_test.rb
|
|
|
assert_select_test.rb
|
fix assert_select_email to work on non-multipart emails as well as converting the Mail::Body to a string to prevent errors.
|
2011-08-11 17:49:31 -05:00 |
base_test.rb
|
|
|
caching_test.rb
|
Allowing string as url argument for expire_action
|
2011-12-06 13:05:15 +01:00 |
capture_test.rb
|
|
|
content_type_test.rb
|
add missing ensure
|
2011-06-10 02:48:44 -04:00 |
default_url_options_with_filter_test.rb
|
it's -> its
|
2011-12-15 12:57:33 -08:00 |
filters_test.rb
|
Tests only after filters in cache sweepers
|
2011-06-22 18:00:46 +02:00 |
flash_hash_test.rb
|
|
|
flash_test.rb
|
Get rid of the close checks since we cannot reliably close the session anyway.
|
2011-12-16 10:45:59 +01:00 |
force_ssl_test.rb
|
accept optional :host parameter to force_ssl
|
2011-10-08 18:38:02 -05:00 |
helper_test.rb
|
Removing extra requires from the test. Already loaded in abstract_unit.
|
2011-07-31 23:36:21 +05:30 |
http_basic_authentication_test.rb
|
Eliminate newlines in basic auth. fixes #2882
|
2011-09-06 17:25:20 -07:00 |
http_digest_authentication_test.rb
|
Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)
|
2011-12-21 00:02:58 +01:00 |
http_token_authentication_test.rb
|
|
|
integration_test.rb
|
Revert "Make process reuse the env var passed as argument"
|
2011-09-24 17:19:42 -03:00 |
layout_test.rb
|
Fix bug in assert_template when using only :layout option
|
2011-12-06 21:15:27 -05:00 |
localized_templates_test.rb
|
|
|
log_subscriber_test.rb
|
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts.
|
2011-11-30 09:53:09 +01:00 |
mime_responds_test.rb
|
Responders now return 204 No Content for API requests without a response body (as in the new scaffold)
|
2011-10-26 09:31:56 +02:00 |
output_escaping_test.rb
|
|
|
params_wrapper_test.rb
|
Fix warning for params_wrapper_test.
|
2011-12-08 23:09:09 +09:00 |
record_identifier_test.rb
|
|
|
redirect_test.rb
|
Fix for redirect_to to respect urls with a network path reference like "//asset.host.com/resources/1235" see issue #3856
|
2011-12-05 11:19:48 +01:00 |
render_js_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
render_json_test.rb
|
Revert the serializers API as other alternatives are now also under discussion
|
2011-11-25 19:29:39 +00:00 |
render_other_test.rb
|
removes support for render :update
|
2011-04-13 13:23:17 +02:00 |
render_test.rb
|
Remove deprecation warnings from Action Pack.
|
2011-12-20 15:12:38 +01:00 |
render_xml_test.rb
|
|
|
request_forgery_protection_test.rb
|
Use ensure instead of rescue
|
2011-09-10 11:01:22 -07:00 |
rescue_test.rb
|
|
|
resources_test.rb
|
all routes can be stored in the Journey Routes object
|
2011-09-12 16:50:48 -07:00 |
routing_test.rb
|
adding an integration test for splat regexp substitutions. fixes #4138
|
2011-12-22 18:52:42 -07:00 |
runner_test.rb
|
|
|
selector_test.rb
|
|
|
send_file_test.rb
|
Make send_file guess content-type from file extension, if type wasn't supplied (Issue #1847). Update tests & documentation.
|
2011-06-28 06:58:28 +02:00 |
show_exceptions_test.rb
|
Show detailed exceptions no longer returns true if the request is local in production.
|
2011-12-16 10:45:59 +01:00 |
test_test.rb
|
Remove unused conditions for 1.9
|
2011-12-21 13:34:54 +05:30 |
url_for_integration_test.rb
|
fix method redefined warnings in tests
|
2011-11-30 18:57:12 +03:00 |
url_for_test.rb
|
Fix url_for options[:subdomain] to allow objects as values
|
2011-12-14 22:43:42 +08:00 |
url_rewriter_test.rb
|
/ is allowed in URI fragments
|
2011-10-13 21:41:30 -07:00 |
view_paths_test.rb
|
removed deprecated methods, and related tests, from ActionPack
|
2011-05-24 23:38:59 +02:00 |
webservice_test.rb
|
try not to use assert_blank when nil will would
|
2011-06-11 03:11:05 -04:00 |