similar to: Webrick Timeout Problem

Displaying 20 results from an estimated 10000 matches similar to: "Webrick Timeout Problem"

2006 Jun 27
0
Webrick & Internet Explorer... timeout POST issues?
I am using IE 7 beta2... but I have tested this with previous IE versions (6+) and get the same results... both FireFox and Opera work fine. My app does a search (POST), then I click on a record (GET), but if I hit the BACK button my app breaks because IE tells me that the web page has expired. I can click on RELOAD, it will ask me to send the POST request again, I do, and everything is
2002 Dec 14
1
OS X slow with Samba server
I have an Apple iBook running OS X 10.2 connected to my network via an 802.11b wireless network. When I transfer files via SMB with my Windows 2000 computer, the speed seems reasonable. However, when I connect to a share on my Debian (x86) box (kernel 2.4.19) running Samba 2.2.3a-12 for Debian, the speed is only about a sixth as fast (transferring files to or from the Win2k box is about 6
2006 Mar 13
1
issue with redirect_to
Hi all: I can''t make redirect_to to unlock the current iframe using {:TARGET => "_top"}. It always stays in the current frame. I checked the redirect_to code, it seems the method does not use "target". here is the source code of redirect_to from ActionController::Base def redirect_to(options = {}, *parameters_for_method_reference) #:doc: 753: case options
2006 Aug 16
2
Safely Allow Embedded Media on User Pages
Hi, I''m working on allowing users of my website to embed media from places like YouTube, Flickr, Google Video, Slide.com, etc. into their home pages, but I wanted to know if anyone had suggestions or links to good articles about how to make sure the embedded content is cleaned / safe. One thing that came to mind was to regular expression check against each type of embedded media.
2008 Jan 30
1
undefined method `scaffold'
Hello, I have been busy for a while and now I am back to messing with rails. Last time I tried to use scaffold i worked now I am getting this error. Not really sure since I am using version 1.2.5 still NoMethodError in BlogController#index undefined method `scaffold'' for #<BlogController:0x506eb7c> Session dump flash: !map:ActionController::Flash::FlashHash {} Thanks for any
2006 Jun 09
4
WEBrick won''t start
without going into actual source code yet, here is the general scenario: i''ve pulled down a project from svn that a friend has been developing on a linux box... i''m on a windows box. if i run "ruby script/server", i get one line of output: => Booting WEBrick... then it dies and goes back to command prompt with no error messages. ...however, if i pull down the
2006 May 10
0
Error starting webrick
I just ran the command "rails appname" and did the necessary configurations for my database.yml, etc. When trying to boot webrick (script/server), I get the following: => Booting WEBrick... ./script/../config/../config/environment.rb:7: warning: already initialized cons tant RAILS_ROOT ./script/../config/../config/environment.rb:14: warning: already initialized con stant
2007 Aug 07
1
Can't start WEBrick or Mongrel server
After having successfully created and run a few RoR test projects via RadRails in MyEclipse, I imported one from an Oracle tutorial (http:// www.oracle.com/technology/pub/articles/saternos-rails.html?_template=/ocom/print), showing how to deal with a legacy Oracle database. Unfortunately, after having configured database.yml, I get the following error message when I attempt to start either a
2007 Oct 23
3
Ruby on Rails and Oracle
Hello, I''m having a trouble when I try to connect RoR and Oracle. I believe that it has something to do with database.yml, this is how my database.yml looks: development: adapter: oci database: 127.0.0.1:1521/XE username: system password: y1984nip0359 host: 127.0.0.1 And this is the Error that i get: -> http://127.0.0.1:3000/blog OCIError in BlogController#index
2011 Aug 15
1
Help needed getting rsync to copy from windows to mac
I'm trying to use rsync to copy files from a Microsoft Windows machine (XP, with cygwin) to a macintosh (10.5.8, PPC). After a lot of playing with options, manual page reading, etc, I have the following command, executed on the windows machine: rsync -A -X -a --delete --rsync-path="/opt/local/bin/rsync --fake-super --log-file=/tmp/rlog.txt" /cygdrive/c/DRIVERS "rsync at
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor network performance with external computers. I ran some tests with iperf and found some very weird results. Using iperf, I get these approximate numbers (the left column is the iperf client and the right column is the iperf server): domU --> domU 1.77 Gbits/sec (using 127.0.0.1) domU --> domU 1.85 Gbits/sec (using domU
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor network performance with external computers. I ran some tests with iperf and found some very weird results. Using iperf, I get these approximate numbers (the left column is the iperf client and the right column is the iperf server): domU --> domU 1.77 Gbits/sec (using 127.0.0.1) domU --> domU 1.85 Gbits/sec (using domU
2003 Apr 11
1
Samba on MacOSX and printing
Hi all, an iBook running Mac OS X 10.2 recently joined my little network, so i did configure it for using a Windows shared printer (HP Officejet G55), naturally through SMB protocol. I used CUPS for setting it up. Now, the problem: if i try to print from the iBook, the printer takes about 10 minutes for throwing out each page and the document seems to be continuously spooled up to windows.
2002 Oct 17
0
[PATCH] connect() timeout for OpenSSH-3.5p1
Here is the version of this patch for the last portable version of OpenSSH (3.5p1), as it is not included in the main tree. The patch avoids waiting to long when using ssh() or scp() on a down host, it is usefull when you have to update many hosts via rsync or rdist themselves relying upon ssh(). It enables a new option 'ConnectTimeout' to control exactly the timeout value, so that it can
2006 Apr 05
3
Rails 1.1 and webrick/mysql problems
i just upgraded to rails 1.1 yesterday and since then i could?nt make it work with mysql, for example i have my database "todo" and one table "todos", i create the app and generate the model but when i try to generate the scaffold with "ruby script/generate scaffold Todo Todo" i get this error " error Before updating scaffolding from new DB schema, try
2005 Dec 23
2
has_many and belongs_to relationship error
Hi i am getting following error ActiveRecord::StatementInvalid in Blog#index Showing app/views/blog/index.rhtml where line #10 raised: Mysql::Error: #42S22Unknown column ''posts.user_id'' in ''where clause'': SELECT * FROM posts WHERE (posts.user_id = 4) Extracted source (around line #10): 7: <div class="separator">&nbsp;</div> 8:
2007 Aug 27
2
Can FILTERS AND VERIFICATION functions take arguments?
Hi, I have some problems in using filter. My filter functions need to have arguments, but filter functions take only symbol that refer to function name. Consider the following code: class BlogController < ApplicationController before_filter :authorize For instance, authorize need arguments. So how can I pass arguments to filter function? Any helps always appreciate.
2004 Jun 22
1
File locking from Mac OS X 10.3 (Panther)
Dear list, My system administrator at office runs a SMB server for us all to share files at smb://server/share/ , on which we share mainly MS Office/OpenOffice.org documents. I have recently switched to iBook G4 with Panther. After the switching, I can connect to the SMB server using Panther's built in SMB capability (under Finder). But then we discover that when I open a file on
2006 Jan 29
2
GetText and rjs templates?
hi, is it possible that gettext don''t work with rjs templates? i''ve just tried this simple example blog_controller.rb : class BlogController < ApplicationController def index end def dosomething end end index.rhtml : <html> <head> <%= javascript_include_tag :defaults %> </head> <body> <div id="test">Some text to change
2003 Apr 15
0
Connect timeout patch
This patch avoids spending too much time during connect() when doing an ssh()/scp() on a down host. It uses a new client option called ConnectTimeout and is useful for rsync or rdist commands using ssh(). See http://bugzilla.mindrot.org/show_bug.cgi?id=207 for detailled info. -------------- next part -------------- --- openssh-3.6.1p1/readconf.c.ORIG Tue Apr 15 23:06:30 2003 +++