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
Neeraj Singh 806e6f80dc render_to_string must ensure that response_body
is nil

[ #5875 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2011-01-25 20:14:03 +01:00
..
controller_fixtures
deprecation
new_base Speed up template inheritance and remove template inheritance option 2010-12-26 23:56:09 -08:00
request
action_pack_assertions_test.rb fix warning during test execution 2010-11-17 20:19:07 -02:00
addresses_render_test.rb
assert_select_test.rb Exception handling more readable 2010-09-19 12:18:51 -07:00
base_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
caching_test.rb removing usesless variable assignments 2011-01-18 15:52:56 -08:00
capture_test.rb Test correct method behaviour. 2010-09-29 12:42:51 -03:00
content_type_test.rb Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
filters_test.rb Make after_filter halt when before_filter renders or redirects [#5648 state:resolved] 2010-11-11 17:05:07 +01:00
flash_test.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
helper_test.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
http_basic_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
http_digest_authentication_test.rb
http_token_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integration_test.rb use a method that actually exists 2010-10-01 17:54:50 -07:00
layout_test.rb Deprecate old template handler API. Remove old handlers. 2010-10-10 01:14:50 +02:00
localized_templates_test.rb
log_subscriber_test.rb A patch so that http status codes are still included in logs even during an exception [#6333 state:resolved] 2011-01-25 20:12:22 +01:00
mime_responds_test.rb fixing wrong test 2011-01-17 14:43:29 -08:00
output_escaping_test.rb code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
record_identifier_test.rb moving fake model to the correct file 2010-10-03 14:40:06 -07:00
redirect_test.rb delete repeated code 2010-10-01 18:01:34 -07:00
render_js_test.rb
render_json_test.rb render_to_string must ensure that response_body 2011-01-25 20:14:03 +01:00
render_other_test.rb Initialize ivars in tests. 2010-09-28 17:32:18 -03:00
render_test.rb Move ETag and ConditionalGet logic from AD::Response to the middleware stack. 2010-10-03 21:25:22 +02:00
render_xml_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
request_forgery_protection_test.rb authenticity_token option for form_tag [#2988 state:resolved] 2011-01-09 15:55:26 -08:00
rescue_test.rb removing more duplicate code 2010-10-01 18:05:59 -07:00
resources_test.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
routing_test.rb The redirect routing method now allows for a hash of options which only changes the relevant parts of the url, or an object which responds to call can be supplied so common redirect rules can be easily reused. This commit includes a change where url generation from parts has been moved to AD::Http::URL as a class method. 2010-11-30 16:36:01 +01:00
runner_test.rb adding a test for the runner module [#6027 state:resolved] 2010-11-22 15:57:03 -08:00
selector_test.rb Rename duplicated test name. 2010-09-27 11:19:24 -03:00
send_file_test.rb
test_test.rb Use parentheses when using assert_match followed by a regexp to avoid warnings. 2010-09-27 11:19:19 -03:00
url_for_test.rb :subdomain, :domain and :tld_length options can now be used in url_for, allowing for easy manipulation of the host during link generation. 2010-11-23 09:54:42 +01:00
url_rewriter_test.rb Removed deprecated RouteSet API, still many tests fail 2010-09-05 13:44:36 +02:00
view_paths_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
webservice_test.rb use spec compliant YAML 2011-01-21 15:43:34 -08:00