rails/actionpack/test/template
2006-02-08 20:46:15 +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 Change javascript_include_tag :defaults to not use script.aculo.us loader, which facilitates the use of plugins for future script.aculo.us and third party javascript extensions, and provide register_javascript_include_default for plugins to specify additional JavaScript files to load. Removed scriptaculous.js, slider.js and builder.js 2005-11-01 06:34:40 +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 Add :html option for specifying form tag options in form_for 2006-02-08 20:46:15 +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 Fix broken autocompleter test. 2006-01-13 07:26:21 +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 delayed execution of Javascript from within RJS (closes #3264) [devslashnull@gmail.com] 2005-12-22 18:05:50 +00:00
scriptaculous_helper_test.rb Add the ability to call JavaScriptGenerator methods from helpers called in update blocks 2006-01-23 17:09:15 +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 Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_REFERER defined (closes #3049) [kevin.clark@gmail.com] 2006-01-22 01:52:23 +00:00