I’m developing a rails app, now I’m working on the CSS specifically for iPhone, on my mac.
I’ve my app running via Passenger at http://whatever.local
It’d be nice to access via iPhone to the same URL so I can test my CSS quickly. But how?
Thank you,
Leo
Typically speaking, you’d do this by entering the network IP address of the Mac on the iphone instead of whatever.local.
http://192.168.1.1:3000/posts/ or whatever it may be!