Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Supply fullfile name to the generator | Pratik Naik | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | Namespace under RailsGuides | Pratik Naik | 2009-04-05 | 1 | -23/+25 |
| | |||||
* | fixes spelling of "JavaScript" and link to the complex form examples app | Xavier Noria | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | Merge commit 'mainstream/master' | Pratik Naik | 2009-04-04 | 17 | -314/+395 |
|\ | |||||
| * | Nicer name for anonymous local cache middleware class | Joshua Peek | 2009-04-02 | 1 | -0/+5 |
| | | |||||
| * | Additional template render test for backup files [#2367 state:resolved] | Cezary Baginski | 2009-04-02 | 4 | -0/+10 |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Show installed middleware in builtin rails info (/rails/info/properties) ↵ | Michael Schuerig | 2009-04-02 | 2 | -2/+16 |
| | | | | | | | | | | | | [#2396 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Enhance Time #since and #ago DST tests. | Geoff Buesing | 2009-03-29 | 1 | -16/+57 |
| | | |||||
| * | Time.local instances: Adding 24.hours across the DST boundary adds 24 hours ↵ | Michael Curtis | 2009-03-29 | 4 | -27/+36 |
| | | | | | | | | instead of one day [#2066 state:resolved] | ||||
| * | adding session_options initialization and test [#2303 state:resolved] | Ryan Angilly | 2009-03-24 | 2 | -0/+5 |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Fix template extension parsing. [#2315 state:resolved] [#2284 state:resolved] | thedarkone | 2009-03-24 | 2 | -30/+46 |
| | | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | Simplify handling of absolute path templates. [#2276 state:resolved] | thedarkone | 2009-03-24 | 2 | -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 Dollar | 2009-03-24 | 1 | -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 Marklund | 2009-03-24 | 2 | -0/+9 |
| | | | | | | | | | | | | clobbering each other [#2271 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
| * | just kill brittle test | Joshua Peek | 2009-03-24 | 1 | -21/+0 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-24 | 15 | -66/+141 |
| | | |||||
* | | No whitespaces please | Pratik Naik | 2009-04-04 | 2 | -4/+4 |
| | | |||||
* | | Document complete_request_uri and action_methods. | Ryan Bigg | 2009-04-04 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'master' of git@github.com:lifo/docrails | Ryan Bigg | 2009-04-04 | 311 | -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/docrails | Xavier Noria | 2009-04-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Typo fix | Nathan Lloyd Smith | 2009-04-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | deletes screencast promo in prologue, its proper place is the References section | Xavier Noria | 2009-04-03 | 1 | -9/+6 |
| |/ / | |||||
| * | | list -> index | Xavier Noria | 2009-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | in caching guide, RESTifies some examples, revised conventions here and there | Xavier Noria | 2009-04-03 | 1 | -25/+24 |
| | | | |||||
| * | | Tech edit of caching guide from Gregg Pollack | Mike Gunderloy | 2009-04-03 | 1 | -124/+120 |
| | | | |||||
| * | | Fix typo in comment: hide_actions -> hide_action | Jeffrey Hardy | 2009-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Fix two typos in a comment in config/initializers/backtrace_silencers.rb | chrisk | 2009-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | With -> with in a title | Xavier Noria | 2009-03-30 | 1 | -1/+1 |
| | | | |||||
| * | | Clear up a little confusing wording in Routing Guide. | Mike Gunderloy | 2009-03-27 | 1 | -3/+3 |
| | | | |||||
| * | | copyedited minor details in the rack on rails guide | Xavier Noria | 2009-03-26 | 1 | -17/+17 |
| | | | |||||
| * | | remove piece of UrlWriter documentation claiming that you can access named ↵ | Mislav Marohnić | 2009-03-25 | 1 | -17/+5 |
| | | | | | | | | | | | | | | | | | | routes as its class methods This never worked: ActionController::UrlWriter.users_path | ||||
| * | | Merge branch 'master' of git@github.com:lifo/docrails | Mike Gunderloy | 2009-03-24 | 77 | -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-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | caveat when using transactions and savepoints. | ||||
| | * | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-24 | 15 | -472/+151 |
| | |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/images/fxn.jpg railties/guides/rails_guides/generator.rb | ||||
| | | * | Merge branch 'master' into bodyparts | Jeremy Kemper | 2009-03-19 | 2 | -436/+12 |
| | | |\ | |||||
| | | | * | Ensure script/plugin doesn't show error message when svn externals are not there | Pratik Naik | 2009-03-18 | 1 | -4/+7 |
| | | | | | |||||
| | | | * | Remove outdated script/plugin options | Pratik Naik | 2009-03-18 | 2 | -432/+5 |
| | | | | | |||||
| | | * | | pluginize concurrent block body part | Jeremy Kemper | 2009-03-19 | 3 | -107/+2 |
| | | | | | |||||
| | | * | | Merge branch 'master' into bodyparts | Jeremy Kemper | 2009-03-18 | 104 | -1203/+2238 |
| | | |\| | |||||
| | | | * | Try to use actionpack gem to generate guide when Rails is not vendored | Pratik Naik | 2009-03-17 | 3 | -155/+19 |
| | | | | | |||||
| | | | * | Merge docrails | Pratik Naik | 2009-03-16 | 48 | -876/+1915 |
| | | | | | |||||
| | | * | | Pare down unit test | Jeremy Kemper | 2009-03-16 | 1 | -36/+6 |
| | | | | | |||||
| | | * | | Less ceremony | Jeremy Kemper | 2009-03-13 | 5 | -87/+59 |
| | | | | | |||||
| | | * | | Extract output buffer test | Jeremy Kemper | 2009-03-13 | 2 | -34/+35 |
| | | | | | |||||
| | | * | | Simplify parts and tests | Jeremy Kemper | 2009-03-13 | 4 | -34/+25 |
| | | | | | |||||
| | | * | | Fix tests | Jeremy Kemper | 2009-03-13 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Example using an edge side include body part to fetch queued rendering results | Jeremy Kemper | 2009-03-13 | 2 | -22/+27 |
| | | | | | |||||
| | | * | | Body parts: future rendering, threaded future, queued future, open-uri example | Jeremy Kemper | 2009-03-13 | 7 | -37/+231 |
| | | | | | |||||
| | | * | | Extract Response#string_body? | Jeremy Kemper | 2009-03-13 | 1 | -2/+6 |
| | | | | | |||||
| | | * | | Merge branch 'master' into bodyparts | Jeremy Kemper | 2009-03-13 | 1 | -5/+5 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_view/base.rb |