From b67a80de9b55f91feb1c1056824f456710a96d0d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 28 Jul 2013 16:34:43 -0500 Subject: Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format for easy Javascript date parsing --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 40e73ae77f..8f4ec5cb49 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,7 @@ +* Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format for easy Javascript date parsing. + + *DHH* + * Improve `ActiveSupport::Cache::MemoryStore` cache size calculation. The memory used by a key/entry pair is calculated via `#cached_size`: -- cgit v1.2.3