aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides
Commit message (Collapse)AuthorAgeFilesLines
* insert the badge in a valid wayXavier Noria2010-04-011-1/+1
|
* Fixed chapter list generation on index section, an empty pair of <ul></ul> ↵Jaime Iniesta2010-04-011-1/+1
| | | | was being created when the chapters had no children.
* guides: rewrites index and credit pages as pure HTML to avoid textilizing ↵Xavier Noria2010-03-311-17/+8
| | | | the rendered view, in particular we can now put a DOCTYPE in the layout
* <%=izes and adds doctype to guidesXavier Noria2010-03-302-2/+13
|
* guides generator skips untouched guides by default, override with ALL=1Xavier Noria2010-03-171-7/+15
|
* guides generation: undoes output buffer workaround, more refactorsXavier Noria2010-03-151-1/+8
|
* refactors some bits of the guides generator, ONLY selection accepts ↵Xavier Noria2010-03-151-39/+51
| | | | prefixes, guides generation fixed for 1.9, revised string safety in a few spots
* the guides generator needs fileutilsXavier Noria2010-03-041-0/+1
|
* adds support for an edge badge in guidesXavier Noria2010-02-171-2/+9
|
* Use mkdir_p so that the output directory is always created.Ryan Bigg2010-02-081-1/+1
|
* simplify a couple of regexpsXavier Noria2010-02-081-2/+2
|
* guides textile extensions: now recognizes also TIP.Xavier Noria2010-02-081-2/+2
|
* update html_safe calls in guides generationXavier Noria2010-02-021-10/+4
|
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-172-3/+3
|\ | | | | | | | | Conflicts: actionpack/lib/action_controller/metal/flash.rb
| * Make guides generation work for Ruby 1.9.xRyan Bigg2010-01-162-3/+3
| | | | | | | | 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-172-24/+26
| |
| * Merge docrailsPratik Naik2009-03-242-0/+63
| |
* | 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
| |
* | Namespace under RailsGuidesPratik Naik2009-04-051-23/+25
| |
* | 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-172-146/+0
| |
| * Merge docrailsPratik Naik2009-03-163-10/+140
| |
| * Merge docrails and update the release notesPratik Naik2009-02-282-5/+45
| |
| * Merge with docrailsPratik Naik2009-02-243-31/+40
| |
* | 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
* | replace edit distance implementation with one written from scratch to avoid ↵Xavier Noria2009-03-221-108/+25
| | | | | | | | license issues
* | dasherize titles in a more predictable way, and update fragment identifiers ↵Xavier Noria2009-03-151-1/+1
| | | | | | | | accordingly
* | 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-152-1/+116
| | | | | | | | with min Levenshtein distance
* | do not assume code blocks have blank lines around, also nontextile -> notextileXavier Noria2009-03-021-5/+5
| |
* | removes trailing whitespaceXavier Noria2009-02-281-1/+1
| |
* | implements a temporary workaround for failing notextileXavier Noria2009-02-282-6/+28
| |
* | in textile extensions, simplify regexp literal, and remove spurious extra ↵Xavier Noria2009-02-281-2/+2
| | | | | | | | newline in code blocks
* | let the guides generator warn about broken linksXavier Noria2009-02-281-0/+18
| |
* | fixes scroll beyond the box in code blocks (fix suggested by toretore)Xavier Noria2009-02-251-1/+1
| |
* | let the indexer pass element IDs to the guides generator to avoid coupling, ↵Xavier Noria2009-02-222-31/+37
| | | | | | | | 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
| |
* | Rewrite eager loading and joins sectionsPratik Naik2009-02-071-0/+3
|/
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-064-0/+235