Moved TimeZone to Active Support

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@768 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 fd6abf0a
......@@ -4,7 +4,7 @@
* Fixed that send_file/data can work even if render* has been called before in action processing to render the content of a file to be send for example #601
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Record #688 [Jamis Buck]
* Added FormOptionsHelper#time_zone_select and FormOptionsHelper#time_zone_options_for_select to work with the new value object TimeZone in Active Support #688 [Jamis Buck]
* Added FormHelper#file_field and FormTagHelper#file_field_tag for creating file upload fields
......
......@@ -20,8 +20,6 @@
The OCI8 driver can be retrieved from http://rubyforge.org/projects/ruby-oci8/
* Added TimeZone as the first of a number of value objects that Active Record will start shipping to provide incentatives to use rich value objects using composed_of #688 [Jamis Buck]
* Added option :schema_order to the PostgreSQL adapter to support the use of multiple schemas per database #697 [YuriSchimke]
* Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm]
......
......@@ -47,7 +47,6 @@
require 'active_record/acts/list'
require 'active_record/acts/tree'
require 'active_record/locking'
require 'active_record/values/time_zone'
ActiveRecord::Base.class_eval do
include ActiveRecord::Validations
......
* Added TimeZone as the first of a number of value objects that among others Active Record can use rich value objects using composed_of #688 [Jamis Buck]
* Added Date::Conversions for getting dates in different convenient string representations and other objects
* Added Time::Conversions for getting times in different convenient string representations and other objects
......
......@@ -27,3 +27,5 @@
require 'active_support/clean_logger'
require 'active_support/misc'
require 'active_support/dependencies'
require 'active_support/values/time_zone'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册