Displaying 20 results from an estimated 20000 matches similar to: "WEBrick server problem"
2011 Aug 15
3
- WEBrick server refuses to launch
Running Ruby 1.8.7, Rails 3.0.7 on a Windows 7 machine - tried going
through an upgrade to Ruby 1.9.2 over the weekend, but ran into
issues, so have since gone back to 1.8.7. After restoring my app and
re-installing all of the gems, the application finally launches with
rails s:
=> Booting WEBrick
=> Rails 3.0.7 application starting in development on http://0.0.0.0:3000
=> Call with -d
2010 Mar 05
1
WEBrick 500 error only with https
I have an application i''m installing on my application server. I''ve
been
using WEBrick and for now i''d like to just keep using it working in
prototype development mode. This works fine on my development machine
using both http and https, where the host is ''localhost'' (ports
3000,3001). It also works fine on the application server http port
3000.
The
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 --
2006 Jan 24
2
webrick and in_place_editor_field
I''m having a strange problem with webrick spinning forever. I have a
view ''list'' that renders a collection:
<%= render :partial => ''item'', :collection => @items %>
The item partial looks like so:
<div id="item_<%= item.id %>">
...
<div id="price">
<%= in_place_editor_field :item, :price
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.
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
2005 Jul 07
0
Webrick
Is Webrick still under active development? The reason I ask is that
the repository links on the website for Webrick don''t work anymore. (
http://www.webrick.org/ ) I am just curious because I''m planning to
do some large file uploads with RoR via Webrick.
Thanks.
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
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 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:
2009 Aug 13
0
Service can not start
I have tried WEBrick.
[root@localhost ltw]# ruby script/server WEBrick
=> Booting WEBrick
=> Rails 2.3.3 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2009-08-13 23:55:14] INFO WEBrick 1.3.1
[2009-08-13 23:55:14] INFO ruby 1.8.6 (2008-03-03) [i686-linux]
[2009-08-13 23:55:14] WARN TCPServer Error: Address already
2010 Nov 02
0
Can't use paperclip plugins
development env:
Ubuntu 9.04
ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
rails -v
Rails 3.0.0
gem -v
1.3.7
Here what I did:
rails new testpaperclip -d mysql
cd testpaperclip
rake db:create
rails g scaffold user name:string address:string
rake db:migrate
== CreateUsers: migrating
====================================================
-- create_table(:users)
->
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
2013 Dec 24
1
OT - Merry Christmas and a Happy and Prosperous 2014
Dear Ladies and Gentlemen how are you?
I would like to wish everyone and all their families, may God continue to
bless and always illuminating your steps, that this Christmas the joy of
our Lord Jesus invade your home and participate in their family on this
Christmas.
May God bless you always!
Merry Christmas and a Happy and Prosperous 2014.
With Best Regards!
Josue
-------------- next part
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
2004 Nov 25
1
urgent
Hello,
My name is Mrs. Jennifer Wilson i am a dying woman who have decided to donate what i have to you/ church.I am 59 years old and i was diagnosed for cancer for about 2 years ago,immediately after the death of my husband, who has left me everything he worked for.
I have been touched by God to donate from what i have inherited from my late husband to the you for the god work of God,rather
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
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