Displaying 20 results from an estimated 10000 matches similar to: "Webrick & Internet Explorer... timeout POST issues?"
2001 Aug 03
2
Internet Explorer 5.5 with Wine?
I'm extremely new to Wine, I don't even have a confog file yet. I can't find
any decent documentation at wineHQ.com. Can anyone explain that whole thing
to me?
Also, I hate Mozilla, Netscape, and Opera. I want to get IE 5.5 working with
Wine. I have tried getting to the Internet explorer Directory in the
Terminal, and then using "wine iexplore.exe -dll
2007 Dec 06
0
Stange behaviour with internet explorer
Hi!
I''m developing an application with Rails 1.2.6 and I''ve facing a weird
problem.
In a form, I''m using link_to_function that is aggregating a :partial,
the code is as follows:
<table>
<thead>
<tr>
<th>Marca</th>
<th>Porcentaje</th>
<th>Objetivo Mensual</th>
2005 Aug 25
0
multiple refreshs clicks cause errors in WEBrick
Hi all
I am new to rails, so I hope it is not a trivial question...
I am using rails with webrick and MySql4.1 on win XP.
I enter a simple action (with a post method) which fetches some data from a ''users'' table and present it in a rhtml view.
Now when I press the refresh button quickly a few times I get in the command line window errors such as this:
[2005-08-25 17:08:55]
2006 Apr 07
0
webrick, cross-thread violation on rb_thread_schedule()
Hi all,
Anyone else seen this? Although it happened while serving Rails, I figured a
core dump caused by webrick should be posted to ruby-talk as well. It happened
after I hit Ctrl-C to kill the webrick server, after a failed attempt to invoke
a web service through a web page. Below are the last two log entries from the
development.log file.
Any ideas?
Dan
>/opt/bin/ruby
2004 Aug 06
1
Re-2: streaming MP3s?
I'm using icecast-2.0-alpha-2 and ices-2.0-Beta2.
When I put the .mp3 file in my webroot and start laying it via winamp/location/<filename>.mp3 it works fine, just when I try using the playlist via ices I get a 404.
-------- Original Message --------
Subject: Re: [icecast] streaming MP3s? (25-Sep-2003 11:45)
From: remco@rc6.org
To: d.moritz@edv-partner.com
> <quote
2005 Sep 29
1
Ajax in the Aguile Web Development... book
I have bought the book, and are working with chapter 18 (about Ajax).
I don''t get the List application example to function as expected. When
i fill inn a name, and presses "Add Item". The button gets gray, the
text "Adding..." is coming up, and the item is being written in the
top of the page, but then it freezes here.
I uses the newest rails, installed with Gem, and
2006 Mar 07
2
webrick RoutingError
problem: webrick will start a rails server, but I cannot access my
application. I get the error:
Processing Base#index (for 127.0.0.1 at Tue Mar 07 19:16:58 CET 2006)
Parameters: {}
ActionController::RoutingError (Recognition failed for
"/keywordeditor"):
my application is called keywordeditor. I am starting the server from
the correct place with the correct command (I already
2006 Jul 25
0
Errors logged but not returned to browser, WEBrick hangs
An app I''ve been developing has been chugging along nicely, but around
the time I added a new join model a couple of commits ago, my
development environment has been acting screwy.
1. When there''s an error, the error messages and tracebacks are not
being returned to the browser. The browser keeps the connection alive
indefinitely.
2. Stopping the request from the browser
2006 Mar 03
1
starting webrick from ruby (tar2rubyscript.rb)
I am using tar2rubyscript to package up a rails application and run it
as one file from the server.
If you run script/server and have lighttpd install it will start lighty
instead of webrick. So, thanks to Erik Veenstra''s suggestion, I add
ARGV.unshift("webrick") to the init.rb file to force webrick to start:
ARGV.unshift("webrick")
load "script/server"
2006 Feb 26
2
Help - WEBrick won''t start - "Bad file descriptor" error
I have been working for a few days on a new (Windows) system, and
suddenly WEBrick won''t start. Full error text is at bottom of message.
It began after I followed Brian Hogan''s (terrific!) instructions for
setting up Eclipse w/Rails in Windows
(http://www.napcs.com/howto/railsonwindows.html). The server started
fine from w/in Eclipse when I reached that part of the instructions,
2006 Apr 15
0
ssl_requirement, https, webrick and ruby
My Rails application passwords were travelling over the network as
plain-text. Maybe the users wouldn''t like it (I surely wouldn''t), so I
decided to use some kind of encryption.
I have done my little research and found the ssl_requirement Rails
plugin and installed it. But when I try to access a secured page, I
can''t establish a connection to the server. I thought this
2006 Jun 23
2
WEBrick hangs with OCI8?
Has anyone experienced "hangs" with the WEBrick/OCI8 combination?
The sequence of actions I perform to consistently get WEBrick to hang is:
1. start WEBrick
2. list a table form my Oracle 10g DB
3. startup sqlplus and update a few records in the table
4. go back to my browser and reload the table
Here none of the chances I made directly to the table are reflected
in the listing.
2006 May 04
2
WEBrick initialisation problem
I am new to Ruby so I thought the best way to get into it would be to
follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the
instructions to the letter and everything work just great, very
impressive:-).
A couple of days later when I went back to it I got the following
message when trying to start the WEBrick server.
U:\RoRProjects\cookbook>ruby script\server =>
2007 Mar 17
0
webrick failing with "NameError: cannot remove Object::UnknownPropertyMethod"
Hi,
I just downloaded the latest rails, and tried to run webrick. I get
this strange
set of error messages. It looks like the real error is
NameError: cannot remove Object::UnknownPropertyMethod
I never had this problem with older versions, and the ''fastcgi''
variant, running
under lighttpd runs fine. Any ideas why webrick appears to be
broken?
Thanks,
David
2004 Aug 06
2
Re-4: streaming MP3s?
The ices.log says
INFO playlist-builtin/playlist_read Currently playing "<dateiname>.mp3"
WARN playlist-builtin/playlist_read Corrupt or missing data in file "<dateiname>.mp3"
then the thread is shut down
<p><p>-------- Original Message --------
Subject: Re: Re-2: [icecast] streaming MP3s? (25-Sep-2003 13:31)
From: remco@rc6.org
To:
2006 Mar 10
0
WEBrick crashing
ruby 1.8.2 (2004-12-25) [i386-mswin32]
latest version of edge rails - patched to make the server work with
win32 (http://dev.rubyonrails.org/ticket/4139)
On some pages WEBrick is crashing with the following:
d:/programming/ruby/lib/ruby/1.8/profiler.rb:27: You have a nil object
when you
didn''t expect it! (NoMethodError)
You might have expected an instance of Array.
The error occured
2006 Jun 21
1
WEBrick won''t answer
Hi
I''m starting with RoR, trying to get things working. I''m following the
onLamp tutorial for my first steps. At the point where i''m supposed to
start the server for the first time i''m not getting any further. WEBrick
seems to work:
=======================================
Microsoft Windows XP [versie 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
2006 Aug 14
1
AWDWR Chpt6: Webrick Get...200... then ...500...
Hi, Rails produces to diff Gets on the Webrick:
AWDWR Chpt 6 strange results:
First browser call to /Admin shows correct form; - And WEBrick reports:
"Get /admin HTTP/1.1" 200 485 - -> /admin
Subsequent browser calls to /Admin show:
NoMethodError in AdminController#index
undefined method `each'' for #<Mysql:0x37aba80>
- And WEBrick reports:
"Get /admin
2005 Oct 14
1
Detecting Webrick // determining application "root" directory
Is there a way to detect Webrick at runtime? I''ve
noticed a couple of differences between my dev
environment (Webrick) and the production environment
(Apache 2/FastCGI):
* stream must be false in send_file with webrick
* pwd is different
- Webrick: It''s where you run ruby
script/server from
- Apache: It''s the public directory
... unless someone
2006 Mar 07
0
Webrick Timeout Problem
I posted this to the ruby on rails google group, but this forum is
probably a better place to find the answer.
I''m going through the ''how to make a blog in 15 minutes'' tutorial on my
ibook right now. I have mysql, ruby, and rails all setup, and the
tutorial was going smoothly until I tried to configure the database.yml
file. I create a mysql user and gave him