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
Ilya Grigorik ed5c6d254c generate environment dependent asset digests
If two different environments are configured to use the pipeline, but
one has an extra step (such as compression) then without taking the
environment into account you may end up serving wrong assets
2011-08-04 23:53:32 -04:00
..
erb Revert "Remove deprecated form_for with strings or symbols" 2010-11-18 20:22:14 +01:00
html-scanner remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
testing add NullResolver 2010-05-02 22:45:54 +02:00
active_model_helper_test.rb Start cleanup of deprecations in ActionView 2010-09-06 13:42:46 +02:00
asset_tag_helper_test.rb Use shorter class-level File methods instead of going through File.stat. 2011-07-25 17:02:28 +02:00
atom_feed_helper_test.rb Example Usage updated for actionpack and actionmailer. 2011-05-19 09:17:49 +05:30
capture_helper_test.rb Add tests for content_for() for read, closes #475. 2011-05-10 10:22:09 +02:00
compiled_templates_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
date_helper_i18n_test.rb These tests shouldn't depend on local time to pass or fail, we can use utc here. 2010-09-24 15:51:29 +02:00
date_helper_test.rb Merge pull request #343 from asanghi/ampm 2011-05-07 06:31:18 -07:00
erb_util_test.rb ensuring that json_escape returns html safe strings when passed an html safe string 2011-06-09 15:29:17 -07:00
form_helper_test.rb Rename new method to_path to to_partial_path to avoid conflicts with File#to_path and similar. 2011-08-01 11:42:00 +02:00
form_options_helper_i18n_test.rb Use helpers.label instead of views.labels. 2010-01-07 15:31:50 +01:00
form_options_helper_test.rb Grouped select helper 2011-07-11 19:08:23 +03:00
form_tag_helper_test.rb fix stringify_keys destructive behavior for most FormTagHelper functions 2011-08-03 20:53:55 -07:00
javascript_helper_test.rb Make sure escape_javascript return SafeBuffer if the incoming argument is already html_safe 2011-06-09 14:30:02 -04:00
log_subscriber_test.rb Remove more dependencies from the view. 2011-05-01 13:40:12 +02:00
lookup_context_test.rb Merge pull request #420 from burke/master 2011-05-08 03:35:14 -07:00
number_helper_i18n_test.rb Added :negative_format option to number_to_currency function [#5894 state:resolved] 2010-11-02 23:00:23 +00:00
number_helper_test.rb Ensure number helpers can handle HTML safe strings - closes #1597. 2011-06-10 11:32:28 +01:00
output_buffer_test.rb All tests pass without memoizing view_context 2010-03-18 15:52:43 -07:00
output_safety_helper_test.rb Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same. This also changes how safe_join works, if items or the separator are not html_safe they are html_escape'd, a html_safe string is always returned. 2011-02-10 16:51:30 +01:00
record_tag_helper_test.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
render_test.rb Rename new method to_path to to_partial_path to avoid conflicts with File#to_path and similar. 2011-08-01 11:42:00 +02:00
resolver_patterns_test.rb [action_view] added custom patterns to template resolver 2011-03-20 07:01:46 +08:00
sanitize_helper_test.rb Switch to on-by-default XSS escaping for rails. 2009-10-08 09:31:20 +13:00
sprockets_helper_test.rb generate environment dependent asset digests 2011-08-04 23:53:32 -04:00
streaming_render_test.rb Eliminate uninitialized instance variable warning 2011-05-22 23:39:51 -07:00
tag_helper_test.rb HTML5 data attribute helpers [#5825 state:resolved]. 2010-10-18 11:18:42 +13:00
template_error_test.rb Ensure original exception message is present in both Template::Error#message and Template::Error#inspect. 2010-10-29 15:27:19 -07:00
template_test.rb Revert "Make sure that we don't perform in-place mutation on SafeBuffer string" 2011-06-10 23:08:00 -03:00
test_case_test.rb config should always be an AS::InheritableOptions object. Closes #1992 2011-07-08 21:45:53 -03:00
test_test.rb Make polymorphic_url calls go through application helpers again. 2011-07-25 13:43:02 +02:00
text_helper_test.rb ActionView::Helpers::TextHelper#simple_format should not change the text in place. Now it duplicates it. 2011-08-04 13:34:47 -04:00
translation_helper_test.rb Make MissingTranslation exception handler respect :rescue_format 2011-06-15 01:21:04 +01:00
url_helper_test.rb Fix a wrong assertion on url_helper_test, and refactor html_safe test to be in its method 2011-07-17 15:34:01 -04:00