Top "Webrick" questions

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

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:/…

ruby-on-rails ruby-on-rails-3.2 command-prompt webrick
Library not loaded: libmysqlclient.16.dylib error when trying to run 'rails server' on OS X 10.6 with mysql2 gem

I've been struggling with this for some time. I've installed Rails 3, gem, mysql on my Snow Leopard machine. All was …

mysql ruby-on-rails rubygems webrick
What does "WARN Could not determine content-length of response body." mean and how to I get rid of it?

Since upgrading to Rails 3.1 I'm seeing this warning message in my development log: WARN Could not determine content-length of response …

ruby-on-rails ruby webrick
We're sorry, but something went wrong. - with Rails, Apache, Passenger

I have Rails 3.2.3 with Apache and Passenger. I have a project working in development mode. When I switch the project …

ruby-on-rails apache passenger webrick
Why does Ruby on Rails use http://0.0.0.0:3000 instead of http://localhost:3000?

I am very new to Ruby on Rails so when I tried to follow the official "Getting Started" ruby on …

ruby-on-rails ruby localhost webrick
Access webrick/rails from another computer on local network

I have a rails application running on localhost:3000. I wish to access it from another computer on the same network. …

ruby-on-rails webrick
How to change default port of a Rails 4 app?

I know that I can start a rails server on another port via -p option. But I'd like to setup …

port ruby-on-rails-4 webrick
How to set access-control-allow-origin in webrick under rails?

I have written a small rails app to serve up content to another site via xmlhttprequests that will be operating …

ruby-on-rails ajax cors xmlhttprequest webrick
Webrick as production server vs. Thin or Unicorn?

It seems like it's taken for granted that you must not use Webrick as production server, but I can't really …

ruby-on-rails production-environment thin webrick unicorn
How to set Thin as default in Rails 3

I've been starting Thin with thin -V start in development. However, I would like Thin to be the default instead …

ruby-on-rails ruby ruby-on-rails-3 thin webrick