13

working in the Rails console, I pasted a very long hash into the console and when I scrolled ot the bottom of it it has the token (END) but the only way I've found to get past it is to exit the console with CTRL+Z. This defeats my purpose in using the console for testing some code out. Is there any other way to get past that (END) token?

Paul
  • 35,689
  • 11
  • 93
  • 122

2 Answers2

26

stumbled over this problem, after some tries I found the solution :)

shift + Q

Edit: as mentioned by @Paul, only Q will suffice.

davegson
  • 8,205
  • 4
  • 51
  • 71
-1

What about Ctrl+C? It should continue without exiting the console.

Alex Falke
  • 2,178
  • 2
  • 14
  • 11