Top "Mongrel" questions

Mongrel is an open-source HTTP library and web server written in Ruby.

Ruby on Rails Server options

The whole issue of setting up a development server for my Ruby on Rails application confuses me. There are WEBrick, …

ruby-on-rails apache passenger mongrel
Cannot assign requested address - bind(2) (Errno::EADDRNOTAVAIL)

I am using rail for teambox at centos 6.3 server, actually this is just a trial and error before applying it …

ruby-on-rails ruby gem mongrel
LoadError running Mongrel with Rails3 and Ruby 1.9.2

I am new to programming (previously only did html/css/design) trying to start learning RoR via the book Simply …

ruby ruby-on-rails-3 mongrel
How to determine type of server on a remote machine

I have a virtual hosting of my Rails web-site and i need to determine type of server, that acts as …

apache networking mongrel
Rails: Unable to access log file

I get the following error when restarting my rails app. I've had this problem before, on another server with another …

ruby-on-rails linux capistrano mongrel
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 …

sinatra rack thin webrick mongrel
Install Mongrel in Ruby 1.9.3

How can I successfully install Mongrel for ruby 1.9.3 Here's the error: Building native extensions. This could take a while... ERROR: …

ruby-on-rails ruby mongrel
How to restart Rails from within Rails?

Ok, so I would like to create an action in Rails to restart itself. I did a little searching and …

ruby-on-rails ruby mongrel
How do you restart Rails under Mongrel, without stopping and starting Mongrel

Is there a way to restart the Rails app (e.g. when you've changed a plugin/config file) while Mongrel …

ruby-on-rails mongrel
Ruby On Rails is slow...?

I'm writing a web application to monitor a furniture factory production flow. It has thousand of data to handle. So …

mysql ruby-on-rails ruby mongrel