Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finalized debugging guide. | Mike Gunderloy | 2008-11-03 | 2 | -27/+19 |
| | |||||
* | Added RJS, memory leaks and plugins chapters to Debugging Rails Applications ↵ | miloops | 2008-11-03 | 2 | -3/+151 |
| | | | | guide. Generated Guides. | ||||
* | Added missing sidebar block closing delimiter. | miloops | 2008-11-03 | 1 | -0/+7 |
| | |||||
* | Marking Getting Started and Security guides as finished. | Mike Gunderloy | 2008-11-01 | 3 | -16/+19 |
| | |||||
* | Error fix and some reformatting for Layouts/Rendering Guide | Mike Gunderloy | 2008-11-01 | 1 | -42/+81 |
| | |||||
* | Add warning about deprecated partials behavior to Layout/Rendering Guide | Mike Gunderloy | 2008-11-01 | 1 | -1/+9 |
| | |||||
* | Update 2.2 relnotes & Layouts/Rendering Guide to include render :js | Mike Gunderloy | 2008-11-01 | 2 | -4/+24 |
| | |||||
* | Update release notes. | Mike Gunderloy | 2008-10-31 | 1 | -1/+6 |
| | |||||
* | Clarify use of :select on :belongs_to in AR Associations Guide | Mike Gunderloy | 2008-10-29 | 1 | -0/+8 |
| | |||||
* | Fix typo in routing guide, regenerate routing + actioncontroller guides | Mike Gunderloy | 2008-10-29 | 2 | -2/+1 |
| | |||||
* | Typo fix for AR Associations Guide | Mike Gunderloy | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Fix reference to StringQuestioneer (renamed to StringInquirer) in 2.2 ↵ | Mike Gunderloy | 2008-10-27 | 1 | -1/+6 |
| | | | | release notes | ||||
* | Fix bug in layout guide, regenerate guides html | Mike Gunderloy | 2008-10-27 | 2 | -312/+345 |
| | |||||
* | One more link for Release notes | Mike Gunderloy | 2008-10-25 | 1 | -0/+5 |
| | |||||
* | Update rn html | Pratik Naik | 2008-10-25 | 1 | -297/+297 |
| | |||||
* | Typo fixes in 2.2 release notes | Mike Gunderloy | 2008-10-24 | 1 | -18/+18 |
| | |||||
* | Fix a few more typos in 2.2 release notes. | Mike Gunderloy | 2008-10-24 | 1 | -299/+299 |
| | |||||
* | Hey..generate html ;-) | Pratik Naik | 2008-10-25 | 1 | -4/+4 |
| | |||||
* | Enum#many? | Pratik Naik | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | And html too | Pratik Naik | 2008-10-25 | 1 | -0/+12 |
| | |||||
* | Regenerate guides again | Pratik Naik | 2008-10-24 | 5 | -289/+341 |
| | |||||
* | Fix release notes | Pratik Naik | 2008-10-24 | 1 | -4/+3 |
| | |||||
* | Generate new guides | Pratik Naik | 2008-10-24 | 3 | -17/+291 |
| | |||||
* | Fix a typo | Pratik Naik | 2008-10-24 | 1 | -34/+34 |
| | |||||
* | Add some more info to the release notes | Pratik Naik | 2008-10-24 | 1 | -1/+35 |
| | |||||
* | Fix a typo in fxn's name | Pratik Naik | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Add release notes | Pratik Naik | 2008-10-23 | 2 | -11/+1100 |
| | |||||
* | Merge with docrails | Pratik Naik | 2008-10-22 | 13 | -125/+226 |
| | |||||
* | Merge with docrails. Also add a rake task to generate guides in your rails ↵ | Pratik Naik | 2008-10-21 | 16 | -0/+19055 |
application : rake doc:guides The rake task will generate guides inside doc/guides directory of your application. Open index.html to browse. |