Ok I just started a rails project...when i initially load the page it's styled as it's supposed to be. Without changing any code when I refresh the stylesheet disappears. I figured maybe it was a html/css error, but then if i close my browser and reopen it the page shows up fine again. So it's not that. I'm in dev mode so I don't think it's a cache issue. It happens in both firefox and chromium.

link|improve this question

40% accept rate
it appears this is the culprit..weird that it doesn't happen every time a refresh takes place Referer -> /stylesheets/master.css?1276496528 [2010-06-14 03:19:10] ERROR NoMethodError: private method gsub!' called for #<Class:0xb673bca0> /usr/lib/ruby/1.8/webrick/htmlutils.rb:16:in escape' – Uruhara747 Jun 14 '10 at 7:23
Sound like it's inside webrick. I'd just install mongrel and see if it works. – averell Jun 14 '10 at 8:28
I'm getting this error also; Good question therefore! Running Ruby 1.8.7 with Rails 2.2.3. Running on windows and a Ubuntu install. Both do the same thing!!! I'm going to try and use Mongrel, but it is sure inconvenient to have to install something else when Webrick is there ready to be used... This issue make it practically unusable... I've found a couple of other instances of people having this issue, yet without answers. Question is that if it is so uncommon a problem (or it appears to be) then why are we having this issue and not everyone else? – jwwishart Jun 19 '10 at 13:25
hmm ok i'll give mongrel a try...i'd left the project alone but that's a good idea. – Uruhara747 Jun 23 '10 at 7:32
1  
Switching to mongrel did the trick for me! – Chirantan Jul 15 '10 at 8:46
feedback

1 Answer

Just give Mongrel or Thin a try

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.