aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Removes the 'Filtering emails in development' section from testing guide.athonlab2008-10-141-32/+0
* | small fixes in security guideHeiko Webers2008-10-141-3/+3
* | Add description of flash.nowTore Darell2008-10-141-0/+21
* | Stated the need to specify "config.gem" +:lib+ option for libraries where the...Karel Minarik2008-10-101-0/+2
* | Typo fix in routing guideMike Gunderloy2008-10-091-1/+1
* | Merge branch 'master' of git@github.com:lifo/docrailsTore Darell2008-10-092-13/+51
|\ \
| * | Minor change on :name_prefix and :path_prefix documentation.Mike Gunderloy2008-10-091-0/+4
| * | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-0915-58/+291
| |\ \
| * | | Did some more work on the finders guide tonight, lock and count sections addded.Ryan Bigg2008-10-091-13/+47
* | | | Remove part about Ruby's rescueTore Darell2008-10-081-27/+0
* | | | Remove the bit about rescue_actionTore Darell2008-10-081-24/+0
| |/ / |/| |
* | | Fix links in AC guideTore Darell2008-10-078-17/+15
* | | Add verification, rescue + fixes to AC basicsTore Darell2008-10-0711-50/+249