File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
25
25
* Tadas Tamosauskas*
26
26
27
- ## Rails 3.2.0 (unreleased ) ##
27
+ ## Rails 3.2.0 (January 20, 2012 ) ##
28
28
29
29
* Add ` config.action_dispatch.default_charset ` to configure default charset for ActionDispatch::Response. * Carlos Antonio da Silva*
30
30
Original file line number Diff line number Diff line change 1
- ## Rails 3.2.0 (unreleased ) ##
1
+ ## Rails 3.2.0 (January 20, 2012 ) ##
2
2
3
3
* Deprecated ` define_attr_method ` in ` ActiveModel::AttributeMethods ` , because this only existed to
4
4
support methods like ` set_table_name ` in Active Record, which are themselves being deprecated.
Original file line number Diff line number Diff line change 73
73
74
74
* PostgreSQL hstore types are automatically deserialized from the database.
75
75
76
- ## Rails 3.2.0 (unreleased ) ##
76
+ ## Rails 3.2.0 (January 20, 2012 ) ##
77
77
78
78
* Added a ` with_lock ` method to ActiveRecord objects, which starts
79
79
a transaction, locks the object (pessimistically) and yields to the block.
Original file line number Diff line number Diff line change 1
- ## Rails 3.2.0 (unreleased ) ##
1
+ ## Rails 3.2.0 (January 20, 2012 ) ##
2
2
3
3
* Redirect responses: 303 See Other and 307 Temporary Redirect now behave like
4
4
301 Moved Permanently and 302 Found. GH #3302 .
Original file line number Diff line number Diff line change 14
14
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
15
15
from Ruby stdlib.
16
16
17
- ## Rails 3.2.0 (unreleased ) ##
17
+ ## Rails 3.2.0 (January 20, 2012 ) ##
18
18
19
19
* Add ActiveSupport::Cache::NullStore for use in development and testing. * Brian Durand*
20
20
Original file line number Diff line number Diff line change 4
4
5
5
* Rails::Plugin has gone. Instead of adding plugins to vendor/plugins use gems or bundler with path or git dependencies. * Santiago Pastorino*
6
6
7
- ## Rails 3.2.0 (unreleased ) ##
7
+ ## Rails 3.2.0 (January 20, 2012 ) ##
8
8
9
9
* Turn gem has been removed from default Gemfile. We still looking for a best presentation for tests output. * Guillermo Iguaran*
10
10
You can’t perform that action at this time.
0 commit comments