Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails console (END) how to get past it?

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?

like image 926
Paul Avatar asked Apr 11 '13 20:04

Paul


People also ask

How do I get out of Rails console?

Creating a new task using Task. We can exit the Rails console by typing exit.

How do I get out of Ruby console?

hit ctrl-d, and then type exit to close the console.

How do I exit Gitlab Rails?

Ctrl Z and then Enter. Typing exit , then Enter .


1 Answers

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

shift + Q

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

like image 199
davegson Avatar answered Oct 28 '22 20:10

davegson