Skip to content

Commit

Permalink
Preparing for 3.2.14.rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 16, 2013
1 parent 1900a56 commit a96df04
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 17 deletions.
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.14.rc1
3.2.14.rc2
7 changes: 6 additions & 1 deletion actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
7 changes: 6 additions & 1 deletion actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* Merge `:action` from routing scope and assign endpoint if both `:controller`
and `:action` are present. The endpoint assignment only occurs if there is
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
7 changes: 6 additions & 1 deletion activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* No changes.

Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Rails 3.2.14.rc2 (unreleased) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* Do not re-create destroyed association when saving the parent object.

Expand All @@ -7,7 +7,7 @@
*Paul Nikitochkin*


## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter.

Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
7 changes: 6 additions & 1 deletion activeresource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
Backported from the now separate repo rails/activeresouce.
Expand Down
2 changes: 1 addition & 1 deletion activeresource/lib/active_resource/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
7 changes: 6 additions & 1 deletion activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* Make `Time.at_with_coercion` retain the second fraction and return local time.

Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
7 changes: 6 additions & 1 deletion railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##

* No changes.


## Rails 3.2.14.rc1 (Jul 12, 2013) ##

* Fix bugs that crashed `rake test:benchmark`, `rails profiler` and
`rails benchmarker`.
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down

0 comments on commit a96df04

Please sign in to comment.