.. |
active_record_helper_test.rb
|
Added :multipart option to ActiveRecordHelper#form to make it possible to add file input fields #2034 [jstirk@oobleyboo.com]
|
2005-09-11 08:39:23 +00:00 |
asset_tag_helper_test.rb
|
Fixed all AssetHelper methods to work with relative paths, such that javascript_include_tag('stdlib/standard') will look in /javascripts/stdlib/standard instead of '/stdlib/standard/' #1963
|
2005-09-08 16:39:06 +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
|
Added :disabled option to all data selects that'll make the elements inaccessible for change #2167, #253 [eigentone]
|
2005-09-11 05:58:00 +00:00 |
form_helper_test.rb
|
Added Kernel#silence_warnings and puts it into use throughout the framework
|
2005-09-11 04:58:27 +00:00 |
form_options_helper_test.rb
|
Added Kernel#silence_warnings and puts it into use throughout the framework
|
2005-09-11 04:58:27 +00:00 |
form_tag_helper_test.rb
|
Added that nil options are not included in tags, so tag("p", :ignore => nil) now returns <p /> not <p ignore="" /> but that tag("p", :ignore => "") still includes it #1465 [michael@schuerig.de]
|
2005-07-09 17:28:35 +00:00 |
java_script_macros_helper_test.rb
|
Split macros test into their own suite
|
2005-09-11 08:40:46 +00:00 |
javascript_helper_test.rb
|
Added ActionController::Base.session_store=, session_store, and session_options to make it easier to tweak the session options (instead of going straight to ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS)
|
2005-09-13 07:46:57 +00:00 |
number_helper_test.rb
|
Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net]
|
2005-09-09 08:43:02 +00:00 |
tag_helper_test.rb
|
Added that nil options are not included in tags, so tag("p", :ignore => nil) now returns <p /> not <p ignore="" /> but that tag("p", :ignore => "") still includes it #1465 [michael@schuerig.de]
|
2005-07-09 17:28:35 +00:00 |
text_helper_test.rb
|
Make the truncate() helper multi-byte safe (assuming $KCODE has been set to something other than "NONE") #2103
|
2005-09-19 21:36:36 +00:00 |
upload_progress_helper_testx.rb
|
Make upload progress not throw JavaScript errors when there is no progress bar #2208 [Thomas Fuchs]
|
2005-09-16 08:44:38 +00:00 |
url_helper_test.rb
|
Fixed that onclick would be overridden even when special features werent used
|
2005-09-08 17:54:16 +00:00 |