diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-26 21:01:30 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-26 21:01:30 +0000 |
commit | 35d3ede97447d70aae8db716cd2448f116014d68 (patch) | |
tree | 1c6f8b59c8158aa4970c710ee9e6fce4a8556be7 /railties/CHANGELOG | |
parent | c366515abdecf750adfba574be89e8ec43c8553e (diff) | |
download | rails-35d3ede97447d70aae8db716cd2448f116014d68.tar.gz rails-35d3ede97447d70aae8db716cd2448f116014d68.tar.bz2 rails-35d3ede97447d70aae8db716cd2448f116014d68.zip |
New applications should use UTC as the default time zone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 0bcf0cc3df..048ee103a3 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -2,19 +2,19 @@ * Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert] -* Added config.time_zone = 'UTC' as a commented-out option in the default environment.rb [Geoff Buesing] +* Added config.time_zone = 'UTC' in the default environment.rb [Geoff Buesing] -* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option [Geoff Buesing] +* Added rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option [Geoff Buesing] + +* Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing] * Added support for installing plugins hosted at git repositories #11294 [danger] * Fixed that script/generate would not look for plugin generators in plugin_paths #11000 [glv] -* Fix database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt] +* Fixed database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt] -* add a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)] - -* Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing] +* Added a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)] * Reshuffle load order so that routes and observers are initialized after plugins and app initializers. Closes #10980 [rick] |