Javascript error in rails app (locally run)
Posted
by tesmar
on Stack Overflow
See other posts from Stack Overflow
or by tesmar
Published on 2010-05-26T18:54:49Z
Indexed on
2010/05/26
20:01 UTC
Read the original article
Hit count: 245
Hi,
I am trying to move a development environment from production to my local machine (Ubuntu), and when I get the code up and running on my box, the site works in rails but I get this JS error:
Permission denied for http://ad.doubleclick.net to call method Location.toString on http://localhost:3000.
Line 0
Do you have any idea how to fix JS problems, or should I disable the ads in development?
© Stack Overflow or respective owner