Using Rails 2.0.2, I have built a simple web app. Every time I use
Firefox to load any page for that web app, it is extremely slow, and
according to the log files, it completes the specified action in the
controller, but what is shows in the browser, is just raw HTML. If I
refresh the page, it loads properly. Using Safari and IE, I have not
seen the problem, but other user’s of my web app are having the same
problem with Firefox only.
Has anyone else seen this problem? I thought maybe the webserver is
too slow or small to handle my simple ruby app, but since I am only
seeing the problem in firefox, I am not convinced. Any other
thoughts? Thanks in advance!
Maybe it is fixable via a config setting in my app or on the web
server? Happens ONLY in Firefox and ONLY when the server is running
slow, it seems anyway. A refresh to the page renders properly.
I am using the file_column plugin, and this seemed to be producing the
message. I fixed it by opening the file vendor/plugin/file_…/
init.rb and removing the line require “test_case”.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.