aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/ajax_on_rails.textile
Commit message (Collapse)AuthorAgeFilesLines
* moves the guides up to the root directoryXavier Noria2012-03-171-268/+0
|
* Correct it's/its usage.Kevin Griffin2012-03-061-5/+5
|
* consistently mention first patch, then putXavier Noria2012-02-241-2/+2
| | | | | | There was a mix, sometimes patch first, sometimes put first. Use always patch first, since this is going to be the primary verb for updates.
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+2
| | | | | | | | | | | | | | | | PATCH is the correct HTML verb to map to the #update action. The semantics for PATCH allows for partial updates, whereas PUT requires a complete replacement. Changes: * adds config.default_method_for_update you can set to :patch * optionally use PATCH instead of PUT in resource routes and forms * adds the #patch verb to routes to detect PATCH requests * adds #patch? to Request * changes documentation and comments to indicate support for PATCH This change maintains complete backwards compatibility by keeping :put as the default for config.default_method_for_update.
* Corrections to the ajax guide recent changes. This guide is veryVijay Dev2011-10-091-32/+26
| | | | outdated and will need a lot of changes to make it useful for Rails 3+
* improving the docs for ajax_on_railsKarunakar (Ruby)2011-10-091-13/+22
|
* Revert "Revert "updated the ajax_on_rails.textile for rails3" because of ↵Karunakar (Ruby)2011-10-091-4/+65
| | | | | | invalid git user" This reverts commit 5d2ffbb992b4ab875a121761fc0cf14dcaa12033.
* Fixing incorrect notextile tagsVijay Dev2011-09-161-1/+3
|
* Updates to remove extra whitespaces and notably fix a whitespace issue with ↵Jeff Dutil2011-08-161-7/+1
| | | | ajax_on_rails causing a code block not to render the entire block properly.
* Spelling corrections in the guides.Evan Farrar2011-05-291-1/+1
|
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-04-191-2/+2
|\ | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile
| * Remove extra whitespaces from guidesSebastian Martinez2011-04-141-4/+4
| |
* | removes the RJS template handlerXavier Noria2011-04-131-13/+4
| |
* | removes support for render :updateXavier Noria2011-04-131-126/+0
|/
* Remove awkward phrasing from Ajax on Rails guideNicholas Rowe2011-02-171-1/+1
|
* Fix typos and JavaScript case.Vijay Dev2011-01-031-11/+11
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-17/+17
| | | | 's/[ \t]*$//' -i {} \;)
* Dropped uneeded things, finalized TOC (for now), started on Prototype and ↵peter2009-08-191-37/+285
| | | | RJS sections
* Initial version - quick brain dumpPeter Szinek2009-05-161-0/+94