Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's ↵ | Xavier Noria | 2011-01-12 | 1 | -2/+2 |
| | | | | Rakefile, removes gem call from the guides generator (use bundle exec if needed) | ||||
* | if there's a Gemfile and doc:guides can't load RedCloth, print instructions ↵ | Xavier Noria | 2010-07-30 | 1 | -1/+20 |
| | | | | for bundler | ||||
* | guides generation: undoes output buffer workaround, more refactors | Xavier Noria | 2010-03-15 | 1 | -22/+9 |
| | |||||
* | requires rubygems in all cases, fixes guides generation | Xavier Noria | 2009-10-10 | 1 | -7/+8 |
| | |||||
* | Merge commit 'mainstream/master' | Pratik Naik | 2009-03-24 | 1 | -8/+19 |
|\ | | | | | | | | | | | 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 | -9/+19 |
| | | |||||
| * | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -0/+1 |
| | | |||||
| * | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -1/+2 |
| | | |||||
| * | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+30 |
| | |||||
* | in guides generator, broken link warning now suggests the existing anchor ↵ | Xavier Noria | 2009-03-15 | 1 | -0/+1 |
| | | | | with min Levenshtein distance | ||||
* | RedCloth 4.1.9 is OK. | Andreas Scherer | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Fix the fucking rake task | Pratik Naik | 2009-02-20 | 1 | -0/+1 |
| | |||||
* | Convert the guides from asciidoc to textile and integrate with the new design. | Pratik Naik | 2009-02-04 | 1 | -0/+30 |
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. |