Is it possible to run several rails applications on one computer at the same time? I need to have one running, but would like to debug/test another one without having to turn off the first one.
Thanks
Yet it is, start them on a different port:
rails server -p 3001
couple of ways:
# start on port 3000
rails server
#start on 3001, get to on http://localhost:3001
rails server -p 3001
Use http://pow.cx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With