rails--rails/actionpack/test/template
Santiago Pastorino 84d387bc0f Make text_helpers methods which return valid html to return it as safe and sanitize the input always unless :sanitize => false is set
[#4825 state:committed]

Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
2010-06-17 13:34:10 -05:00
..
erb changed from :object_name to :as on form_for api 2010-04-05 18:55:37 -03:00
html-scanner
testing add NullResolver 2010-05-02 22:45:54 +02:00
active_model_helper_test.rb Rename fieldWithErrors style to field_with_errors. Remove unused alert style. 2010-04-24 15:02:12 -07:00
asset_tag_helper_test.rb Updating image_tag to support cid:content_id "URLs" 2010-06-07 21:53:31 -04:00
atom_feed_helper_test.rb
capture_helper_test.rb Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited] 2010-05-16 14:32:53 +02:00
compiled_templates_test.rb Optimize and clean up how details key get expired. 2010-03-10 22:13:29 +01:00
date_helper_i18n_test.rb
date_helper_test.rb Fix form builder and form helpers inconsistencies [#4432 state:resolved] 2010-04-29 13:40:55 +02:00
erb_util_test.rb fisting codes so it will parse [#4430 state:resolved] 2010-04-17 15:57:36 -04:00
form_helper_test.rb refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb added support for html attributes in options_for_select [#2165] 2010-05-16 14:33:04 +02:00
form_tag_helper_test.rb HTML safety: fix textarea with nil content 2010-05-24 20:18:25 -07:00
javascript_helper_test.rb link_to_function is here to stay 2010-03-16 22:06:16 -05:00
log_subscriber_test.rb Fix failing Action Pack tests 2010-03-02 14:41:12 -08:00
lookup_context_test.rb Make AP test suite green once again and speed up performance in layouts lookup for some cases. 2010-06-07 10:13:41 +02:00
number_helper_i18n_test.rb Added default currency values to NumberHelper and pass them to I18n.translate 2010-05-17 17:39:33 +02:00
number_helper_test.rb Add a test that used to fail but is fixed now [#3417 state:resolved] 2010-04-12 21:57:40 -07:00
output_buffer_test.rb All tests pass without memoizing view_context 2010-03-18 15:52:43 -07:00
prototype_helper_test.rb Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 2010-04-03 02:44:02 -07:00
raw_output_helper_test.rb
record_tag_helper_test.rb
render_test.rb render(:inline) in a layout before yield replaces original content 2010-06-13 13:56:08 +02:00
sanitize_helper_test.rb
scriptaculous_helper_test.rb Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win) 2010-04-03 02:44:02 -07:00
tag_helper_test.rb content_tag_string shouldn't escape_html if escape param is false 2010-06-07 15:31:11 -04:00
template_test.rb Update template to allow handlers to more cleanly handle encodings (ht: nex3) 2010-05-30 11:37:35 +02:00
test_case_test.rb Memoize the object returned by _view in ActionView::TestCase::Behavior 2010-06-08 21:25:31 +02:00
test_test.rb
text_helper_test.rb Make text_helpers methods which return valid html to return it as safe and sanitize the input always unless :sanitize => false is set 2010-06-17 13:34:10 -05:00
translation_helper_test.rb i18n: t() handles single keys returning an Array, also 2010-05-24 20:30:21 -07:00
url_helper_test.rb Allow :remote => false to be passed to link_to 2010-04-22 15:29:59 -07:00