diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-07-06 10:39:46 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-07-06 10:39:46 +0100 |
commit | 07314e64fd62fb8e6165c8c539420160da9437e9 (patch) | |
tree | 2c08917ba9db29d9fd6dffd9174019066f51d0c9 /activerecord/test/schema/mysql2_specific_schema.rb | |
parent | 8ce61a366474b20368f60eb1c7bf31c3b7297873 (diff) | |
download | rails-07314e64fd62fb8e6165c8c539420160da9437e9.tar.gz rails-07314e64fd62fb8e6165c8c539420160da9437e9.tar.bz2 rails-07314e64fd62fb8e6165c8c539420160da9437e9.zip |
Show the records in Relation#inspect
The reason for removing the previous implementation of `#inspect` was
that it hid from you that you were dealing with a `Relation` rather than
an `Array`.
But it is still useful to be able to see the records, particularly if you're
writing something like the following in tests:
assert_equal [foo], Post.where(:bar)
If the assertion fails, you want to see what records were actually
loaded.
So this implementation makes it clear that you've got a `Relation`, but
also shows your records.
Diffstat (limited to 'activerecord/test/schema/mysql2_specific_schema.rb')
0 files changed, 0 insertions, 0 deletions