aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/textile_extensions.rb
Commit message (Collapse)AuthorAgeFilesLines
* moves the guides up to the root directoryXavier Noria2012-03-171-63/+0
|
* guides generation: apparently this workaround for RedCloth is not needed anymoreXavier Noria2011-08-071-3/+22
|
* let TIP and friends handle a multiline paragraphXavier Noria2011-07-251-17/+18
| | | | | | Normally I would have done this in master, but there was already a guide with wrapped content, so worked here. I am going to cross-merge now.
* Revert "Update the TIP formatter to handle multiline tips"Vijay Dev2011-07-251-2/+1
| | | | | | This reverts commit e3dbe66e196069fde7d3ff118bd25a03184915fa. Reason: Code changes are not allowed in docrails.
* Update the TIP formatter to handle multiline tipsMichael Lavrisha2011-07-241-1/+2
| | | | - includes 3 tests
* Revert "notextile tag has been placed with ascii quotes"Xavier Noria2011-07-231-3/+2
| | | | | | Reason: <notextile> is an internal tag This reverts commit 01040b5dc990e79052627451603feea0f149fe41.
* notextile tag has been placed with ascii quotesJudeArasu2011-07-191-2/+3
|
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-2/+2
| | | | | | After a long list of discussion about the performance problem from using varargs and the reason that we can't find a great pair for it, it would be best to remove support for it for now. It will come back if we can find a good pair for it. For now, Bon Voyage, `#among?`.
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the ↵David Heinemeier Hansson2011-04-121-2/+2
| | | | suggestion!
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+4
| | | | There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?.
* 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.