thin
How to create a Heroku rails dev environment in actual development mode?
I\'m attempting to mimic, as close as possible, the Heroku deployment environment but in actual development mode for a Rails app.In other words, I\'d like more verbose output from t开发者_开发百科he t[详细]
2023-04-13 00:56 分类:问答how to start and stop Ruby Thin server?
I need to start and stop Thin server programmatically more than one time. I am using the following code:[详细]
2023-04-11 21:08 分类:问答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 already installed, this has to be a simple configuration tweak but I don\'t know where.[详细]
2023-04-11 15:05 分类:问答Rails, Rack:SSL don't work on thin
I want to have https for entire application. I decided to use this gem: https://github.com/tobmatth/rack-ssl-enforcer[详细]
2023-04-04 17:16 分类:问答Enable Browser-Caching for lighttpd/thin
I have the problem that Googles “Page Speed” says that I should enable browser caching. I am usein a lighttpd server as a proxy for different web server on my server. One of them is a rails app (Ru[详细]
2023-04-03 22:14 分类:问答Nginx serves static data very slowly
I host a RoR application behind a nginx reverse proxy and configured nginx to serve directly all static data, without passing it to the RoR app (hosted by Thin server).[详细]
2023-04-02 17:06 分类:问答What are some good ways to make an async web app on ruby these days?
I\'m looking to build a webapp with a WebSocket component, and a run of the mill rack based frontend. M开发者_运维技巧y initial plan was to use Camping for the frontend, running the server on thin, wi[详细]
2023-04-02 01:48 分类:问答Rails 3.1 Asset Pipeline does not work through nginx reverse proxy
I am upgrading a Rails 3.0 application to Rails 3.1, and the asset pipeline is not working in development. I am using thin with an nginx reverse proxy.[详细]
2023-03-29 18:06 分类:问答Rack ssl not working with Thin
I installed rack ssl for Rails 3.07 per these instructions: http://www.simonecarletti.com/blog/2011/05/configuring-rails-3-https-ssl/[详细]
2023-03-29 14:44 分类:问答Java API for xml type with JDBCthin driver
I have been trying to access an xmlType column-table from my java application the whole day and all I found is functions oracle.xdb.XMLType. But sadly I can\'t use those functions since almost all sta[详细]
2023-03-29 05:28 分类:问答