aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix that dir.html.html guide namePratik Naik2008-10-215-1/+4
* Rearrange guidesPratik Naik2008-10-21111-286/+19086
* Merge commit 'mainstream/master'Pratik Naik2008-10-2112-10/+25
|\
| * Fix script/generate warningPratik Naik2008-10-211-1/+2
| * config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-202-2/+3
| * Expose default value of database connection pool in generated database.ymlPratik Naik2008-10-194-0/+12
| * Memoize the require and construction of the StringInquirerMichael Koziarski2008-10-191-2/+4
| * Don't create test/performance/test_helper.rb. Just require the needed files f...Pratik Naik2008-10-174-5/+4
* | Minor change to generated perf testsPratik Naik2008-10-211-2/+4
* | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-215-207/+439
|\ \
| * | Added note on route generation from arrays.Mike Gunderloy2008-10-201-0/+27
| * | Edit pass on security guide.Mike Gunderloy2008-10-191-107/+164
| * | Typo fixes in Getting Started guide.Mike Gunderloy2008-10-191-2/+2
| * | Editing pass on debugging guide.Mike Gunderloy2008-10-191-86/+106
| * | Fixes to Getting Started guideMike Gunderloy2008-10-191-13/+23
| * | Revisions to AR Basics Doc.heavysixer2008-10-181-24/+37
| * | Added a brief overview of the intent of the guide and a high-level explanatio...heavysixer2008-10-181-7/+81
| * | fleshing out the topics and removing some redundancy.heavysixer2008-10-181-6/+19
| * | fleshing out some of the sub-topics of this guide.heavysixer2008-10-181-0/+18
* | | More work done on finders guide, extended named_scope sectionnRyan Bigg2008-10-211-5/+37
|/ /
* | Compiling rubies installing gemsPratik Naik2008-10-171-1/+139
* | revised documentation of collection.deleteXavier Noria2008-10-171-1/+2
* | More detail on partials.Mike Gunderloy2008-10-161-0/+9
* | Additional detail on rendering partialsMike Gunderloy2008-10-161-1/+45
* | Add info about benchmark() helper and stuffPratik Naik2008-10-173-77/+101
* | Remove fiveruns. And preamble->indexPratik Naik2008-10-164-55/+2
* | Merge with mainstream railsPratik Naik2008-10-1622-41/+183
|\|
| * Merge docrailsPratik Naik2008-10-1622-778/+1799
| * Remove the class_path from the collisions test.Michael Koziarski2008-10-149-11/+11
| * Don't include the path when checking class collisions [#545 state:resolved]Joshua Peek2008-10-132-0/+4
| * Initialize silence_spec_warningsMatt Jones2008-10-131-0/+2
| * Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-137-23/+157
| * Fix script/console --sandbox warning. [#1194 state:resolved]Matt Jones2008-10-091-2/+2
| * Fix definition of find_nameMatt Jones2008-10-081-2/+2
| * Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
| * Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
| * Merge docrailsPratik Naik2008-10-0555-1412/+51462
* | Adding a stub file for the guide i'll be writing.heavysixer2008-10-161-0/+2
* | Mark layout/rendering guide as donePratik Naik2008-10-161-2/+0
* | A few updates to Getting Started guideMike Gunderloy2008-10-161-2/+5
* | Marking layout guide completedMike Gunderloy2008-10-161-0/+1
* | Minor formatting change in Getting Started guide.Mike Gunderloy2008-10-161-3/+0
* | Revised draft of Getting Started guide.Mike Gunderloy2008-10-161-37/+223
* | Edit/formatting pass for the testing guideMike Gunderloy2008-10-141-388/+343
* | Sorry Pratik, typoed your name :)Tore Darell2008-10-151-1/+1
* | First complete draft of "getting started" guideMike Gunderloy2008-10-141-100/+619
* | Edits and rewrites (work in progress)Mike Gunderloy2008-10-141-175/+198
* | Adds examples of integration tests in the testing guide.athonlab2008-10-141-10/+114
* | Fix egregious error in documenting :class_nameMike Gunderloy2008-10-141-17/+17
* | Updated to testing mailers section in the testing guide.athonlab2008-10-141-105/+34