rails/actionpack/test/template
2006-03-13 02:11:59 +00:00
..
active_record_helper_test.rb make error_messages_for return "" for nil objects 2006-01-19 08:47:18 +00:00
asset_tag_helper_test.rb Fixed that default image extension was not appended when using a full URL with AssetTagHelper#image_tag (closes #4032, #3728) [rubyonrails@beautifulpixel.com] 2006-03-02 01:54:53 +00:00
benchmark_helper_test.rb benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
compiled_templates_tests.rb Render refactoring; render error reporting fixes 2005-08-26 22:37:36 +00:00
date_helper_test.rb Fix failing test due to hard coded year 2006-01-13 07:08:55 +00:00
form_helper_test.rb Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com] 2006-02-26 07:23:42 +00:00
form_options_helper_test.rb Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. 2005-12-02 00:37:33 +00:00
form_tag_helper_test.rb Added :disable_with option to FormTagHelper#submit_tag to allow for easily disabled submit buttons with different text [DHH] 2005-12-30 19:41:25 +00:00
java_script_macros_helper_test.rb Added various InPlaceEditor options, #3746, #3891, #3896, #3906 2006-02-21 10:52:35 +00:00
javascript_helper_test.rb Added JavaScriptHelper#button_to_function that works just like JavaScriptHelper#link_to_function but uses a button instead of a href [DHH] 2005-12-31 04:31:10 +00:00
number_helper_test.rb Refactor human_size to exclude decimal place if it is zero. 2006-01-19 05:31:48 +00:00
prototype_helper_test.rb Added simple alert() notifications for RJS exceptions when config.action_view.debug_rjs = true. Set debug_rjs = true for the default development environment. 2006-03-13 02:11:59 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
text_helper_test.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
url_helper_test.rb Fixed tests 2006-02-26 04:25:17 +00:00