Rails, OS X, and IE6, oh my!
To check your rails app on IE6 during development, use Parallel desktop. Install appropriate version of Windows and IE.
In your OS X system preferences, turn file sharing on. On my computer, the shared IP address is 192.168.0.110
In your rails app do
./script/server -b 192.168.0.110
Use IE in Parallel and visit http://192.168.0.110
Enjoy.
Advertisement
Categories: Ruby On Rails