提交 d11347df 编写于 作者: X Xavier Noria

Merge pull request #4689 from claudiob/add_rails32_release_date

Add release date of Rails 3.2.0 to documentation
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
This is a behavior change, previously the hidden tag had a value of the disabled checkbox. This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
*Tadas Tamosauskas* *Tadas Tamosauskas*
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Add `config.action_dispatch.default_charset` to configure default charset for ActionDispatch::Response. *Carlos Antonio da Silva* * Add `config.action_dispatch.default_charset` to configure default charset for ActionDispatch::Response. *Carlos Antonio da Silva*
......
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to * Deprecated `define_attr_method` in `ActiveModel::AttributeMethods`, because this only existed to
support methods like `set_table_name` in Active Record, which are themselves being deprecated. support methods like `set_table_name` in Active Record, which are themselves being deprecated.
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
* PostgreSQL hstore types are automatically deserialized from the database. * PostgreSQL hstore types are automatically deserialized from the database.
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Added a `with_lock` method to ActiveRecord objects, which starts * Added a `with_lock` method to ActiveRecord objects, which starts
a transaction, locks the object (pessimistically) and yields to the block. a transaction, locks the object (pessimistically) and yields to the block.
......
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Redirect responses: 303 See Other and 307 Temporary Redirect now behave like * Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
301 Moved Permanently and 302 Found. GH #3302. 301 Moved Permanently and 302 Found. GH #3302.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
from Ruby stdlib. from Ruby stdlib.
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand* * Add ActiveSupport::Cache::NullStore for use in development and testing. *Brian Durand*
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies. *Santiago Pastorino* * Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies. *Santiago Pastorino*
## Rails 3.2.0 (unreleased) ## ## Rails 3.2.0 (January 20, 2012) ##
* Turn gem has been removed from default Gemfile. We still looking for a best presentation for tests output. *Guillermo Iguaran* * Turn gem has been removed from default Gemfile. We still looking for a best presentation for tests output. *Guillermo Iguaran*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册