From: Leslie Viljoen Date: 2006-08-17T17:26:10+09:00 Subject: Re: Browser whilst using Rails On 8/17/06, Alex Young wrote: > Paul Johnston wrote: > > Hi > > I'm just starting to learn Rails, deploying it under SuSe Linux and > > Mac OS X. > > Silly question but without being contraversial what web browsers do > > people think its best to use to view the results. > All of them. Firefox has an extension called IETab which let's you open IE windows in a tab inside Firefox - very useful for web dev. Also, if you mess with CSS and Javascript a lot, Firefox has a DOM inspector and very detailed "Page info" that I have made frequent use of. Like Alex says, you'll need to test on at least Opera and Safari too. Les