1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Gustavo Beathyate
8a8aa677f2 update AJAX guide intro [ci skip] 2012-06-16 17:32:09 -05:00
José Valim
dd42e89058 Revert "Revert "Remove :disable_with in favor of 'data-disable-with' option from submit_tag, button_tag and button_to helpers.""
Finally remove `:disable_with` but use `:data => { :disable_with => ... }`
in examples to show off a better API (which looks nicer in Ruby 1.9)

This reverts commit a5c38a9c08.
2012-05-15 10:08:51 +02:00
José Valim
a5c38a9c08 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 683fc4db00.
2012-05-15 09:55:30 +02:00
Carlos Galdino + Rafael Mendonça França
683fc4db00 Remove :disable_with in favor of 'data-disable-with' option from submit_tag, button_tag and button_to helpers. 2012-05-14 16:42:19 -03:00
Xavier Noria
6d87cd028b moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
Renamed from railties/guides/source/ajax_on_rails.textile (Browse further)