aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/textile_extensions.rb
Commit message (Collapse)AuthorAgeFilesLines
* simplify a couple of regexpsXavier Noria2010-02-081-2/+2
|
* guides textile extensions: now recognizes also TIP.Xavier Noria2010-02-081-2/+2
|
* removes trailing whitespaceXavier Noria2009-02-281-1/+1
|
* implements a temporary workaround for failing notextileXavier Noria2009-02-281-2/+2
|
* in textile extensions, simplify regexp literal, and remove spurious extra ↵Xavier Noria2009-02-281-2/+2
| | | | newline in code blocks
* fixes scroll beyond the box in code blocks (fix suggested by toretore)Xavier Noria2009-02-251-1/+1
|
* Rewrite eager loading and joins sectionsPratik Naik2009-02-071-0/+3
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+38
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.