1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Pratik Naik
4687306c2c Merge commit 'mainstream/master'
Conflicts:
	railties/guides/images/fxn.jpg
	railties/guides/rails_guides/generator.rb
2009-03-24 12:10:38 +00:00
Xavier Noria
1ff3ae3ed7 ensure authors get warnings about broken links, and ensure end users don't 2009-03-22 11:11:10 +01:00
Xavier Noria
dab7813ebc in guides generator, warn about duplicate header IDs only if WARN_DUPLICATE_HEADERS 2009-03-22 00:43:56 +01:00
Pratik Naik
dc88847e5c Try to use actionpack gem to generate guide when Rails is not vendored 2009-03-17 12:26:34 +00:00
Pratik Naik
18eb80ccc7 Merge docrails 2009-03-16 11:28:36 +00:00
Xavier Noria
a19be732cd guides generator warns about duplicate header IDs 2009-03-15 22:16:27 +01:00
Xavier Noria
732d97a1b1 in guides generator, broken link warning now suggests the existing anchor with min Levenshtein distance 2009-03-15 20:03:37 +01:00
Xavier Noria
eb472d6d21 do not assume code blocks have blank lines around, also nontextile -> notextile 2009-03-02 01:06:54 +01:00
Pratik Naik
0db6c3f518 Merge docrails and update the release notes 2009-02-28 19:44:25 +00:00
Xavier Noria
0d145d9b37 implements a temporary workaround for failing notextile 2009-02-28 17:07:46 +01:00
Xavier Noria
da5549b83f let the guides generator warn about broken links 2009-02-28 03:24:23 +01:00
Pratik Naik
53cd102b39 Merge with docrails 2009-02-24 12:29:25 +00:00
Xavier Noria
247b9563ac let the indexer pass element IDs to the guides generator to avoid coupling, links to sections whose title has textile markup are fixed as well 2009-02-22 00:29:11 +01:00
Pratik Naik
8a9ef83372 Fix the fucking rake task 2009-02-20 08:57:09 +01:00
Xavier Noria
190984567e textilize titles in ToC of guides 2009-02-17 23:14:58 +01:00
Pratik Naik
96d610553e Merge docrails along with the new guides and guides generation code 2009-02-06 02:01:22 +00:00
Pratik Naik
03bb1ebec5 Convert the guides from asciidoc to textile and integrate with the new design.
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.
2009-02-04 01:44:58 +00:00