Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct it's/its usage. | Kevin Griffin | 2012-03-06 | 1 | -5/+5 |
| | |||||
* | consistently mention first patch, then put | Xavier Noria | 2012-02-24 | 1 | -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 PATCH | David Lee | 2012-02-22 | 1 | -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 very | Vijay Dev | 2011-10-09 | 1 | -32/+26 |
| | | | | outdated and will need a lot of changes to make it useful for Rails 3+ | ||||
* | improving the docs for ajax_on_rails | Karunakar (Ruby) | 2011-10-09 | 1 | -13/+22 |
| | |||||
* | Revert "Revert "updated the ajax_on_rails.textile for rails3" because of ↵ | Karunakar (Ruby) | 2011-10-09 | 1 | -4/+65 |
| | | | | | | invalid git user" This reverts commit 5d2ffbb992b4ab875a121761fc0cf14dcaa12033. | ||||
* | Fixing incorrect notextile tags | Vijay Dev | 2011-09-16 | 1 | -1/+3 |
| | |||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -7/+1 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | Spelling corrections in the guides. | Evan Farrar | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-04-19 | 1 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: railties/guides/source/ajax_on_rails.textile railties/guides/source/generators.textile | ||||
| * | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -4/+4 |
| | | |||||
* | | removes the RJS template handler | Xavier Noria | 2011-04-13 | 1 | -13/+4 |
| | | |||||
* | | removes support for render :update | Xavier Noria | 2011-04-13 | 1 | -126/+0 |
|/ | |||||
* | Remove awkward phrasing from Ajax on Rails guide | Nicholas Rowe | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Fix typos and JavaScript case. | Vijay Dev | 2011-01-03 | 1 | -11/+11 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -17/+17 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Dropped uneeded things, finalized TOC (for now), started on Prototype and ↵ | peter | 2009-08-19 | 1 | -37/+285 |
| | | | | RJS sections | ||||
* | Initial version - quick brain dump | Peter Szinek | 2009-05-16 | 1 | -0/+94 |