Rails fails to return scripts/stylesheets
Posted
by Lowgain
on Stack Overflow
See other posts from Stack Overflow
or by Lowgain
Published on 2010-04-29T18:00:15Z
Indexed on
2010/04/29
23:27 UTC
Read the original article
Hit count: 435
This only happens on my local machine (Windows 7, Ruby 1.8.7). Occasionally rails will just stop returning my stylesheets/javascript and I'll get gross looking pages. If I navigate directly to those scripts, sometimes they work, and sometimes I get errors like:
private method `gsub!' called for #<Class:0x76ff830>
What could be causing this? It is usually more a nuisance than anything because of lack of styles, but when I'm trying to test out my javascript it becomes an issue. Thanks!
© Stack Overflow or respective owner