mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add release dates to documentation
Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
This commit is contained in:
parent
139963c99a
commit
05c6caf48c
6 changed files with 12 additions and 12 deletions
|
@ -111,7 +111,7 @@
|
|||
HTML5 `mark` element. *Brian Cardarella*
|
||||
|
||||
|
||||
## Rails 3.2.2 (unreleased) ##
|
||||
## Rails 3.2.2 (March 1, 2012) ##
|
||||
|
||||
* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
|
||||
|
||||
|
@ -301,7 +301,7 @@
|
|||
returned by the class method attribute_names will be wrapped. This fixes
|
||||
the wrapping of nested attributes by adding them to attr_accessible.
|
||||
|
||||
## Rails 3.1.4 (unreleased) ##
|
||||
## Rails 3.1.4 (March 1, 2012) ##
|
||||
|
||||
* Skip assets group in Gemfile and all assets configurations options
|
||||
when the application is generated with --skip-sprockets option.
|
||||
|
@ -603,7 +603,7 @@
|
|||
* Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply to the browser only. *Yehuda Katz, Carl Lerche*
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* Fix using `tranlate` helper with a html translation which uses the `:count` option for
|
||||
pluralization.
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
* Add support for selectively enabling/disabling observers *Myron Marston*
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
|
||||
*Aaron Christy*
|
||||
|
||||
## Rails 3.1.4 (unreleased) ##
|
||||
## Rails 3.1.4 (March 1, 2012) ##
|
||||
|
||||
* Fix a custom primary key regression *GH 3987*
|
||||
|
||||
|
@ -779,7 +779,7 @@
|
|||
*Aaron Patterson*
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*Jim Herz*
|
||||
|
||||
|
||||
## Rails 3.1.4 (unreleased) ##
|
||||
## Rails 3.1.4 (March 1, 2012) ##
|
||||
|
||||
* No changes
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
end
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
filehandle, or tune your filesystem.
|
||||
|
||||
|
||||
## Rails 3.1.4 (unreleased) ##
|
||||
## Rails 3.1.4 (March 1, 2012) ##
|
||||
|
||||
* No changes
|
||||
|
||||
|
@ -183,7 +183,7 @@
|
|||
* JSON decoding now uses the multi_json gem which also vendors a json engine called OkJson. The yaml backend has been removed in favor of OkJson as a default engine for 1.8.x, while the built in 1.9.x json implementation will be used by default. *Josh Kalderimis*
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
* Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
|
||||
|
||||
|
||||
## Rails 3.1.4 (unreleased) ##
|
||||
## Rails 3.1.4 (March 1, 2012) ##
|
||||
|
||||
* Setting config.force_ssl also marks the session cookie as secure.
|
||||
|
||||
|
@ -203,7 +203,7 @@
|
|||
* Include all helpers from plugins and shared engines in application *Piotr Sarnacki*
|
||||
|
||||
|
||||
## Rails 3.0.12 (unreleased) ##
|
||||
## Rails 3.0.12 (March 1, 2012) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue