similar to: Webrick

Displaying 20 results from an estimated 100000 matches similar to: "Webrick"

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
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 Dec 08
5
WEBrick development environment not reloading views in Windows
I recently RoR on a machine running Windows 2003 server. When I fire WEBrick using the development environment, it does not reload the app with changed views. I have to shut down WEBrick and restart it to see the changes. Has anyone else had this problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2005 Dec 02
0
WEBrick access from other computer
Here''s a strange one. I''m getting into Rails and have installed Ruby and RoR onto a Linux box for testing (Ubuntu). It all seems to work while I''m on the linux machine. Using WEBrick I can go to the page and see my test page. But I want not have to sit at the linux box to play around, so I tried accessing the WEBrick server from another system on my network and it
2007 Dec 06
0
Rails Newbie--where do I configure webrick to start using ssl certs/https?
Hello all- Though I''ve got eons of java dev experience, I''m a fresh RoR noob with a server configuration question. Because it has to be tied into a single sign on solution(that uses secure cookies), an application that I''ve inherited absolutely requires that all requests go over secure http. I''ve seen this:
2006 Jul 18
5
Installing ROR/Webrick app on Windows 2000/2003 Server
Hi all, I am currently not able to use search since it is disabled, so I will ask my question and hope I am not repeating a past question. I am looking into developing an app to run in Windows 2000/2003 Server environment. To install ROR on a server to run an app on Webrick do I need any extra steps beyond those needed to install on my development laptop (XP prof) ? The idea is to run the
2006 Apr 26
0
Unusual WEBrick caching behavior
Has anyone ever seen cases where WEBrick caches pages even though it isn''t supposed to/isn''t configured to? I have an application where one of my view templates contains an <IFRAME>. This iframe has a "src" attribute that points to a file that I upload to my RoR server. Then various things happen in the app. and the file is sometimes overwritten, and then
2005 Dec 02
0
send_file method on windows and webrick
I am developing in a windows xp environment running WEBrick and MySQL, RoR 0.13.1. I am trying to retrieve the file that I uploaded via Rails using the send_file() method. Instead of returning the file, the file''s contents are being printed out to the WEBrick console, the browser hangs for a while, and then an empty file is returned from the download dialog box (Firefox 1.0.7/IE
2008 Dec 09
1
VMWare, Webrick nooby question
RoR vmware question (I have cross posted): Trying to web-browse my Webrick server running Llinux on vmware Guest from Windows host. Clearly I can''t do an http://localhost:3000/. So how can I access my Linux Webrick server guest from Windows? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2006 Oct 25
0
Unable to get Ruby/WEBrick and Eclipse working - newbie
I''m trying to setup RoR on Windows XP with Eclipse using the various plug-ins RadRails, Ruby tools, Subclipse and I am unable to run an application within Eclipse or even using command line. On Eclipse it says in the Console: => Booting WEBrick... and then in the panel it says <terminated> Start WEBrick [Program] c:\ruby\bin\ruby.exe. I have tried various versions of Ruby --
2008 Oct 24
0
WEBrick server problem
hi there good day!! I am having problem with my WEBrick server i am using RoR for the past 2 yrs. and it is the 1st time I encountered this problem.. When I start my WeBrick server it just keep on starting progress it never started.. my gem -v 1.1.1 rails -v 1.2.6 and ruby -v 1.8.5 (2007-09-24 patchlevel 114) [i386-linux]. I don''t know how to fix it for a week now..and i don''t
2006 Feb 19
5
Memory use: WEBrick vs Apache
Hello, >From purely a memory consumption standpoint, is it generally more efficient to run a simple Rails app using WEBrick alongside a separate apache installation or to run Rails under FCGI and use Apache to bridge to the Web? I have looked through lots of docs and old forum posts. Most seem to center on just getting Apache+Rails running, or on speed. I am really not concerned about my
2005 Mar 19
1
Webrick slowdown over time
Hi, I''m running RoR on a debian woody virtual machine with 256mb of ram. Over time the ruby proces balloons to 90% of memory - and starts taking 5-10 seconds to respond to a request. I''m starting the server via: ruby script/server -e development -b 192.168.x.x Where should I be looking to get an idea of what''s causing this "memory leak"? I''d like
2006 Aug 01
1
Missing flash.swf in .rhtml page in WEBrick dev environment?
So I''m trying to create a dashboard that displays data pulled in through RoR. Some data populates table rows and other data I''m trying to feed into an Adobe Flash swf file. I have the path correct to my swf file (I can it being accessed in Safari activity window) but it''s not rendering. When I try to access the file directly within the :3000 environment I get
2011 Mar 08
6
Windows /RailsInstaller- Webrick starts but welcome page doesn't load
I''m trying the RailsInstaller to get ROR installed on Windows.. everything was going great(rake db:create/migrate and console working as expected) until I started the server, webrick starts but the welcome page never loads, no errors are displayed at all it just sits there forever, I looked at the logs and there are no errors there either Here is my configuration Windows 7 Rails 3.0.4
2006 Feb 28
0
Fun with Webrick
Hi everyone, I''m having some issues with a RoR app where webrick just completely crashes. No warnings, no errors - just *crash*! Doesn''t matter what I''m doing in the system, it just randomly craps out. I''ve checked the development.log file, and everything appears normal. The last few lines are: Rendering with layouts/scaffold Rendering account/login
2006 Sep 07
0
webrick http auth
Is there a way to configure webrick to protect RoR application with http auth just like in the apache? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Jul 10
10
IE vs Firefox -- http:// matters?
I just noticed something interesting (or not) about getting to my RoR app on the 2 browsers. I''ve tested it running Webrick or Mongrel_rails and get the same behavior. The app is at http://www.mydomain.com:myport#/app/list Specifying that complete URL works fine in both browsers. However in IE if you just specify www.mydomain.com:myport#/app/list I get page not found. In FF the URL
2006 Jan 06
5
Routing problems - Apache proxy vs. Webrick direct
I dropped the use of fastcgi because I could not get popen working (see ''[Rails] Apache2 and popen''). It works under WebBrick. Since CGI is too slow, I thought I''d proxy to WebBrick via Apache. I am having routing problems now with escaped slashes in the URL. Here''s my routes.rb: map.connect '''', :controller => "wiki"
2006 May 03
1
RoR go Live?
I am having a problem trying to use RoR live. I have a Win XP SP1 OS, Apache 2.0.55, MySQL 5.0.15-nt ruby 1.8.2, rails 1.0.0, gem 0.8.10, WEBrick 1.3.1 Is it possible to run RoR using these components, live? Using an actual domain name like www.joe.com/rails/app? Instead of using localhost:3000? I would like to go live using either just Apache or Apache and WEBrick for RoR. I have an actual