Yehuda Katz
|
e48b4c2dd0
|
:to => redirect() can take a String using 1.9-style interpolation or proc that takes the path parameters as a Hash
|
2009-12-20 14:07:32 -08:00 |
|
Jeremy Kemper
|
08f7c4dd89
|
Revert "the REXML security fix is not needed for Ruby >= 1.8.7"
Still required on older 1.8.7 patchlevels.
This reverts commit a48f49e56b .
|
2009-11-09 19:30:02 -08:00 |
|
Xavier Noria
|
a48f49e56b
|
the REXML security fix is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
|
Xavier Noria
|
329e7f4441
|
Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
|
Xavier Noria
|
f8e713f488
|
Object#tap is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
|
Xavier Noria
|
1979e9c855
|
Symbol#to_proc is not needed for Ruby >= 1.8.7
|
2009-11-09 22:16:51 +01:00 |
|
Jeremy Kemper
|
428829fc38
|
Single-require forward compatibility with new Ruby features like Object#tap, Enumerable#group_by, and Process.daemon. Code with the latest but run anywhere.
|
2009-05-20 18:12:45 -07:00 |
|