Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-activesupport32
From: Takahiro Kambe
Date: 2013-09-11 15:26:01
Message id: 20130911132601.69A9296@cvs.netbsd.org
Log Message:
Update ruby-activesupport32 to 3.2.14.
## Rails 3.2.14 (Jul 22, 2013) ##
* Make `Time.at_with_coercion` retain the second fraction and return local
time. Fixes #11350
*Neer Friedman*, *Andrew White*
* Fix `ActiveSupport::TaggedLogging` incorrectly providing program name the
same as log message even when block is not provided.
*Carson Reinke*
* Override `Time.at` to support the passing of Time-like values when called
with a single argument.
*Andrew White*
* Revert the changes on unicode character encoding from
`ActiveSupport::JSON.encode`.
This was causing a regression where the resulting string is always returning
UTF-8.
Also it changes the behavior of this method on a stable release. Fixes
#9498.
*Rafael Mendon«®a Fran«®a*
* Fix `ActiveSupport::TimeZone.parse` when time is at a local DST jump. Fixes
#9678.
*Andrew White*
Files: