On Tue, Aug 4, 2009 at 3:14 PM, Scott Olmsted<[email protected]> wrote:
...
> Javascript is turned off and the view for list is a trivial line of text. I
> even removed the 'list' method from the controller altogether and commented
> out the LOGGER and before_filter lines. Same result. So the problem can't be
> in this code. And it seems so odd that the browser receives something
> (Firefox says 'Waiting for localhost...' and then 'Done') but doesn't
> display anything new. What did it receive if not the view Rails says it
> rendered?
...

You might try hitting the action with a command line utility like curl
to see just what it is the server is sending back. I think "curl -i
..." will include the response headers which you'll probably want to
see.

-John

-- 
John Parker
[email protected]

--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to