Webrick is a zero-configuration HTTP server stack chiefly used as the web server for the Ruby on Rails framework development and test environments.

learn more… | top users | synonyms

1
vote
2answers
15 views

Connect to a locally built Jekyll Server using mobile devices in the LAN

After using jekyll serve on one machine, a WEBrick server is set up and the site can be accessed from localhost:4000 on this particular PC. However, I'm wondering how to access this web server from ...
0
votes
0answers
24 views

Webrick ssl server: dots and plus signs in log

I'm testing a webrick server in RSpec, and was wondering, why it always prints out sth like ...............................................++++++ ..............++++++ to my terminal. I extracted ...
0
votes
0answers
39 views

Can't launch server on rails (LoadError)

I can't launch server on rails. I uninstalled and re-installed both mysql and mysql gem. But still I get the same error This is what i get ...
0
votes
0answers
25 views

Ruby CPU spikes to 100% on page load

When running a rails app in development on Mac OS 10.8, we're noticing discrepancies between network response time reported by chrome, and the reported response time by WEBRick/rails. We have an ...
2
votes
2answers
51 views

Webrick or Thin to run (non-ruby) static websites

Since the ASP.NET Development server (VS2012) doesn't let us access URL over LAN (!!) and I don't have rights to configure IIS, I am trying to use WEBrick to launch a static website, to get LAN ...
0
votes
1answer
45 views

Rails noob having trouble with WEBrick and mySQL

I'm very new to rails and am trying to familiarize myself with the framework by following the Rails Essential Training on Lynda.com. Although I thought that I got everything installed properly, I am ...
1
vote
2answers
93 views

WEBrick rails server won't start

Could you please recommend a fix? Remedies I have tried based on other SE questions: run bundle install run gem cleanup run bundle exec rails server run sudo ln -s ...
0
votes
1answer
31 views

Why wont my ruby server load in terminal on os x 10.7

I am currently following an online video from Lynda.com, on Ruby on Rails essentials. I am a beginner in web development an am trying to practice using rails web app framework. So far I have updated ...
1
vote
2answers
37 views

Scaling Puppet - when is too much for WEBrick?

I've found the following at Docs: Scaling Puppet: Are you using the default webserver? WEBrick, the default web server used to enable Puppet’s web services connectivity, is essentially a ...
3
votes
1answer
68 views

Sinatra Restarting Webrick Server after ctrl-c

require 'sinatra' require 'rubygems' class TestServer < Sinatra::Application set :port, 22340 get '/' do "Hello World" end run! if app_file == $0 end Very Simple application ...
0
votes
1answer
22 views

WebRick. Can't shutdown the server

My OS is Ubuntu 10.04. I started WebRick by "rails s" command. But now a can't stop him. I try to stop him using this hotkeys Ctrl + C and Ctrl +Break...but nothin helping...
-1
votes
1answer
69 views

Webrick Rails Server doesn't run correctly

I have spent the last 6 hours fixing issues like modifying the $PATH, installing Gems to finally get everything as it should be. but after I create the project folder with it's components and trying ...
0
votes
3answers
65 views

Error running WEBrick: Can't Connect to MySQL server

Hey I can't figure out what to do to fix this error message. Just started with ruby with rails and trying to get it all set up so I can learn more but and stuck on trying to get WEBrick to work. ...
0
votes
1answer
33 views

Heroku starts Thin but returns error from weBrick - Devise User Create Failure

When a new user registration is attempted I receive a server status code of 500 and no error is logged in Heroku. Here is the received response header: Connection keep-alive Content-Length 728 ...
0
votes
1answer
54 views

Connect to a Rails Server via Ruby using the TCPSocket. Getting “Length Required WEBrick::HTTPStatus::LengthRequired”. Any help please?

I am trying to connect to a Rails server but the response i keep getting is Length Required WEBrick::HTTPStatus::LengthRequired I am using TCPSocket to connect to the server. require ...
0
votes
0answers
22 views

Simple page with WEBrick cannot load images

I am learning webrick and I don't realize why I cannot display content on pages which contain images, the server displays the text only. I looked for on the Internet and here, on Stack Overflow, found ...
0
votes
0answers
44 views

RoR server inexplicably fails

I'm new to RoR. I'm running a 64-bit Ubuntu 10 box. I encounter the following when running a server. root@censored:~/canvas# $GEM_HOME/bin/bundle exec script/server Starting delayed jobs worker ...
0
votes
0answers
109 views

“rails server” not working in Rails 3

I created a rails project and I am not able to start the rails server WEBrick that supposedly comes with rails. This is the error I am getting: ~/Sites ->cd first_rails/ ~/Sites/first_rails ...
0
votes
1answer
31 views

Resque Not Picking Up Jobs

So, I am trying to set up resque and it is a bit of a weird issue. I had it working before, but I don't know what happened. When I run the command: QUEUE=* bundle exec rake resque:work It starts ...
1
vote
0answers
31 views

Start Padrino on different host (virtual)

I start WEBrick server through Padrino by this command: padrino start It listens on localhost, but I would like to use WEBrick virtual hosts to change this behaviour to respond to other hostnames ...
0
votes
1answer
52 views

Rails connection pool size for WEBrick

I am getting ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds (waited 5.000798 seconds). The max pool size is currently 1; consider increasing it.) ...
2
votes
1answer
73 views

How do you choose your HTTP server in Sinatra?

I am running a Sinatra application locally. Ever since I installed Thin, my Sinatra app always uses it as the web server. However, I have been having performance issues with Thin serving the large ...
5
votes
1answer
70 views

Fork WEBrick and wait for start

I have the following code, where a WEBrick instance is forked, and I want to wait till the webrick is started up, before continuing with the rest of the code: require 'webrick' pid = fork do ...
0
votes
1answer
56 views

WEBrick socket returns eof? == true

I'm writing a MITM proxy with webrick and ssl support (for mocking out requests with VCR on client side, see this thread VCRProxy: Record PhantomJS ajax calls with VCR inside Capybara or my github ...
0
votes
1answer
54 views

Rails error serving assets

I am migrating a big site from Rails 2 to Rails 3. When I try to get an asset I get the following error using Webrick: Started GET "/assets/key.png" for 127.0.0.1 at 2013-03-20 11:00:06 -0300 Served ...
0
votes
1answer
138 views

Webrick proxy + cURL returns bad request

I'm going nuts, I have a very simple WEBrickProxy (WEBrick 1.3.1, with Ruby 1.9.3), and I want to try it out with curl. Here is the proxy: require 'webrick' require 'webrick/httpproxy' server = ...
0
votes
0answers
56 views

webrick and active_support (LoadError)

I've CentOS 5.8 x86_64 with RVM installed. Under root I do: 1) rvm install ruby-1.9.2 2) rvm gemset create global 3) rvm gemset use global 4) gem list *** LOCAL GEMS *** actionmailer (2.3.14) ...
0
votes
0answers
58 views

Capybara and Rspec are not showing 404 errors caused by AJAX calls

I'm using Capybara 2.0.2 with Poltergeist 1.1.0, Rspec 2.12.0 and Spin 0.6.0. My problem is that errors like 404 errors are not shown in the rspec output. Since I am using Backbone.js most of the ...
0
votes
1answer
69 views

Ruby on Rails: how to handle wrong encoded JSON string on receive

I have a rails server getting input from an android app. This android app is passing some data to the server in JSON format, but current version of the app does not encode the string to UTF-8, so it ...
0
votes
1answer
35 views

when is webrick different from development.log

Running with a default configuration, I have yet to see an instance where messages appeared in the webrick window but not in development.log or vice versa. Does anyone know of specific messages which ...
0
votes
1answer
74 views

rails webrick httpserver encoding issue

I was trying to open a small and simple http server to share some files on LAN (or online on public IP). On a bit of research i found python -m SimpleHTTPServer does the job but it has horrible ...
1
vote
0answers
229 views

Ruby on Rails - Invalid encoding error

SOLVED: Used rvm to install ruby 2.0.0 and rails 3. After using a newer version of ruby, this problem disappeared. When I run $ rails server locally and try to load any of the static assets in the ...
1
vote
2answers
951 views

server is already running in rails

When I am starting rails server using rails s command it is showing A server is already running. Check C:/Sites/folder/Pids/Server.pids When I open the file it is outputting a 4 digit number only so ...
0
votes
0answers
21 views

Ruby WEbrick + Cookie?

How resolve this? I want set the Cookie and read the Cookie! My code cookie.rhtml: <% Encoding.compatible?("\xa1".force_encoding("iso-8859-1"), "b") %> <!DOCTYPE html PUBLIC "-//W3C//DTD ...
2
votes
1answer
246 views

Page not working Attempt to unlock a mutex which is locked by another thread

I want to start my app and it's still "loading". It worked in the morning, but now it doesn't . I tryied with other ports, switching to a stable branch, restarting computer, but nothing seems to ...
1
vote
1answer
62 views

Ruby error Webrick or CGI?

I have using Webrick + CGI and when I instantiate, returns an error: (offline mode: enter name=value pairs on standard input) irb(main):001:0> require 'cgi' => true irb(main):002:0> cgi = ...
0
votes
0answers
42 views

Getting parameter using .rhtml and webrick?

How do I get the parameter nome from a URL using .rhtml + webrick? My URL is: http://localhost:9876/get.rhtml?nome=darlan This is my .rhtml: <% ...
0
votes
1answer
461 views

Things to know when replacing WEBrick by Thin

I intend to replace WEBrick by Thin on a Rails 3.2 project because WEBrick handles malformed unescaped URIs badly (bad URI error). I know there are config hacks to make WEBrick handle unescaped URIs ...
1
vote
0answers
138 views

rails ssl localhost no respond when http request

I want running rails server on localhost:9292 and that's work fine when access with http:// . but, when I access with https:// that's always result this error : Certificate: Data: ...
0
votes
1answer
276 views

WARN TCPServer Error: Address already in use - bind(2) in linux EC2 and Heroku servers

[2013-01-29 09:17:50] INFO WEBrick 1.3.1 [2013-01-29 09:17:50] INFO ruby 1.8.7 (2012-10-12) [i386-linux] [2013-01-29 09:17:50] WARN TCPServer Error: Address already in use - bind(2) [2013-01-29 ...
1
vote
2answers
52 views

Why won't my css changes show without me restarting WEBrick?

I am doing some simple css edits on a rails 3.2 project and my changes will not show up unless I restart webrick. I came across something saying that it may be using the public/assets directory, but ...
0
votes
2answers
135 views

Rails WEBrick not writing log to terminal (stdout)

WEBrick usually writes its output to both development.log and stdout. However it suddenly stopped doing so and it is not writing to stdout. All we're getting is Booting WEBrick => Rails 3.2.8 ...
2
votes
3answers
130 views

Why WEBrick server is faster in production mode rather in development mode? + Rails

I have been developing ruby on rails application since some couple of months. I use the default WEBrick server to run the applications. And I found that when I start the WEBrick server in the ...
1
vote
1answer
200 views

“Error bad URI” when trying to get WEBrick to accept HTTPS

So I've got a simple Sinatra site: # app.rb require 'sinatra' get '/' do 'Hello world!' end And I can set up rack to serve it over HTTP: # config.ru ...
1
vote
3answers
130 views

rails s command creating new project and gem rails 3 and rails -v conflict

rails s command creating new project inside project directory instead of starting server. I installed rails in my system but it is showing unexpected behavior, as creating project instead of ...
0
votes
1answer
151 views

Running rails server -e production on localhost with config.assets.compile = false breaks Rails Asset Pipeline

I am attempting to migrate our application to use the Asset Pipeline, so i have been testing my changes locally (using the built in Webrick server). My production.rb looks like this: # Disable ...
1
vote
1answer
59 views

Struggling to boot up WEBrick

First a little indication of what I'm running: Operating System: Windows 8 64-bit Ruby version: 1.9.3p362 Rails version: 3.2.11 I've created a new rails project called simple_cms under ...
4
votes
1answer
2k views

How do I kill a rails webrick server?

When I try to start a server via rails s, I get the following error message: C:\Users\Frankie\Documents\stocktracker>rails s => Booting WEBrick => Rails 3.2.8 application starting in ...
1
vote
2answers
252 views

rails server error,mysql

I'm new at programming on RoR. I ran into an error while trying to launch webrick webserver, on simple RoR project, while typing the following code in the prompt command line: "rails server" i got ...
3
votes
2answers
218 views

Why is my rails development environment not reloading on changes to code?

Each time I make changes to code I have to restart the server or it won't change the output. I have tried using thin and webrick. My development.rb file says "config.cache_classes = false". I am ...

1 2 3 4 5 7