Running a ruby on rails project on my mac. I need to test it on my android phone. Is there a way to view my mac localhost on my android phone?
If you run your localhost with php the solution was replacing localhost with the Macs IP
localhost
php -S 192.168.x.x:8080
instead of
php -S localhost:8080