Browser whilst using Rails

P

Paul Johnston

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.
No need to complain about IE because I will be using webrick so its
only viewable on the actual machines :)

TIA Paul
 
A

Alex Young

Paul said:
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.

Seriously.
 
L

Leslie Viljoen

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
 
M

Martin DeMello

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.

And a superb extension called Firebug that has saved me countless
hours of hunting down elusive javascript, generated-html and ajax
bugs.

martin
 
J

Jonas Hartmann

Paul said:
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.
No need to complain about IE because I will be using webrick so its
only viewable on the actual machines :)

TIA Paul

There are Several Extensions for Firefox that let you exaim GET/POST and HTTP Header Information send by the server.

Your Webapplication should run on "any browser". If you use ajax I'd recommend adding all functionality without javascript (slow but still working) as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,209
Messages
2,571,089
Members
47,689
Latest member
kilaocrhtbfnr

Latest Threads

Top