diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2009-08-05 08:19:21 -0500 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2009-08-05 08:26:12 -0500 |
commit | bfafe8c4055bcb8dcf7440015d95a32c9773f40b (patch) | |
tree | 62696a6bf79a4c451646dbc8d115987085cbe5cb /activerecord/CHANGELOG | |
parent | f8d3c72c39ad209abca7f3613f91fb3a03805261 (diff) | |
download | rails-bfafe8c4055bcb8dcf7440015d95a32c9773f40b.tar.gz rails-bfafe8c4055bcb8dcf7440015d95a32c9773f40b.tar.bz2 rails-bfafe8c4055bcb8dcf7440015d95a32c9773f40b.zip |
Revert "fallback_string_to_date sets Date._parse comp arg to true, so that strings with two-digit years, e.g. '1/1/09', are interpreted as modern years" [#2019 state:wontfix]
This reverts commit 55d1d12c32a1b99f3f07d2346b49a63650ba2e9d.
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 3f350be3e9..9adc6b887f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,7 +1,5 @@ *Edge* -* fallback_string_to_date sets Date._parse comp arg to true, so that strings with two-digit years, e.g. '1/1/09', are interpreted as modern years #2019 [Matt Ganderup] - * quoted_date converts time-like objects to ActiveRecord::Base.default_timezone before serialization. This allows you to use Time.now in find conditions and have it correctly be serialized as the current time in UTC when default_timezone == :utc. #2946 [Geoff Buesing] * SQLite: drop support for 'dbfile' option in favor of 'database.' #2363 [Paul Hinze, Jeremy Kemper] |