.. |
active_record_helper_test.rb
|
Introduce ActionView::TestCase for testing view helpers.
|
2008-04-19 13:08:24 -05:00 |
asset_tag_helper_test.rb
|
Add :recursive option to javascript_include_tag and stylesheet_link_tag to be used along with :all. [#480 state:resolved]
|
2008-07-08 13:50:59 +01: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
|
Fixed tests (and the weird assumption that no logger would mean that the code wasnt run)
|
2008-04-30 15:00:15 -05:00 |
date_helper_test.rb
|
Allow date helpers to ignore date hidden field tags. [#503 state:resolved]
|
2008-07-04 01:06:22 +01:00 |
erb_util_test.rb
|
add json_escape ERB util to escape html entities in json strings that are output in HTML pages. [rick]
|
2008-04-08 04:52:01 +00:00 |
form_helper_test.rb
|
Use output_buffer reader and writer methods exclusively instead of hitting the instance variable so others can override the methods.
|
2008-06-08 20:05:39 -07:00 |
form_options_helper_test.rb
|
use mocha for TimeZone mocking in Form Options helper tests
|
2008-07-02 11:09:10 -07:00 |
form_tag_helper_test.rb
|
Ensure proper output when submit_tag is used with :disabled_with. [#388 state:resolved]
|
2008-07-02 01:39:30 +01:00 |
javascript_helper_test.rb
|
Remove old method of including javascripts define_javascript_functions.
|
2008-07-03 19:21:04 +03:00 |
number_helper_test.rb
|
Introduce ActionView::TestCase for testing view helpers.
|
2008-04-19 13:08:24 -05:00 |
prototype_helper_test.rb
|
Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote to stay consistent with link_to_remote (submit_to_remote still works as an alias) (clemens) [#8994 status:closed]
|
2008-07-09 09:13:24 -05:00 |
record_tag_helper_test.rb
|
Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding.
|
2008-06-19 22:21:56 -07:00 |
render_test.rb
|
Changed ActionView::TemplateHandler#render API method signature to render(template, local_assigns = {})
|
2008-07-11 15:40:41 -05:00 |
sanitize_helper_test.rb
|
Introduce ActionView::TestCase for testing view helpers.
|
2008-04-19 13:08:24 -05:00 |
scriptaculous_helper_test.rb
|
Introduce ActionView::TestCase for testing view helpers.
|
2008-04-19 13:08:24 -05:00 |
tag_helper_test.rb
|
Check whether blocks are called from erb using a special __in_erb_template variable visible in block binding.
|
2008-06-19 22:21:56 -07:00 |
test_test.rb
|
Introduce ActionView::TestCase for testing view helpers.
|
2008-04-19 13:08:24 -05:00 |
text_helper_test.rb
|
Allow single quote (the ' character) in the middle of URL when auto_link-ing. [#471 state:resolved]
|
2008-06-27 13:46:17 +01:00 |
url_helper_test.rb
|
Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resolved]
|
2008-07-12 01:04:18 +01:00 |