.. |
erb
|
Revert "Remove deprecated form_for with strings or symbols"
|
2010-11-18 20:22:14 +01:00 |
html-scanner
|
ActionController::Base.helpers.sanitize ignores case in protocol
|
2010-12-30 22:43:43 -02: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
|
Make static faster as we don't have to serve multiple paths anymore.
|
2011-04-15 20:09:39 +02:00 |
atom_feed_helper_test.rb
|
Use parentheses when using assert_match followed by a regexp to avoid warnings.
|
2010-09-27 11:19:19 -03:00 |
capture_helper_test.rb
|
content_for should work with provide.
|
2011-04-16 11:34:07 +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
|
Fixing distance_of_time_in_words range near 2 days
|
2011-04-13 16:14:52 +08:00 |
erb_util_test.rb
|
Using Object#in? and Object#either? in various places
|
2011-04-11 03:17:09 +08:00 |
form_helper_test.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08: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
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
form_tag_helper_test.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
javascript_helper_test.rb
|
fixes the name of a test
|
2011-04-13 13:24:33 +02:00 |
log_subscriber_test.rb
|
all tests pass
|
2010-12-26 22:32:15 -08:00 |
lookup_context_test.rb
|
Buffer should be an option passed down to template rendering.
|
2011-04-16 02:10:36 +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
|
fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [#6576 state:resolved]
|
2011-03-16 15:11:00 -03: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
|
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
|
2010-02-21 11:12:14 +01:00 |
render_test.rb
|
Buffer should be an option passed down to template rendering.
|
2011-04-16 02:10:36 +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
|
Let's use inheritance here, shall we?
|
2011-04-19 21:32:58 +02:00 |
streaming_render_test.rb
|
content_for should work with provide.
|
2011-04-16 11:34:07 +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
|
Buffer should be an option passed down to template rendering.
|
2011-04-16 02:10:36 +02:00 |
test_case_test.rb
|
fixing space errors
|
2011-01-17 14:45:24 -08:00 |
test_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
text_helper_test.rb
|
do not return html safe strings from auto_link
|
2011-04-05 16:22:53 -07:00 |
translation_helper_test.rb
|
Allow back passing :rescue_format => nil and test added
|
2010-12-04 20:08:23 -02:00 |
url_helper_test.rb
|
Be sure to javascript_escape the email address to prevent apostrophes inadvertently causing javascript errors.
|
2011-02-08 13:56:08 -08:00 |