aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorPaco Guzman <fjguzman@aspgems.com>2010-06-28 10:50:56 +0200
committerPaco Guzman <fjguzman@aspgems.com>2010-06-28 10:50:56 +0200
commite7cc94a4552149e6b56419612df79f3492c9474b (patch)
tree346ef7340d8348e50d119ca749a16c1654c20a08 /actionpack
parent37c44c8e707c53937237baba5ee5a100dc6cfc5c (diff)
downloadrails-e7cc94a4552149e6b56419612df79f3492c9474b.tar.gz
rails-e7cc94a4552149e6b56419612df79f3492c9474b.tar.bz2
rails-e7cc94a4552149e6b56419612df79f3492c9474b.zip
Revert commit 37c44c8e707c Need more research on disable-with and data-attributes
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 85a5c40562..6af11e632f 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -285,10 +285,6 @@ module ActionView
# * <tt>:confirm</tt> - This will use the unobtrusive JavaScript driver to
# prompt with the question specified. If the user accepts, the link is
# processed normally, otherwise no action is taken.
- # * <tt>:disable_with</tt> - This will use the unobtrusive JavaScript driver to
- # set the input value to the message specified when the user clicks the button and disable the
- # button while the ajax call is executed. Then the input value is set to the original and the button
- # is enabled
# * <tt>:remote</tt> - If set to true, will allow the Unobtrusive JavaScript drivers to control the
# submit behaviour. By default this behaviour is an ajax submit.
#