0
votes
1answer
97 views

How to paginate awesome_print results inside pry

I'm using awesome_print gem to display output from pry to look pretty. Since, awesome_print uses line breaks, long outputs like ap html.chapters.order("position ASC") only shows the end part of the ...
1
vote
2answers
1k views

Why do ActiveRecord queries from console print sql statements?

I'm using pry, and ActiveRecord queries from the console always print out their corresponding SQL statements. I don't want this behavior. Googling around I only see that this must be explicitly ...