aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-05-15 09:55:30 +0200
committerJosé Valim <jose.valim@gmail.com>2012-05-15 09:55:30 +0200
commita5c38a9c087e33d36397afc496be7c8e01b37ef0 (patch)
treed2442612a3eeb9f2da575bef9d47ca68d0f4e847 /actionpack/CHANGELOG.md
parent59b03d418ff59fe6bfba6a1b651ef0ac15a2738c (diff)
downloadrails-a5c38a9c087e33d36397afc496be7c8e01b37ef0.tar.gz
rails-a5c38a9c087e33d36397afc496be7c8e01b37ef0.tar.bz2
rails-a5c38a9c087e33d36397afc496be7c8e01b37ef0.zip
Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_tag`, `button_tag` and `button_to` helpers."
`disable_with:` is much easier to type than `"data-disable-with" =>`, and the fact it uses "data-disable-with" => is an implementation concern, it should not affect the public API. This reverts commit 683fc4db00f496e5225928afb4d4e932e0fcdc48.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 432e90199a..c50b581cb5 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,9 +1,5 @@
## Rails 4.0.0 (unreleased) ##
-* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_tag`, `button_tag` and `button_to` helpers.
-
- *Carlos Galdino + Rafael Mendonça França*
-
* Remove `:mouseover` option from `image_tag` helper. *Rafael Mendonça França*
* The `select` method (select tag) forces :include_blank if `required` is true and