How to disable pager in rails console so entire result prints to console?
When running an ActiveRecord query in the rails console, I see as much of the result that fits on the screen, followed by a :
and a flashing cursor indicating a pager is in use.