aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-07-07 10:48:26 +0300
committerJosé Valim <jose.valim@plataformatec.com.br>2012-07-07 10:48:26 +0300
commit967f5f372009e0a44ba7042708a1b2865ac893e6 (patch)
tree3629f3027dd9a36b67ac65ace36630a147b81562
parent25fb6cc2f3243f476c34e584e8de89a9fe8b03e2 (diff)
downloadrails-967f5f372009e0a44ba7042708a1b2865ac893e6.tar.gz
rails-967f5f372009e0a44ba7042708a1b2865ac893e6.tar.bz2
rails-967f5f372009e0a44ba7042708a1b2865ac893e6.zip
Update master
-rw-r--r--guides/source/4_0_release_notes.textile2
1 files changed, 2 insertions, 0 deletions
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
# => [#<User ...>, #<User ...>]
</ruby>
+if more than 10 items are returned by the relation, inspect will only show the first 10 followed by ellipsis.
+
* Add <tt>:collation</tt> and <tt>:ctype</tt> support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
<yaml>