.. |
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
|
add NullResolver
|
2010-05-02 22:45:54 +02:00 |
active_model_helper_test.rb
|
add failing tests for issue #3487
|
2011-12-19 21:55:37 +03:00 |
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
|
Remove unused conditions for 1.9
|
2011-12-21 13:34:54 +05:30 |
compiled_templates_test.rb
|
Clean up details keys before some tests to expire the cache.
|
2011-12-14 09:23:34 +01: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
|
fix separator insertion in date_select helper
|
2011-12-14 23:20:23 +03: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 button_tag support to ActionView::Helpers::FormBuilder.
|
2011-12-11 08:56:26 -05: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
|
Ensure option for select helper responds to #first before comparison.
|
2011-12-20 22:51:14 +01:00 |
form_tag_helper_test.rb
|
test helpers in erb using erb
|
2011-11-30 17:38:09 +03:00 |
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
|
Clean up details keys before some tests to expire the cache.
|
2011-12-14 09:23:34 +01: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
|
All tests pass without memoizing view_context
|
2010-03-18 15:52:43 -07:00 |
output_safety_helper_test.rb
|
'with_kcode' removed.
|
2011-12-21 15:39:50 +05:30 |
record_tag_helper_test.rb
|
test helpers in erb using erb
|
2011-11-30 17:38:09 +03:00 |
render_test.rb
|
raises an ArgumentError if no valid options are given to TemplateRenderer#determine_template
|
2011-12-21 17:34:21 -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
|
'with_kcode' removed.
|
2011-12-21 15:39:50 +05:30 |
sprockets_helper_test.rb
|
Handle correctly optional parameters for callable asset_host.
|
2011-11-29 02:01:18 -05:00 |
sprockets_helper_with_routes_test.rb
|
Let's do the same trick for asset_path that we do for [image,javascript,stylesheet]_path to avoid namespace conflicts on named routes.
|
2011-12-05 17:17:39 -08: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
|
test helpers in erb using erb
|
2011-11-30 17:38:09 +03: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
|
only load converter if the encodings are different
|
2011-12-09 09:33:36 -08: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
|
'with_kcode' removed.
|
2011-12-21 15:39:50 +05:30 |
translation_helper_test.rb
|
Don't html-escape the :count option to translate if it's a Numeric. Fixes #3685.
|
2011-11-19 13:28:07 +00: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 |