Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2c9198

Browse files
committedAug 30, 2010
Prepare for Rails 2.3.9. Release 2.3.9.pre gems.
1 parent bdace5d commit b2c9198

File tree

6 files changed

+12
-39
lines changed

6 files changed

+12
-39
lines changed
 

‎actionmailer/CHANGELOG

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
*2.3.9 (unreleased)*
2-
3-
* ...
4-
5-
1+
*2.3.9 (August 30, 2010)*
62
*2.3.8 (May 24, 2010)*
7-
8-
* Version bump.
9-
10-
113
*2.3.7 (May 24, 2010)*
124

135
* Version bump.

‎actionpack/CHANGELOG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
*2.3.9 (unreleased)*
1+
*2.3.9 (August 30, 2010)*
22

3-
* ...
3+
* Version bump.
44

55

66
*2.3.8 (May 24, 2010)*

‎activerecord/CHANGELOG

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
*2.3.9 (unreleased)*
2-
3-
* ...
4-
5-
1+
*2.3.9 (August 30, 2010)*
62
*2.3.8 (May 24, 2010)*
7-
8-
* Version bump.
9-
10-
113
*2.3.7 (May 24, 2010)*
124

135
* Version bump.

‎activeresource/CHANGELOG

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
*2.3.9 (unreleased)*
2-
3-
* ...
4-
5-
1+
*2.3.9 (August 30, 2010)*
62
*2.3.8 (May 24, 2010)*
7-
8-
* Version bump.
9-
10-
113
*2.3.7 (May 24, 2010)*
124

135
* Version bump.

‎activesupport/CHANGELOG

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
*2.3.9 (unreleased)*
1+
*2.3.9 (August 30, 2010)*
22

3-
* Deprecate Object#returning in favor of Object#tap [Santiago Pastorino]
3+
* i18n: bundle i18n 0.4.1 for forward compatibility with Rails 3. Deprecates {{foo}} interpolation syntax in favor of 1.9-native %{foo}.
44

5-
* Deprecates ActiveSupport::Dependencies.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]
5+
* Deprecate Kernel#returning in favor of Object#tap since it's included in Ruby 1.8.7 and later. [Santiago Pastorino]
66

7-
* Deprecates Array#random_element in favor of Array#sample, backported from Ruby 1.9, thanks to
8-
Marc-Andre Lafortune. [fxn]
7+
* Deprecates ActiveSupport::Dependencies.load_(once_)paths, renamed to autoload_(once_)paths. [fxn]
8+
9+
* Deprecates Array#random_element, renamed to sample to match Ruby 1.9, thanks to Marc-Andre Lafortune. [fxn]
910

1011

1112
*2.3.8 (May 24, 2010)*

‎railties/CHANGELOG

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
*2.3.9 (unreleased)*
1+
*2.3.9 (August 30, 2010)*
22

33
* Deprecates config.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]
44

55

66
*2.3.8 (May 24, 2010)*
7-
8-
* Version bump.
9-
10-
117
*2.3.7 (May 24, 2010)*
128

139
* Version bump.

0 commit comments

Comments
 (0)
Please sign in to comment.