Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |