Preparing for 3.2.14.rc1 release

This commit is contained in:
Rafael Mendonça França
2013-07-08 16:47:00 -03:00
parent 714cb5a436
commit facfc24f25
16 changed files with 26 additions and 24 deletions

View File

@@ -1 +1 @@
3.2.13
3.2.14.rc1

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* No changes.

View File

@@ -2,8 +2,8 @@ module ActionMailer
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* Merge `:action` from routing scope and assign endpoint if both `:controller`
and `:action` are present. The endpoint assignment only occurs if there is

View File

@@ -2,8 +2,8 @@ module ActionPack
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* No changes.

View File

@@ -2,8 +2,8 @@ module ActiveModel
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter.

View File

@@ -2,8 +2,8 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,14 +1,16 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
Backported from the now separate repo rails/activeresouce.
*Xinjiang Lu*
## Rails 3.2.13 (Mar 18, 2013) ##
* No changes.
## Rails 3.2.12 (Feb 11, 2013) ##
* No changes.

View File

@@ -2,8 +2,8 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* Make `Time.at_with_coercion` retain the second fraction and return local time.

View File

@@ -2,8 +2,8 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -1,4 +1,4 @@
## unreleased ##
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
* Fix bugs that crashed `rake test:benchmark`, `rails profiler` and
`rails benchmarker`.

View File

@@ -2,8 +2,8 @@ module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end

View File

@@ -2,8 +2,8 @@ module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end