2013-03-19 17:09:01 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.13.
## Rails 3.2.13 (Feb 17, 2013) ##
* Fix DateTime comparison with DateTime::Infinity object.
*Dan Kubb*
* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
The encoding scheme was broken for unicode characters outside the basic
multilingual plane; since json is assumed to be UTF-8, and we already force
the encoding to UTF-8 simply pass through the un-encoded characters.
*Brett Carter*
* Fix mocha v0.13.0 compatibility. *James Mead*
* `#as_json` isolates options when encoding a hash. [Backport #8185]
Fix #8182
*Yves Senn*
* Handle the possible Permission Denied errors atomic.rb might trigger due to
its chown and chmod calls. [Backport #8027]
*Daniele Sluijters*
|
2013-02-12 15:28:59 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.12.
Change of version only.
|
2013-01-09 13:41:15 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.11.
## Rails 3.2.10 (Jan 8, 2012) ##
* Hash.from_xml raises when it encounters type="symbol" or \
type="yaml".
Use Hash.from_trusted_xml to parse this XML.
CVE-2013-0156
*Jeremy Kemper*
|
2012-12-16 15:08:00 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.9.2.
## Rails 3.2.9 (unreleased)
* Add logger.push_tags and .pop_tags to complement logger.tagged:
class Job
def before
Rails.logger.push_tags :jobs, self.class.name
end
def after
Rails.logger.pop_tags 2
end
end
*Jeremy Kemper*
* Add %:z and %::z format string support to
ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*
|
2012-08-12 14:38:09 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.8.
## Rails 3.2.8 (Aug 9, 2012) ##
* Fix ActiveSupport integration with Mocha > 0.12.1. *Mike Gunderloy*
* Reverted the deprecation of ActiveSupport::JSON::Variable.
*Rafael Mendonça França*
|
2012-07-31 14:51:18 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.7.
## Rails 3.2.7 (unreleased)
* Hash#fetch(fetch) is not the same as doing hash[key]
* adds a missing require [fixes #6896]
* make sure the inflection rules are loaded when cherry-picking
active_support/core_ext/string/inflections.rb [fixes #6884]
* Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
* bump AS deprecation_horizon to 4.0
|
2012-06-14 17:12:16 by Takahiro Kambe | Files touched by this commit (8) |
Log message:
Set RUBY_RAILS_STRICT_DEP to yes.
|
2012-06-13 17:13:11 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)
* No changes.
|
2012-06-02 03:39:07 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-activesupport32 to 3.2.5.
3.2.4 had some regression related problem.
## Rails 3.2.4 (May 31, 2012) ##
* Added #beginning_of_hour and #end_of_hour to Time and DateTime core
extensions. *Mark J. Titorenko*
* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and \
#encode_json methods
for custom JSON string literals. *Erich Menge*
|
2012-04-29 14:56:35 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update devel/ruby-activesupport32 to 3.2.3.
No change but version.
|