.. |
erb
|
Revert "Remove deprecated form_for with strings or symbols"
|
2010-11-18 20:22:14 +01:00 |
html-scanner
|
ActionPack test fix for RBX
|
2011-10-24 14:11:20 +05:30 |
testing
|
|
|
active_model_helper_test.rb
|
|
|
asset_tag_helper_test.rb
|
escape options for the stylesheet_link_tag method
|
2011-09-25 09:40:49 +04: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
|
Merge pull request #2799 from tomstuart/3-1-stable
|
2011-09-05 10:11:43 -03:00 |
compiled_templates_test.rb
|
Deprecate passing the template handler in the template name.
|
2011-09-22 15:37:38 +02:00 |
compressors_test.rb
|
Do not require railtie as it messes up Rails.application setup.
|
2011-10-05 15:31:38 +02: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
|
Fixes an issue when creating a date select with too many options.
|
2011-10-08 18:02:15 -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
|
add tests for the case where size is explicitly passed to number_field helper
|
2011-11-04 22:32:40 +05:30 |
form_options_helper_i18n_test.rb
|
|
|
form_options_helper_test.rb
|
properly handle lists of lists. Thanks @adrianpike for reporting!
|
2011-10-25 17:44:17 -07:00 |
form_tag_helper_test.rb
|
Removed Unused Variable.
|
2011-08-26 11:29:05 +05:30 |
javascript_helper_test.rb
|
Ensure regexp and hash key are UTF-8
|
2011-08-23 14:56:04 +01:00 |
log_subscriber_test.rb
|
Deprecate passing the template handler in the template name.
|
2011-09-22 15:37:38 +02:00 |
lookup_context_test.rb
|
Get rid of update_details in favor of passing details to find_template.
|
2011-09-22 15:03:05 +02: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
|
remove user-specified delimiter from start when no area code is present (in number_to_phone)
|
2011-10-12 17:06:44 -07:00 |
output_buffer_test.rb
|
|
|
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
|
Merge pull request #2872 from sikachu/content_tag_html_safe
|
2011-09-05 07:08:39 -07:00 |
render_test.rb
|
Fix deprecation warnings in action pack test suite due to passing template formats in the template name.
|
2011-10-25 15:11:45 -04: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
|
|
|
sprockets_helper_test.rb
|
stylesheet_link_tag('/stylesheets/application') and similar helpers doesn't throw Sprockets::FileOutsidePaths exception anymore
|
2011-10-05 15:41:28 -02:00 |
streaming_render_test.rb
|
Deprecate passing the template handler in the template name.
|
2011-09-22 15:37:38 +02: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 "Skip test_default_external_works on the CI for Ruby 1.9.3."
|
2011-11-06 10:39:59 +00: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
|
normalize arg for ActionView::TestCase tests method
|
2011-10-03 14:27:42 +04: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
|
Make button_to helper support "form" option which is the form attributes.
|
2011-09-29 01:40:15 +08:00 |