rails--rails/actionpack/test/template
Jeremy Kemper ef1d0c1259 Autolinking recognizes trailing and embedded . , : ; Closes #7354.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6034 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-24 18:42:03 +00:00
..
active_record_helper_test.rb Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz] 2007-01-07 08:56:57 +00:00
asset_tag_helper_test.rb test javascript include with and without application.js 2007-01-08 17:30:46 +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_test.rb Extract template_changed_since? from compile_template? so plugins may override its behavior for non-file-based templates. Closes #6651. 2006-11-20 09:04:26 +00:00
date_helper_test.rb Fix #distance_of_time_in_words to report accurately against the Duration class. #7114 [eventualbuddha] 2007-01-17 06:28:57 +00:00
deprecated_helper_test.rb Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] 2006-11-06 09:40:30 +00:00
deprecated_instance_variables_test.rb test deprecated instance variables using to_s instead of inspect which touches other ivars 2006-10-18 00:04:47 +00:00
form_helper_test.rb Allow fields_for to be nested in form_for 2007-01-17 00:04:02 +00:00
form_options_helper_test.rb Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. 2006-05-09 05:19:32 +00:00
form_tag_helper_test.rb Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now on. [Rick] 2006-10-24 03:22:48 +00:00
java_script_macros_helper_test.rb Added deprecation language for in_place_editor and auto_complete_field that both pieces will become plugins by Rails 2.0 [DHH] 2006-09-03 23:22:24 +00:00
javascript_helper_test.rb Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #6302) [sven@c3d2.de] 2006-10-09 00:34:43 +00:00
number_helper_test.rb Work around a cross-platform number_to_precision inconsistency in unit tests. Closes #6315. [jesperron] 2006-12-17 01:00:29 +00:00
prototype_helper_test.rb Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 2007-01-15 15:11:29 +00:00
scriptaculous_helper_test.rb Fixed tests (closes #4087) [Rick Olson] 2006-03-05 16:35:27 +00:00
tag_helper_test.rb Clean up multiple calls to #stringify_keys in TagHelper, add better documentation and testing for TagHelper. Closes #6394 [Bob Silva] 2007-01-05 20:32:03 +00:00
text_helper_test.rb Autolinking recognizes trailing and embedded . , : ; Closes #7354. 2007-01-24 18:42:03 +00:00
url_helper_test.rb link_to_unless_current works with full URLs as well as paths. Closes #6891. 2007-01-12 07:02:38 +00:00