Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge docrails and update the release notes | Pratik Naik | 2009-02-28 | 1 | -3/+43 | |
| | | ||||||
| * | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -29/+31 | |
| | | ||||||
| * | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+112 | |
| | ||||||
* | ensure authors get warnings about broken links, and ensure end users don't | Xavier Noria | 2009-03-22 | 1 | -1/+1 | |
| | ||||||
* | in guides generator, warn about duplicate header IDs only if ↵ | Xavier Noria | 2009-03-22 | 1 | -1/+1 | |
| | | | | WARN_DUPLICATE_HEADERS | |||||
* | guides generator warns about duplicate header IDs | Xavier Noria | 2009-03-15 | 1 | -3/+18 | |
| | ||||||
* | in guides generator, broken link warning now suggests the existing anchor ↵ | Xavier Noria | 2009-03-15 | 1 | -1/+4 | |
| | | | | with min Levenshtein distance | |||||
* | do not assume code blocks have blank lines around, also nontextile -> notextile | Xavier Noria | 2009-03-02 | 1 | -5/+5 | |
| | ||||||
* | implements a temporary workaround for failing notextile | Xavier Noria | 2009-02-28 | 1 | -4/+26 | |
| | ||||||
* | let the guides generator warn about broken links | Xavier Noria | 2009-02-28 | 1 | -0/+18 | |
| | ||||||
* | let the indexer pass element IDs to the guides generator to avoid coupling, ↵ | Xavier Noria | 2009-02-22 | 1 | -29/+31 | |
| | | | | links to sections whose title has textile markup are fixed as well | |||||
* | Fix the fucking rake task | Pratik Naik | 2009-02-20 | 1 | -1/+1 | |
| | ||||||
* | textilize titles in ToC of guides | Xavier Noria | 2009-02-17 | 1 | -2/+2 | |
| | ||||||
* | Convert the guides from asciidoc to textile and integrate with the new design. | Pratik Naik | 2009-02-04 | 1 | -0/+112 | |
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory. |