aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* update html_safe calls in guides generationXavier Noria2010-02-021-10/+4
|
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-171-1/+1
|\ | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb
| * Make guides generation work for Ruby 1.9.xRyan Bigg2010-01-161-1/+1
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Mark title and headers as html_safe! for guides [#3702 state:resolved]Ryan Bigg2010-01-161-3/+3
| | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
| * Merge docrailslifo2009-04-171-1/+1
| |
| * Merge docrailsPratik Naik2009-03-241-0/+34
| |
* | trust generated HTML, and define html_safe! for gem >= 2.3 just in case by nowXavier Noria2009-10-101-4/+10
| |
* | removes a no longer needed workaround in the guides generatorXavier Noria2009-10-101-1/+1
| |
* | fixes generation of index and credits pageXavier Noria2009-09-021-3/+3
| |
* | fixes undefined method keys for nil:NilClass error while generating guidesXavier Noria2009-09-021-1/+1
| |
* | Supply fullfile name to the generatorPratik Naik2009-04-051-1/+1
| |
* | Merge commit 'mainstream/master'Pratik Naik2009-03-241-2/+2
|\| | | | | | | | | | | Conflicts: railties/guides/images/fxn.jpg railties/guides/rails_guides/generator.rb
| * Try to use actionpack gem to generate guide when Rails is not vendoredPratik Naik2009-03-171-34/+0
| |
| * Merge docrailsPratik Naik2009-03-161-9/+27
| |
| * Merge docrails and update the release notesPratik Naik2009-02-281-3/+43
| |
| * Merge with docrailsPratik Naik2009-02-241-29/+31
| |
| * Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+112
|
* ensure authors get warnings about broken links, and ensure end users don'tXavier Noria2009-03-221-1/+1
|
* in guides generator, warn about duplicate header IDs only if ↵Xavier Noria2009-03-221-1/+1
| | | | WARN_DUPLICATE_HEADERS
* guides generator warns about duplicate header IDsXavier Noria2009-03-151-3/+18
|
* in guides generator, broken link warning now suggests the existing anchor ↵Xavier Noria2009-03-151-1/+4
| | | | with min Levenshtein distance
* do not assume code blocks have blank lines around, also nontextile -> notextileXavier Noria2009-03-021-5/+5
|
* implements a temporary workaround for failing notextileXavier Noria2009-02-281-4/+26
|
* let the guides generator warn about broken linksXavier Noria2009-02-281-0/+18
|
* 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.