Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guides generation: apparently this workaround for RedCloth is not needed anymore | Xavier Noria | 2011-08-07 | 1 | -3/+22 |
| | |||||
* | let TIP and friends handle a multiline paragraph | Xavier Noria | 2011-07-25 | 1 | -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 Dev | 2011-07-25 | 1 | -2/+1 |
| | | | | | | This reverts commit e3dbe66e196069fde7d3ff118bd25a03184915fa. Reason: Code changes are not allowed in docrails. | ||||
* | Update the TIP formatter to handle multiline tips | Michael Lavrisha | 2011-07-24 | 1 | -1/+2 |
| | | | | - includes 3 tests | ||||
* | Revert "notextile tag has been placed with ascii quotes" | Xavier Noria | 2011-07-23 | 1 | -3/+2 |
| | | | | | | Reason: <notextile> is an internal tag This reverts commit 01040b5dc990e79052627451603feea0f149fe41. | ||||
* | notextile tag has been placed with ascii quotes | JudeArasu | 2011-07-19 | 1 | -2/+3 |
| | |||||
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -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 Hansson | 2011-04-12 | 1 | -2/+2 |
| | | | | suggestion! | ||||
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -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 regexps | Xavier Noria | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | guides textile extensions: now recognizes also TIP. | Xavier Noria | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | removes trailing whitespace | Xavier Noria | 2009-02-28 | 1 | -1/+1 |
| | |||||
* | implements a temporary workaround for failing notextile | Xavier Noria | 2009-02-28 | 1 | -2/+2 |
| | |||||
* | in textile extensions, simplify regexp literal, and remove spurious extra ↵ | Xavier Noria | 2009-02-28 | 1 | -2/+2 |
| | | | | newline in code blocks | ||||
* | fixes scroll beyond the box in code blocks (fix suggested by toretore) | Xavier Noria | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Rewrite eager loading and joins sections | Pratik Naik | 2009-02-07 | 1 | -0/+3 |
| | |||||
* | Convert the guides from asciidoc to textile and integrate with the new design. | Pratik Naik | 2009-02-04 | 1 | -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. |