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
Xavier Noria 7f2548e34d Merge pull request #5130 from dlee/revised_patch_verb
Add config.default_method_for_update to support PATCH
2012-02-22 09:00:53 -08:00
..
erb
html-scanner Refactor button_to helper to use token_tag method 2012-01-19 10:37:21 -03:00
testing
active_model_helper_test.rb
asset_tag_helper_test.rb Always use content_tag for audio/video tag 2012-02-07 10:50:23 -02:00
atom_feed_helper_test.rb Remove rescue_action from compatibility module and tests 2012-01-17 10:04:37 -02:00
benchmark_helper_test.rb add benchmark helper that works in erb 2012-01-07 12:17:48 +03:00
capture_helper_test.rb content_for with flush parameter 2011-12-29 21:59:55 +01:00
compiled_templates_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
compressors_test.rb
date_helper_i18n_test.rb tiny refactoring 2012-01-29 18:26:38 +03:00
date_helper_test.rb Remove unused variables to avoid warnings 2012-01-24 21:38:55 +01:00
erb_util_test.rb Move escape_once logic to ERB::Util, where it belongs to 2012-02-01 08:55:18 -02:00
form_collections_helper_test.rb Allow collection helpers with block to access current object in the collection 2012-02-13 22:48:48 -02:00
form_helper_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb refactor options_for_select 2012-02-20 23:15:03 +03:00
form_tag_helper_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
javascript_helper_test.rb remove unwanted require for string encoding 2012-02-13 23:24:30 +05:30
log_subscriber_test.rb ActionView now has its own logger 2012-01-18 14:30:33 -03:00
lookup_context_test.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
number_helper_i18n_test.rb Infer currency negative format from positive one. 2012-01-05 00:23:10 +09:00
number_helper_test.rb Do not mutate given options hash in number helpers 2012-01-25 10:51:00 -02:00
output_buffer_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
output_safety_helper_test.rb
record_tag_helper_test.rb Fix warning: assigned but unused variable - result 2012-01-19 01:43:59 +09:00
render_test.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
resolver_patterns_test.rb
sanitize_helper_test.rb
sprockets_helper_test.rb Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417 2012-01-03 17:50:24 -02:00
sprockets_helper_with_routes_test.rb
streaming_render_test.rb remove more conditions for Fiber available in ruby19 2011-12-31 01:22:40 +05:30
tag_helper_test.rb
template_error_test.rb Removed unused assigns from ActionView::Template::Error 2012-01-20 20:13:29 +04:00
template_test.rb Don't wrap the raise with ensure 2012-02-21 15:58:08 -02:00
test_case_test.rb instance_variables method returns symbols in 1.9 ruby 2012-01-07 15:30:05 +03:00
test_test.rb
text_helper_test.rb Highlight defaults to HTML5 mark element 2012-02-05 12:08:21 -05:00
translation_helper_test.rb
url_helper_test.rb removed unnecessary code 2012-02-09 16:06:51 +05:30