Sergey Nartimov
|
b5f5e279a6
|
remove unnecessary require core_ext/string/encoding
|
2012-02-14 10:09:21 +03:00 |
|
Vasiliy Ermolovich
|
2ba1f46000
|
remove rexml security fix for rubies 1.8
|
2011-12-26 19:50:29 +03:00 |
|
Vasiliy Ermolovich
|
a7ba8e1fb3
|
remove File#to_path alias
|
2011-12-25 22:22:22 +03:00 |
|
Xavier Noria
|
748725e9ce
|
removes the compatibility method Module#method_names
|
2011-12-25 11:11:50 -08:00 |
|
Vasiliy Ermolovich
|
7bfaa979e4
|
remove Proces.daemon from core_ext
|
2011-12-22 08:43:42 +03:00 |
|
lest
|
f1b4cacbae
|
remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9
|
2011-12-21 19:07:00 +03:00 |
|
wycats
|
80b60671f7
|
Revert "Moved encoding work in progress to a feature branch."
This reverts commit ade756fe42 .
|
2010-05-17 19:41:54 +04:00 |
|
Jeremy Kemper
|
ade756fe42
|
Moved encoding work in progress to a feature branch.
This reverts commits af0d1a8815 and 64d109e353 .
|
2010-05-16 13:55:29 -07:00 |
|
wycats
|
af0d1a8815
|
Initial work to improve the state of encodings for templates
|
2010-05-16 22:43:35 +04:00 |
|
wycats
|
a5587efc19
|
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies.
|
2010-03-17 00:20:09 -07:00 |
|
Carlhuda
|
3345af61fb
|
Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate
|
2010-02-23 15:37:17 -08:00 |
|
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 |
|