.. |
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
|
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets. Closes #10350.
|
2008-03-20 16:26:04 +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
|
Moved template handlers related code from ActionView::Base to ActionView::Template
|
2008-03-05 02:03:24 +00:00 |
date_helper_test.rb
|
Allow html_options to be passed to all the date helpers. Closes #6000 [h-lame, Jakob S]
|
2008-03-02 04:40:54 +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
|
Docfixes (closes #11356, #11172, #10523)
|
2008-03-20 02:15:29 +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
|
Added :format option to NumberHelper#number_to_currency to enable better localization support #11149 [lylo]
|
2008-03-17 22:08:25 +00:00 |
prototype_helper_test.rb
|
require abstract_unit directly since test is in load path
|
2008-01-05 13:32:06 +00:00 |
record_tag_helper_test.rb
|
Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow]
|
2008-03-05 01:26:24 +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
|
Move tests from action_view_test.rb to template_finder_test.rb so that they get run by default take task. [Pratik]
|
2008-03-13 11:52:53 +00:00 |
template_object_test.rb
|
Refactor partial rendering into a PartialTemplate class. [Pratik]
|
2008-03-03 04:01:35 +00:00 |
text_helper_test.rb
|
Fixed that TextHelper#excerpt would include one character too many (closes #11268) [Irfy]
|
2008-03-15 19:59:34 +00:00 |
url_helper_test.rb
|
Ruby 1.9 compat: text helper
|
2007-12-21 11:51:17 +00:00 |