.. |
erb
|
Revert "Remove deprecated form_for with strings or symbols"
|
2010-11-18 20:22:14 +01:00 |
html-scanner
|
Test for stripping tags from a frozen string.
|
2011-04-14 23:18:12 -04: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
|
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
|
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
|
Using Object#in? and Object#either? in various places
|
2011-04-11 03:17:09 +08:00 |
form_helper_test.rb
|
Add method fields_for_with_index to FormHelper
|
2011-05-21 12:06:04 -03:00 |
form_options_helper_i18n_test.rb
|
|
|
form_options_helper_test.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
form_tag_helper_test.rb
|
fix select_tag to have the same behavior of select
|
2011-05-03 11:39:27 -03:00 |
javascript_helper_test.rb
|
fixes the name of a test
|
2011-04-13 13:24:33 +02: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
|
removed deprecated methods, and related tests, from ActionPack
|
2011-05-24 23:38:59 +02: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
|
|
|
render_test.rb
|
Optimize the most common resolver case.
|
2011-05-09 11:17:24 +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
|
|
|
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
|
Remove dependency from _template.
|
2011-05-01 13:40:12 +02:00 |
test_case_test.rb
|
removed deprecated methods, and related tests, from ActionPack
|
2011-05-24 23:38:59 +02:00 |
test_test.rb
|
Removed deprecated RouteSet API, still many tests fail
|
2010-09-05 13:44:36 +02:00 |
text_helper_test.rb
|
removing auto_link and moving it to the rails_autolink gem. 💣
|
2011-05-02 15:43:33 -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
|
Prepare the context in URLHelperTest so that there are no required uninitialized instance variables
|
2011-05-22 23:38:50 -07:00 |