Top "Thin" questions

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

Cannot install thin on windows

I cannot install thin gem on windows. Something happen during build of native extensions. Do anybody face same issues? Here …

ruby thin
RVM and thin, root vs. local user

So I'm trying to get thin to run as a service with RVM. After a thin install I manually updated /…

ruby sudo bundler rvm thin
Thin vs Unicorn on Heroku

Just wanted to get people's opinions on using Unicorn vs Thin as a rails server. Most of the articles/benchmarks …

ruby-on-rails heroku thin unicorn
Rackup to use Thin instead of WEBrick

New to Sinatra, just development server up and running but rackup is using WEBrick instead of Thin, Thin gem is …

sinatra thin
How to start and stop a Sinatra application using Thin on Windows?

class App < Sinatra::Base def hello "world" end end From documentation I found that I can start the application …

ruby windows sinatra thin
Starting thin server without the thin gem does not work

I am using ruby 1.9.3 and rails 3.2.2. Every time i use the thin server with private_pub gem it does not …

ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1 thin faye
Should I use thin or unicorn on Heroku Cedar

I recently 'upgraded' my app to the cedar platform on Heroku. By default, I am using thin as a web …

ruby-on-rails heroku thin unicorn
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
Thin with SSL support and ruby-debug

Does anyone know of a way to run the ruby debugger and SSL at the same time with Thin? I've …

ruby-on-rails ssl thin ruby-debug
Rails 3 Encoding::CompatibilityError

I am working on a rails app that submits a french translation via ajax and for some reason I keep …

ruby-on-rails utf-8 thin