aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides.rb
Commit message (Collapse)AuthorAgeFilesLines
* upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's ↵Xavier Noria2011-01-121-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 Noria2010-07-301-1/+20
| | | | for bundler
* guides generation: undoes output buffer workaround, more refactorsXavier Noria2010-03-151-22/+9
|
* requires rubygems in all cases, fixes guides generationXavier Noria2009-10-101-7/+8
|
* Merge commit 'mainstream/master'Pratik Naik2009-03-241-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 vendoredPratik Naik2009-03-171-9/+19
| |
| * Merge docrailsPratik Naik2009-03-161-0/+1
| |
| * Merge with docrailsPratik Naik2009-02-241-1/+2
| |
| * Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+30
|
* in guides generator, broken link warning now suggests the existing anchor ↵Xavier Noria2009-03-151-0/+1
| | | | with min Levenshtein distance
* RedCloth 4.1.9 is OK.Andreas Scherer2009-02-211-1/+1
|
* Fix the fucking rake taskPratik Naik2009-02-201-0/+1
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-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.