aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Show installed middleware in builtin rails info (/rails/info/properties) ↵Michael Schuerig2009-04-022-2/+16
| | | | | | | | | | | | [#2396 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * 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 ↵Michael Curtis2009-03-294-27/+36
| | | | | | | | instead of one day [#2066 state:resolved]
| * adding session_options initialization and test [#2303 state:resolved]Ryan Angilly2009-03-242-0/+5
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved]thedarkone2009-03-242-30/+46
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Simplify handling of absolute path templates. [#2276 state:resolved]thedarkone2009-03-242-4/+9
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Updates tests to cause the tests for the Request class not to proxy through ↵David Dollar2009-03-241-230/+218
| | | | | | | | | | | | a fake TestRequest object [#2278 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * Reset request_parameters in TestRequest#recycle! to avoid multiple posts ↵Peter Marklund2009-03-242-0/+9
| | | | | | | | | | | | clobbering each other [#2271 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git@github.com:lifo/docrails: (319 commits) deletes screencast promo in prologue, its proper place is the References section Typo fix list -> index in caching guide, RESTifies some examples, revised conventions here and there Tech edit of caching guide from Gregg Pollack Fix typo in comment: hide_actions -> hide_action Fix two typos in a comment in config/initializers/backtrace_silencers.rb With -> with in a title Clear up a little confusing wording in Routing Guide. copyedited minor details in the rack on rails guide remove piece of UrlWriter documentation claiming that you can access named routes as its class methods Add note about change to session options TRUNCATE is also a MySQL DDL statement, so document this is a possible caveat when using transactions and savepoints. Improve documentation for ActiveResource::Validations, fix typos Fix typos in ActiveResource::Base documentation, use present tense, reword confusing sentences Update ActiveResource::Connection documentation to use present tense Fix typos in Active Resource README Fix a small typo ensure authors get warnings about broken links, and ensure end users don't in guides generator, warn about duplicate header IDs only if WARN_DUPLICATE_HEADERS ...
| * \ 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 ↵Mislav Marohnić2009-03-251-17/+5
| | | | | | | | | | | | | | | | | | routes as its class methods This never worked: ActionController::UrlWriter.users_path
| * | Merge branch 'master' of git@github.com:lifo/docrailsMike Gunderloy2009-03-2477-707/+696
| |\ \ | | | | | | | | | | | | | | | | Conflicts: railties/guides/source/2_3_release_notes.textile
| | * | TRUNCATE is also a MySQL DDL statement, so document this is a possible ↵Hongli Lai (Phusion)2009-03-241-0/+2
| | | | | | | | | | | | | | | | caveat when using transactions and savepoints.
| | * | Merge commit 'mainstream/master'Pratik Naik2009-03-2415-472/+151
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/images/fxn.jpg railties/guides/rails_guides/generator.rb
| | | * 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
| | | | |
| | | * | Extract Response#string_body?Jeremy Kemper2009-03-131-2/+6
| | | | |
| | | * | Merge branch 'master' into bodypartsJeremy Kemper2009-03-131-5/+5
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_view/base.rb
| | | * | | Introduce flush_output_buffer to append the buffer to the response body then ↵Jeremy Kemper2009-03-132-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | start a new buffer. Useful for pushing custom parts to the response body without disrupting template rendering.