On 22 October 2015 at 16:01, Darren Brett King
It is not clear what you mean by 'reopen rails'. Rails is not
something you open. However, if you cd to the folder where where you
ran rails new, then run cd appname.
If cd appname shows an error then run
ls
and copy/paste the result here. Also tell us the path of the folder
where you ran rails new.
If cd appname does not show an error then to start the server run
rails s
I deduce, however, that you are an absolute beginner in rails, so
suggest you start by working right through a good tutorial such as
railstutorial.org. That will show you the basics of rails.
Colin