Re: [Rails] How Do I Re-Open an App in the Terminal, When I Restart Rails

2015-10-22 Thread Colin Law
On 22 October 2015 at 16:01, Darren Brett King wrote: > Hi everyone, > > I have a question, that I can't seem to find an answer for anywhere. I might > be missing something obvious, but the best way to find out is to ask. So, > when I re-open Rails, and I want to go back into an application, what

Re: [Rails] How Do I Re-Open an App in the Terminal, When I Restart Rails

2015-10-22 Thread TTambe
When you're in the proper directory in the terminal you just need to start the server by running the command rails s. You'll then see the application in your browser at localhost:8000 On Thu, Oct 22, 2015 at 11:01 AM, Darren Brett King < darrenkingcoach...@gmail.com> wrote: > Hi everyone, > > I h

[Rails] How Do I Re-Open an App in the Terminal, When I Restart Rails

2015-10-22 Thread Darren Brett King
Hi everyone, I have a question, that I can't seem to find an answer for anywhere. I might be missing something obvious, but the best way to find out is to ask. So, when I re-open Rails, and I want to go back into an application, what do I enter in the terminal? I understand I use "rails new ___