aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | | | | | | The class_path is often taken already in situations like Admin namespaces etc.
| * 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
| | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1128 state:resolved]
| * Make VendorGemSourceIndex handle broken/missing specs generated by previous ↵Matt Jones2008-10-137-23/+157
| | | | | | | | | | | | versions. Signed-off-by: Michael Koziarski <michael@koziarski.com>
| * Fix script/console --sandbox warning. [#1194 state:resolved]Matt Jones2008-10-091-2/+2
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Fix definition of find_nameMatt Jones2008-10-081-2/+2
| | | | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1128 state:committed]
| * Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
| | | | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com>
| * Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
| | | | | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
| * 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 ↵Karel Minarik2008-10-101-0/+2
| | | | | | | | | | | | | | | | the Gem name (eg. "sqlite3-ruby") differs from the file itself (eg. "sqlite3") This affects great number of popular gems and is *really* frustrating to get "you have to rake gems:install" permanently when you *know* you just did that. See eg. http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/afefb09908f36db/
* | 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
| | |
* | | Additional detail on routes for namespaced controllers.Mike Gunderloy2008-10-071-1/+19
| | |
* | | Added some additional detail on asset caching syntax.Mike Gunderloy2008-10-071-0/+18
|/ /
* | Merge branch 'master' of git@github.com:lifo/docrailsRyan Bigg2008-10-0623-56/+516
|\ \
| * | Merge commit 'mainstream/master'Pratik Naik2008-10-0520-51/+474
| |\| | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/association_preload.rb