.. |
erb
|
Revert "Remove deprecated form_for with strings or symbols"
|
2010-11-18 20:22:14 +01:00 |
html-scanner
|
Fix test that wasn't running at all.
|
2010-09-28 18:48:58 -03: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
|
Fix AssetIncludeTag ensuring that files are in the wrong directory [#6015 state:resolved]
|
2010-11-19 15:38:13 -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
|
Test that capture doesn't escape twice
|
2010-11-02 20:02:55 -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
|
patching to ensure separator is printed with order [#5816 state:resolved]
|
2010-11-11 12:22:15 -02:00 |
erb_util_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 |
form_helper_test.rb
|
Revert "Remove deprecated form_for with strings or symbols"
|
2010-11-18 20:22:14 +01:00 |
form_options_helper_i18n_test.rb
|
|
|
form_options_helper_test.rb
|
select tags coerce the :selected option, options to strings before comparison [#5056 state:resolved]
|
2010-08-15 16:46:32 -03:00 |
form_tag_helper_test.rb
|
Fix test helpers to ensure get method forms are properly tested [#5753 state:resolved]
|
2010-10-12 00:56:07 +02:00 |
javascript_helper_test.rb
|
Remove duplicated method.
|
2010-09-28 15:43:03 -03:00 |
log_subscriber_test.rb
|
render :once should consider the current controller prefix.
|
2010-10-14 09:27:18 +02:00 |
lookup_context_test.rb
|
Allow template handlers to store temp data.
|
2010-11-24 12:38:52 +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
|
Added :negative_format option to number_to_currency function [#5894 state:resolved]
|
2010-11-02 23:00:23 +00:00 |
output_buffer_test.rb
|
All tests pass without memoizing view_context
|
2010-03-18 15:52:43 -07:00 |
prototype_helper_test.rb
|
Add parenthesis to avoid syntax warnings.
|
2010-09-28 15:48:45 -03:00 |
raw_output_helper_test.rb
|
|
|
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
|
Properly check the arity for template handlers.
|
2010-12-09 13:15:40 +01:00 |
sanitize_helper_test.rb
|
|
|
scriptaculous_helper_test.rb
|
Refactored url_for in AV to have its own instances of the helpers instead of proxying back to the controller. This potentially allows for more standalone usage of AV. It also kicked up a lot of dust in the tests, which were mocking out controllers to get this behavior. By moving it to the view, it made a lot of the tests more standalone (a win)
|
2010-04-03 02:44:02 -07:00 |
tag_helper_test.rb
|
HTML5 data attribute helpers [#5825 state:resolved].
|
2010-10-18 11:18:42 +13:00 |
template_test.rb
|
Fix for ActionView::Template#refresh in rails 3.1.0.beta
|
2010-10-15 08:39:10 +02:00 |
test_case_test.rb
|
Rename _assigns to view_assigns in AV::TC
|
2010-10-03 13:30:31 -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
|
Remove more warnings shadowing outer local variable.
|
2010-09-27 16:43:17 -03: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
|
Make sure capture's output gets html_escaped [#5545 state:resolved]
|
2010-11-02 19:38:28 -02:00 |