aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 09:32:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 09:32:00 +0000
commit853ea556749809658c0a5c0c8b61263ec022fba1 (patch)
treedfc15b8c05381e58aee1c69b80d14ff619a6510d /actionpack/lib/action_view/helpers
parent744058b6997edbd323e888e19e58d6573eb60ddf (diff)
downloadrails-853ea556749809658c0a5c0c8b61263ec022fba1.tar.gz
rails-853ea556749809658c0a5c0c8b61263ec022fba1.tar.bz2
rails-853ea556749809658c0a5c0c8b61263ec022fba1.zip
Made documentation ready for release (AP)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1731 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/upload_progress_helper.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/upload_progress_helper.rb b/actionpack/lib/action_view/helpers/upload_progress_helper.rb
index 35972ebbd7..04b14c0c17 100644
--- a/actionpack/lib/action_view/helpers/upload_progress_helper.rb
+++ b/actionpack/lib/action_view/helpers/upload_progress_helper.rb
@@ -1,5 +1,12 @@
module ActionView
module Helpers
+ # == THIS IS AN EXPERIMENTAL FEATURE
+ #
+ # Which means that it doesn't yet work on all systems. We're still working on full
+ # compatibility. It's thus not advised to use this unless you've verified it to work
+ # fully on all the systems that is a part of your environment. Consider this an extended
+ # preview.
+ #
# Provides a set of methods to be used in your views to help with the
# rendering of Ajax enabled status updating during a multipart upload.
#
@@ -50,8 +57,7 @@ module ActionView
# of the IDs and CSS classes used.
#
# Default styling is included with the scaffolding CSS.
- #
- module UploadProgressHelper #:nodoc:
+ module UploadProgressHelper
unless const_defined? :FREQUENCY
# Default number of seconds between client updates
FREQUENCY = 2.0