Topic: localhost - switch between projects

In development mode I have two projects.
How to switch between in localhost? (want to see how the project looks in browser)

Now when I use localhost I see home&index of the first project but in console I am working in another one.

Re: localhost - switch between projects

use different port for both the projects run like 1. rails s -p 3000 2. rails s -p 3001 You can view both projects in same browser
Note: use different console window to run

Complete IT services
Offshore Software Development

Last edited by Kenank (2012-09-26 07:16:20)