Topic: i cant get out of the server screen
when i run "rails s" i get the screen of the server:
ivan@ivan-HP-2000-Notebook-PC:~/ruby/blogx3$ rails s
=> Booting WEBrick
=> Rails 3.2.12 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-02-14 23:01:10] INFO WEBrick 1.3.1
[2013-02-14 23:01:10] INFO ruby 1.9.3 (2013-02-06) [x86_64-linux]
[2013-02-14 23:01:10] INFO WEBrick::HTTPServer#start: pid=9418 port=3000
i cant get out of this screen to continue typing code, i have tryed to put -d but no success
and if i do ctrl it shuts down the server, i dont want to shut down the server, i only want to keep typing code
hope you guys can help me thanks