Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let AR::Relation pretty_printed like an Array #4563

Merged
merged 1 commit into from Jan 23, 2012

Conversation

amatsuda
Copy link
Member

While pp [model1, model2] looks like this

[#<Model id: 1, created_at: "2012-01-20 14:05:39", updated_at: "2012-01-20 14:05:39">,
 #<Model id: 2, created_at: "2012-01-20 14:05:42", updated_at: "2012-01-20 14:05:42">]

pp Model.scoped prints all AR instances in one line

[#<Model id: 1, created_at: "2012-01-20 14:05:39", updated_at: "2012-01-20 14:05:39">, #<Model id: 2, created_at: "2012-01-20 14:05:42", updated_at: "2012-01-20 14:05:42">]

Added AR::Relation#pretty_print to let PP regard a Relation as an Array of models.

tenderlove added a commit that referenced this pull request Jan 23, 2012
let AR::Relation pretty_printed like an Array
@tenderlove tenderlove merged commit 47addcc into rails:master Jan 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants