Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :to => redirect() can take a String using 1.9-style interpolation or proc ↵ | Yehuda Katz | 2009-12-20 | 1 | -0/+1 |
| | | | | that takes the path parameters as a Hash | ||||
* | Revert "the REXML security fix is not needed for Ruby >= 1.8.7" | Jeremy Kemper | 2009-11-09 | 1 | -0/+2 |
| | | | | | | Still required on older 1.8.7 patchlevels. This reverts commit a48f49e56bf53e0a2386da898576ef12d5258358. | ||||
* | the REXML security fix is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -2/+0 |
| | |||||
* | Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -2/+0 |
| | |||||
* | Object#tap is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -2/+0 |
| | |||||
* | Symbol#to_proc is not needed for Ruby >= 1.8.7 | Xavier Noria | 2009-11-09 | 1 | -2/+0 |
| | |||||
* | Single-require forward compatibility with new Ruby features like Object#tap, ↵ | Jeremy Kemper | 2009-05-20 | 1 | -0/+24 |
Enumerable#group_by, and Process.daemon. Code with the latest but run anywhere. |