From 967f5f372009e0a44ba7042708a1b2865ac893e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 7 Jul 2012 10:48:26 +0300 Subject: Update master --- guides/source/4_0_release_notes.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile index 3733fec950..b7ac11999a 100644 --- a/guides/source/4_0_release_notes.textile +++ b/guides/source/4_0_release_notes.textile @@ -362,6 +362,8 @@ User.where(:age => 30).to_a.inspect # => [#, #] +if more than 10 items are returned by the relation, inspect will only show the first 10 followed by ellipsis. + * Add :collation and :ctype support to PostgreSQL. These are available for PostgreSQL 8.4 or later. -- cgit v1.2.3