aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes to indicate release notes refer to most recent point releases,Rick Moynihan2009-04-072-4/+4
* Starting work on Action View Overview guideTrevor Turk2009-04-051-0/+69
* Supply fullfile name to the generatorPratik Naik2009-04-051-1/+1
* Namespace under RailsGuidesPratik Naik2009-04-051-23/+25
* fixes spelling of "JavaScript" and link to the complex form examples appXavier Noria2009-04-051-1/+1
* Merge commit 'mainstream/master'Pratik Naik2009-04-0417-314/+395
|\
| * Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
| * Additional template render test for backup files [#2367 state:resolved]Cezary Baginski2009-04-024-0/+10
| * Show installed middleware in builtin rails info (/rails/info/properties) [#23...Michael Schuerig2009-04-022-2/+16
| * Enhance Time #since and #ago DST tests.Geoff Buesing2009-03-291-16/+57
| * Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...Michael Curtis2009-03-294-27/+36
| * adding session_options initialization and test [#2303 state:resolved]Ryan Angilly2009-03-242-0/+5
| * Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved]thedarkone2009-03-242-30/+46
| * Simplify handling of absolute path templates. [#2276 state:resolved]thedarkone2009-03-242-4/+9
| * Updates tests to cause the tests for the Request class not to proxy through a...David Dollar2009-03-241-230/+218
| * Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...Peter Marklund2009-03-242-0/+9
| * just kill brittle testJoshua Peek2009-03-241-21/+0
| * Merge docrailsPratik Naik2009-03-2415-66/+141
* | No whitespaces pleasePratik Naik2009-04-042-4/+4
* | Document complete_request_uri and action_methods.Ryan Bigg2009-04-041-2/+4
* | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2009-04-04311-3217/+6219
|\ \
| * \ Merge branch 'master' of git@github.com:lifo/docrailsXavier Noria2009-04-031-1/+1
| |\ \
| | * | Typo fixNathan Lloyd Smith2009-04-031-1/+1
| * | | deletes screencast promo in prologue, its proper place is the References sectionXavier Noria2009-04-031-9/+6
| |/ /
| * | list -> indexXavier Noria2009-04-031-1/+1
| * | in caching guide, RESTifies some examples, revised conventions here and thereXavier Noria2009-04-031-25/+24
| * | Tech edit of caching guide from Gregg PollackMike Gunderloy2009-04-031-124/+120
| * | Fix typo in comment: hide_actions -> hide_actionJeffrey Hardy2009-04-031-1/+1
| * | Fix two typos in a comment in config/initializers/backtrace_silencers.rbchrisk2009-03-311-1/+1
| * | With -> with in a titleXavier Noria2009-03-301-1/+1
| * | Clear up a little confusing wording in Routing Guide.Mike Gunderloy2009-03-271-3/+3
| * | copyedited minor details in the rack on rails guideXavier Noria2009-03-261-17/+17
| * | remove piece of UrlWriter documentation claiming that you can access named ro...Mislav Marohnić2009-03-251-17/+5
| * | Merge branch 'master' of git@github.com:lifo/docrailsMike Gunderloy2009-03-2477-707/+696
| |\ \
| | * | TRUNCATE is also a MySQL DDL statement, so document this is a possible caveat...Hongli Lai (Phusion)2009-03-241-0/+2
| | * | Merge commit 'mainstream/master'Pratik Naik2009-03-2415-472/+151
| | |\|
| | | * Merge branch 'master' into bodypartsJeremy Kemper2009-03-192-436/+12
| | | |\
| | | | * Ensure script/plugin doesn't show error message when svn externals are not therePratik Naik2009-03-181-4/+7
| | | | * Remove outdated script/plugin optionsPratik Naik2009-03-182-432/+5
| | | * | pluginize concurrent block body partJeremy Kemper2009-03-193-107/+2
| | | * | Merge branch 'master' into bodypartsJeremy Kemper2009-03-18104-1203/+2238
| | | |\|
| | | | * Try to use actionpack gem to generate guide when Rails is not vendoredPratik Naik2009-03-173-155/+19
| | | | * Merge docrailsPratik Naik2009-03-1648-876/+1915
| | | * | Pare down unit testJeremy Kemper2009-03-161-36/+6
| | | * | Less ceremonyJeremy Kemper2009-03-135-87/+59
| | | * | Extract output buffer testJeremy Kemper2009-03-132-34/+35
| | | * | Simplify parts and testsJeremy Kemper2009-03-134-34/+25
| | | * | Fix testsJeremy Kemper2009-03-131-4/+4
| | | * | Example using an edge side include body part to fetch queued rendering resultsJeremy Kemper2009-03-132-22/+27
| | | * | Body parts: future rendering, threaded future, queued future, open-uri exampleJeremy Kemper2009-03-137-37/+231