.. |
active_record_helper_test.rb
|
Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_forgery is used (closes #10739) [jeremyevans]
|
2008-01-11 16:25:23 +00:00 |
asset_tag_helper_test.rb
|
Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomtoday, Koz]
|
2008-01-27 01:10:48 +00:00 |
atom_feed_helper_test.rb
|
Allow users to declare other namespaces when using the atom feed helpers. Closes #10304 [david.calavera]
|
2008-01-13 00:11:39 +00:00 |
benchmark_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
compiled_templates_test.rb
|
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
|
2008-02-06 04:26:40 +00:00 |
date_helper_test.rb
|
Tests for distance_of_time_in_words with TimeWithZone instances. Closes #10914 [ernesto.jimenez]
|
2008-02-16 21:16:03 +00:00 |
erb_util_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
form_helper_test.rb
|
Introduce the :index option for form_for and fields_for to simplify multi-model forms (see http://railscasts.com/episodes/75). Closes #9883.
|
2008-02-02 06:16:04 +00:00 |
form_options_helper_test.rb
|
Ruby 1.9 compat: account for hash ordering
|
2008-01-07 08:10:23 +00:00 |
form_tag_helper_test.rb
|
Add label_tag helper for generating elements. Closes #10802 [DefV]
|
2008-01-21 21:08:28 +00:00 |
javascript_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
number_helper_test.rb
|
Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [libc, developingchris]
|
2008-02-02 02:59:10 +00:00 |
prototype_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
sanitize_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
scriptaculous_helper_test.rb
|
Ensure that :confirm doesn't need extra quotes when using drop_receiving_element. Closes #8299 [thechrisoshow]
|
2008-02-16 00:07:52 +00:00 |
tag_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
template_finder_test.rb
|
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. Closes #10800 [lifofifo]
|
2008-01-21 20:45:04 +00:00 |
text_helper_test.rb
|
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee]
|
2007-12-28 20:59:30 +00:00 |
url_helper_test.rb
|
Ruby 1.9 compat: text helper
|
2007-12-21 11:51:17 +00:00 |