aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/ajax_on_rails.textile
Commit message (Collapse)AuthorAgeFilesLines
* Audit the usage of the word "JavaScript"Prem Sichanugrist2012-08-021-1/+1
|
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-181-5/+4
| | | | | | | | | This applies to the following helpers: `button_to` `button_tag` `image_submit_tag` `link_to` `submit_tag`
* switch to prototype also modifies application.js [ci skip]Francesco Rodriguez2012-06-201-1/+9
|
* remove deprecated methods [ci skip]Francesco Rodriguez2012-06-191-17/+0
|
* update Built-in Rails Helpers section [ci skip]Francesco Rodriguez2012-06-191-16/+38
|
* fix typo [ci skip]Francesco Rodriguez2012-06-191-7/+7
|
* change not valid syntax [ci-skip]Francesco Rodriguez2012-06-161-1/+1
|
* fix example with data: { disable-with: '' } [ci skip]Francesco Rodriguez2012-06-161-1/+1
|
* update DOM and HTML vs AJAX communication [ci skip]Gustavo Beathyate2012-06-161-2/+12
|
* unnecessary reference to link_to_remote method in rails 4.0 [ci skip]Francesco Rodriguez2012-06-161-23/+30
|
* update AJAX guide intro [ci skip]Gustavo Beathyate2012-06-161-2/+14
|
* Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` ↵José Valim2012-05-151-2/+2
| | | | | | | | | 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 a5c38a9c087e33d36397afc496be7c8e01b37ef0.
* Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ↵José Valim2012-05-151-2/+2
| | | | | | | | | | `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.
* Remove `:disable_with` in favor of `'data-disable-with'` option from ↵Carlos Galdino + Rafael Mendonça França2012-05-141-2/+2
| | | | `submit_tag`, `button_tag` and `button_to` helpers.
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+268