Skip to content

Instantly share code, notes, and snippets.

@vadviktor
Last active July 5, 2025 17:29
Show Gist options
  • Save vadviktor/36075c31321676201618d65cdcc7f29c to your computer and use it in GitHub Desktop.
Save vadviktor/36075c31321676201618d65cdcc7f29c to your computer and use it in GitHub Desktop.
Disable pagination in IRB/Rails console
IRB.conf[:USE_PAGER] = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment