.. |
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
|
|
|
active_model_helper_test.rb
|
|
|
asset_tag_helper_test.rb
|
asset helpers should understand scheme-relative URLs
|
2011-04-26 10:24:50 -07: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
|
|
|
date_helper_i18n_test.rb
|
|
|
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
|
Use real hash model in nested fields_for with hash model test
|
2011-06-22 10:54:45 +09:30 |
form_options_helper_i18n_test.rb
|
|
|
form_options_helper_test.rb
|
Fixing select[multiple] html specification problem.
|
2011-06-08 12:59:54 +03:00 |
form_tag_helper_test.rb
|
There are no snowmen here
|
2011-06-11 01:58:26 -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
|
|
|
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
|
remove warning: assigned but unused variable
|
2011-06-08 00:26:09 -03: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
|
Allow multiple sources in Sprockets helpers
|
2011-06-05 01:01:35 -05: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
|
removed deprecated methods, and related tests, from ActionPack
|
2011-05-24 23:38:59 +02:00 |
test_test.rb
|
|
|
text_helper_test.rb
|
Do not change a frozen text passed to simple_format text helper
|
2011-06-20 14:51:07 +01:00 |
translation_helper_test.rb
|
Make MissingTranslation exception handler respect :rescue_format
|
2011-06-15 01:21:04 +01:00 |
url_helper_test.rb
|
Adds a test to check link_to with method & rel options
|
2011-06-21 07:49:10 -07:00 |