1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/template
2009-03-13 03:16:14 -07:00
..
active_record_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
active_record_helper_test.rb Ensure Active Record error related view helpers escape the message [#1280 state:resolved] [Inge Jørgensen, Dan Barry] 2009-03-07 18:55:19 +00:00
asset_tag_helper_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
atom_feed_helper_test.rb Don't worry about attribute ordering 2008-11-07 21:21:10 -05:00
benchmark_helper_test.rb Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH] 2009-01-01 18:53:16 +01:00
body_parts_test.rb Simplify parts and tests 2009-03-13 03:16:14 -07:00
compiled_templates_test.rb Fix templates reloading in development when using custom view path [#2012 state:resolved] 2009-02-19 20:55:56 -06:00
date_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
date_helper_test.rb Stops date select helpers from defaulting the selected date to today if :prompt option has been used 2009-02-13 22:04:27 +13: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 Pass a custom form builder on to nested fields_for calls. [#2023 status:committed] 2009-02-27 13:56:27 +01:00
form_options_helper_test.rb Enhanced form option helpers to add support for disabled option tags and use of anonymous functions for specifying selected and disabled values from collections. 2009-02-14 14:51:35 +13:00
form_tag_helper_test.rb submit_tag with confirmation and disable_with [#660 state:resolved] 2009-03-07 13:29:35 -06:00
javascript_helper_test.rb Remove duplicate test [#2136 state:resolved] 2009-03-08 15:50:38 +00:00
number_helper_i18n_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
number_helper_test.rb Fixed number_to_phone to work with 7 digit numbers [#2176 state:resolved] 2009-03-09 12:53:44 +00:00
prototype_helper_test.rb Implement submit_to_remote as a wrapper around a more generic button_to_remote 2008-10-07 00:12:20 +01:00
record_tag_helper_test.rb Ensure that calling content_tag_for in a helper doesn't cause duplicate output. 2008-08-29 20:52:01 +02:00
render_test.rb Fixed simplified render with nested models [#2042 state:resolved] 2009-03-07 14:05:18 -06:00
sanitize_helper_test.rb Include all helpers into ActionView::Helper 2008-08-25 21:50:26 -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 Tag helper should output an attribute with the value 'false' instead of omitting the attribute, if the associated option is false but not nil. 2008-11-13 21:55:58 +01:00
test_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
text_helper_test.rb Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:resolved] 2009-03-10 16:52:21 +00:00
translation_helper_test.rb Added partial scoping to TranslationHelper#translate, so if you call translate('.foo') from the people/index.html.erb template, you'll actually be calling I18n.translate(people.index.foo) [DHH] 2009-02-10 12:57:12 +01:00
url_helper_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00