Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails : How to get parallels running with Pow

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?

like image 935
Erik Lott Avatar asked Nov 05 '22 13:11

Erik Lott


2 Answers

As someone answered here, http://xip.io/ makes this super easy to do.

like image 96
Jason Swett Avatar answered Nov 15 '22 07:11

Jason Swett


Adding my experience to this question even though it is was asked a few months ago. I had a similar problem recently, and although I was never successful accessing my pow url from the windows machine I followed the instructions here and was able to connect to the local app from parallels:

http://fortysevenmedia.com/blog/archives/testing_a_rails_application_in_ie_in_parallels_and_in_leopard/

The post was written for Snow Leopard but I had success using Lion too.

like image 36
Judah Avatar answered Nov 15 '22 05:11

Judah