Top "Thin" questions

Thin is an EventMachine-based web server written in Ruby for running Rack-based web apps.

Is puma the ONLY multi-threaded rails 4 http server?

I've gotten our stack converted to Rails 4 (yea!) and I'm looking to take advantage of the thread-safe code. Puma works …

ruby-on-rails multithreading ruby-on-rails-4 thin puma
how to specify query string in url with apache bench

My rails application is running on thin server which i want to benchmark using apachebench the command am using is …

ruby-on-rails apache thin apachebench
Sinatra: Undefined method bytesize for Hash

I'm creating a Sinatra app that takes an uploaded CSV file and puts its contents in a hash. When I …

ruby hash sinatra thin webrick
Passing options to rackup via a Sinatra application

I'm new to ruby, learning Sinatra. While creating a Sinatra site by requiring 'sinatra' and setting up the routes directly …

ruby sinatra rack thin rackup
Can't start thin server as service, RubyGems: Could not find thin

I used the following instructions to install and configure the Thin server as a service on Ubuntu 10.04.4 with Rails 3.2.3: http://…

ruby-on-rails thin
How to make Thin run on a different port?

I've a very basic test app. When I execute this command the server ignores the port I specify and runs …

ruby linux sinatra thin
Why would I want to use unicorn or thin instead of WEBrick for development purposes?

I've recently found that some people prefer using unicorn_rails instead of the default WEBrick as a web server for …

ruby-on-rails thin webrick unicorn
Thin vs. unicorn for development mode on Mac?

I'm shocked that this question hasn't been asked already, but I swear I looked everywhere. Are there advantages of thin …

ruby-on-rails-3 development-environment thin unicorn