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/template
Piotr Sarnacki f4d493ed7c Fix ActionView::RecordIdentifier to work as a singleton
We extend it with self, but the methods were not working properly were
used directly on module.
2012-08-28 11:19:37 +02:00
..
erb Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00
html-scanner
testing
active_model_helper_test.rb
asset_tag_helper_test.rb Deprecate mime types lookup in auto_discovery_link_tag 2012-08-28 10:51:04 +02:00
atom_feed_helper_test.rb
benchmark_helper_test.rb
capture_helper_test.rb
compiled_templates_test.rb
date_helper_i18n_test.rb
date_helper_test.rb correct handling of date selects when using both disabled and discard options 2012-08-25 19:02:41 +03:00
erb_util_test.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
form_collections_helper_test.rb
form_helper_test.rb Create variable only in the test that uses it 2012-08-25 21:52:24 -03:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb Ensure option_html_attributes does not modify the given option hashes 2012-08-11 14:17:01 -03:00
form_tag_helper_test.rb option_tags coerced to "" instead of nil 2012-08-21 21:59:05 +05:30
javascript_helper_test.rb Deprecate button_to_function and link_to_function helpers. 2012-08-07 20:57:42 -03:00
log_subscriber_test.rb Remove stubs from LogSubscriber tests 2012-08-28 10:51:04 +02:00
lookup_context_test.rb Add ActionView::Base.default_formats 2012-08-28 10:51:04 +02:00
number_helper_test.rb
output_buffer_test.rb
output_safety_helper_test.rb
record_identifier_test.rb Fix ActionView::RecordIdentifier to work as a singleton 2012-08-28 11:19:37 +02:00
record_tag_helper_test.rb
render_test.rb Indentation should consider line number character count. 2012-08-13 18:49:47 -03:00
resolver_patterns_test.rb
sanitize_helper_test.rb Do not mark strip_tags result as html_safe 2012-08-09 18:51:05 -03:00
streaming_render_test.rb
tag_helper_test.rb
template_error_test.rb
template_test.rb Deprecate Template#mime_type 2012-08-28 11:19:36 +02:00
test_case_test.rb
test_test.rb
text_helper_test.rb Don't use html_escape to test the escaping 2012-08-05 21:21:14 -03:00
translation_helper_test.rb
url_helper_test.rb Don't require action_dispatch in ActionView::UrlHelpers 2012-08-28 11:19:29 +02:00