aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/generator.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* let the indexer pass element IDs to the guides generator to avoid coupling, ↵Xavier Noria2009-02-221-29/+31
| | | | links to sections whose title has textile markup are fixed as well
* Fix the fucking rake taskPratik Naik2009-02-201-1/+1
|
* textilize titles in ToC of guidesXavier Noria2009-02-171-2/+2
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-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.