thin Questions
4
If I am using a font and don't have the bold version, I could use the tag text-shadow, adding a contour to make the thin font bolder.
But I have only the bold font, and I want to make it thinner....
Invar asked 26/11, 2012 at 3:35
2
Solved
I am attempting to deploy a Sinatra streaming SSE response application on the Cedar stack. Unfortunately while it works perfectly in development, once deployed to Heroku the callback or errback nev...
Alienist asked 24/6, 2013 at 22:7
9
A Rails 3.2.0 app, working fine with Thin web server, both locally and on Heroku cedar stack.
After:
$ git branch work
$ git checkout work
$ rails server
I get:
=> Booting Thin
=> Rails ...
Banebrudge asked 7/3, 2012 at 16:31
5
Solved
I looked everywhere I can find but can't seem to find a solution to this.
I'm using Xcode 4.5.1 on Lion 10.8.2, and am trying to run bundle for a Rails project and it keeps jamming up on this. I'...
Orthography asked 16/10, 2012 at 6:5
3
Solved
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...
Unfinished asked 31/12, 2012 at 15:6
4
I started using bundler and have some problems getting it working. I have the following gemfile:
source "http://rubygems.org"
gem "rack", "~>1.1"
gem 'pg','>= 0.8.0'
gem 'rails','2.3.8'
gem ...
Spoondrift asked 23/10, 2010 at 23:27
3
I am working on a rails app that submits a french translation via ajax and for some reason I keep getting the following error in the log:
Encoding::CompatibilityError incompatible character encodi...
Kaph asked 4/11, 2010 at 1:34
4
Solved
I've recently found that some people prefer using unicorn_rails instead of the default WEBrick as a web server for developing Rails applications.
I understand that if I wanted to use unicorn in p...
Ovid asked 27/3, 2012 at 13:32
5
Thin server has -l option to redirect output to log file (default: log/thin.log). Is there a way like in webrick server the output is always to console (and log/development.log) too ?
Unpin asked 9/11, 2011 at 20:24
1
Solved
9
Solved
I'm learning thin server, by now I can use thin start to fire up the server, but the port is 3000, I should type the localhost:3000 in the browser to get the webpage.
I want to take off the 3000 p...
4
Solved
3
Just wanted to get people's opinions on using Unicorn vs Thin as a rails server. Most of the articles/benchmarks I found online seem very incomplete, so it would nice to have a centralized place to...
Petulah asked 21/12, 2012 at 5:3
2
Solved
I've gotten our stack converted to Rails 4 (yea!)
and I'm looking to take advantage of the thread-safe code.
Puma works in getting up, stopping it appears to be a different problem :(
Is Puma th...
Vespertine asked 27/7, 2013 at 20:56
2
Solved
I've a really weird problem here. I'm using the rack-zippy gem in my rails application and if I start it in development environment without pre-compiled assets it works like a charm. With the -d pa...
Elm asked 7/2, 2014 at 13:43
3
Solved
Why do we need to install nginx with thin on production setup, As thin is itself a web server. Every blog post people are using ruby+rails+nginx+thin?
Steddman asked 5/7, 2013 at 6:28
3
I'm currently developing a web-app, and I alternate between Windows and Mac dev machines for this.
My problem is that pages render extremely slowly on Windows, but it's not my Ruby code running sl...
Chastise asked 28/11, 2013 at 13:24
1
Solved
I'm trying to find a way to bind my production Rails server to port 80 without having to run the entire server with root privileges. My question is basically the same as "Is there a way for non-roo...
Garnierite asked 4/10, 2013 at 21:5
4
Solved
I recently 'upgraded' my app to the cedar platform on Heroku. By default, I am using thin as a web server. But I have always been tempted to use unicorn for concurrency and having my dyno dollar go...
Vary asked 20/3, 2012 at 17:53
1
I have an pretty simple app hosted on EC2 built with Sinatra, served with thin behind nginx. The problem is that with Chrome, the session variables get 'lost' in Sinatra. It does not happen in Fire...
Leatheroid asked 24/10, 2013 at 16:41
2
Solved
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 URI...
Osteitis asked 8/2, 2013 at 17:57
3
Solved
I've a very basic test app. When I execute this command the server ignores the port I specify and runs Thin on port 4567. Why is the port I specify ignored?
$ruby xxx.rb start -p 8000
== Sinatra/...
4
Solved
Does anyone know of a way to run the ruby debugger and SSL at the same time with Thin?
I've been using Thin successfully with Rails 3.0.10.
I start it using rails server --debugger, and I can deb...
Bacchanalia asked 6/1, 2012 at 4:57
1
I get it working with Puma, but with Thin I don't get any stream output and I have to kill the server to stop it. I'm testing using tenderlove's initial example outputing the current time:
http://...
Bron asked 15/3, 2013 at 20:12
2
Solved
Looking at the logs, my cedar app currently runs webrick. Obviously, this is not the best choice for production app.
As noted all over the web, I should use Thin webserver.
But I would still like...
Lille asked 24/12, 2011 at 16:16
© 2022 - 2024 — McMap. All rights reserved.