Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adds support for an edge badge in guides | Xavier Noria | 2010-02-17 | 1 | -2/+9 |
| | |||||
* | Use mkdir_p so that the output directory is always created. | Ryan Bigg | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | update html_safe calls in guides generation | Xavier Noria | 2010-02-02 | 1 | -10/+4 |
| | |||||
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb | ||||
| * | Make guides generation work for Ruby 1.9.x | Ryan Bigg | 2010-01-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Mark title and headers as html_safe! for guides [#3702 state:resolved] | Ryan Bigg | 2010-01-16 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
| * | Merge docrails | lifo | 2009-04-17 | 1 | -1/+1 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-24 | 1 | -0/+34 |
| | | |||||
* | | trust generated HTML, and define html_safe! for gem >= 2.3 just in case by now | Xavier Noria | 2009-10-10 | 1 | -4/+10 |
| | | |||||
* | | removes a no longer needed workaround in the guides generator | Xavier Noria | 2009-10-10 | 1 | -1/+1 |
| | | |||||
* | | fixes generation of index and credits page | Xavier Noria | 2009-09-02 | 1 | -3/+3 |
| | | |||||
* | | fixes undefined method keys for nil:NilClass error while generating guides | Xavier Noria | 2009-09-02 | 1 | -1/+1 |
| | | |||||
* | | Supply fullfile name to the generator | Pratik Naik | 2009-04-05 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-24 | 1 | -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 vendored | Pratik Naik | 2009-03-17 | 1 | -34/+0 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -9/+27 |
| | | |||||
| * | 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. |