aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_0_release_notes.md
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2014-06-06 17:10:36 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2014-06-06 22:26:56 +0530
commit19ef270923cfa498b904cb3cc4484c83e463f371 (patch)
tree246aa0e4b4f0f3c75d4b9dd91b6aa662ba1d9536 /guides/source/3_0_release_notes.md
parent0502189b504640a95a4729fac5c6a41c27de960f (diff)
downloadrails-19ef270923cfa498b904cb3cc4484c83e463f371.tar.gz
rails-19ef270923cfa498b904cb3cc4484c83e463f371.tar.bz2
rails-19ef270923cfa498b904cb3cc4484c83e463f371.zip
remove rubyforge.org that was shut down [ci skip]
Diffstat (limited to 'guides/source/3_0_release_notes.md')
-rw-r--r--guides/source/3_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index 2d7c06837b..fbb5690fa9 100644
--- a/guides/source/3_0_release_notes.md
+++ b/guides/source/3_0_release_notes.md
@@ -521,7 +521,7 @@ A large effort was made in Active Support to make it cherry pickable, that is, y
These are the main changes in Active Support:
* Large clean up of the library removing unused methods throughout.
-* Active Support no longer provides vendored versions of [TZInfo](http://tzinfo.rubyforge.org/), [Memcache Client](http://deveiate.org/projects/RMemCache/) and [Builder](http://builder.rubyforge.org/,) these are all included as dependencies and installed via the `bundle install` command.
+* Active Support no longer provides vendored versions of TZInfo, Memcache Client and Builder these are all included as dependencies and installed via the `bundle install` command.
* Safe buffers are implemented in `ActiveSupport::SafeBuffer`.
* Added `Array.uniq_by` and `Array.uniq_by!`.
* Removed `Array#rand` and backported `Array#sample` from Ruby 1.9.