Overview
Request 58526 accepted
- Split off doc subpackage.
- update to version 2.3.10
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
Deprecates {{foo}} interpolation syntax in favor of 1.9-native
%{foo}.
* Deprecate Kernel#returning in favor of Object#tap since it's
included in Ruby 1.8.7 and later. [Santiago Pastorino]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths,
renamed to autoload_(once_)paths. [fxn]
* Deprecates Array#random_element, renamed to sample to match
Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]
- update to version 2.3.9
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
Deprecates {{foo}} interpolation syntax in favor of 1.9-native
%{foo}.
* Deprecate Kernel#returning in favor of Object#tap since it's
included in Ruby 1.8.7 and later. [Santiago Pastorino]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths,
renamed to autoload_(once_)paths. [fxn]
* Deprecates Array#random_element, renamed to sample to match
Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]
Request History
mvidner created request
- Split off doc subpackage.
- update to version 2.3.10
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
Deprecates {{foo}} interpolation syntax in favor of 1.9-native
%{foo}.
* Deprecate Kernel#returning in favor of Object#tap since it's
included in Ruby 1.8.7 and later. [Santiago Pastorino]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths,
renamed to autoload_(once_)paths. [fxn]
* Deprecates Array#random_element, renamed to sample to match
Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]
- update to version 2.3.9
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3.
Deprecates {{foo}} interpolation syntax in favor of 1.9-native
%{foo}.
* Deprecate Kernel#returning in favor of Object#tap since it's
included in Ruby 1.8.7 and later. [Santiago Pastorino]
* Deprecates ActiveSupport::Dependencies.load_(once_)paths,
renamed to autoload_(once_)paths. [fxn]
* Deprecates Array#random_element, renamed to sample to match
Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]
darix accepted request
Accepted submit request 58526 from user mvidner