Rails console (END) how to get past it?
Asked Answered
C

2

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?

Crampon answered 11/4, 2013 at 20:21 Comment(0)
U
26

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

shift + Q

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

Unbuild answered 11/9, 2013 at 11:25 Comment(1)
you're right, somehow I automatically used the shift, updated my answerUnbuild
H
-1

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

Hegumen answered 12/4, 2013 at 3:30 Comment(1)
Nope, I just got a BEEP and the (END) remainsCrampon

© 2022 - 2024 — McMap. All rights reserved.