rails--rails/actionpack/test/controller
Jeremy Kemper 31f8a59c16 Test that csrf meta content is html-escaped, too 2010-02-04 18:03:06 -08:00
..
controller_fixtures
deprecation
new_base Add support for compile-time <%= raw %> 2010-01-31 23:42:35 -08:00
request
action_pack_assertions_test.rb
addresses_render_test.rb
assert_select_test.rb
base_test.rb
caching_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
capture_test.rb
content_type_test.rb
cookie_test.rb
dispatcher_test.rb
filters_test.rb
flash_test.rb
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb
integration_test.rb
layout_test.rb
mime_responds_test.rb
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
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb
render_xml_test.rb
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
resources_test.rb
routing_test.rb
selector_test.rb
send_file_test.rb
subscriber_test.rb
test_test.rb
url_for_test.rb
url_rewriter_test.rb
verification_test.rb
view_paths_test.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
webservice_test.rb