I've recently starting using Pow for local Rails application development. I typically use parallels 7 for cross-browser testing. I'm running into an issue where my POW development url - e.g. somesubdomain.domain.dev - is not accessible from the parallels virtual machines.
Has anyone had any luck setting up a pow + parallels combination? Suggestions?
I had the same issue.
I manage to install the gem powder, who allow me to stop and start pow. https://github.com/Rodreegez/powder
For cross-browser testing, I'm launching the rails server on localhost:3000.
I would like to have a better solution too :-)
Anyone ?