thin
Run thin webserver as a windows service
i\'m trying to deploy in production Redmine application. I heard that thin is the fastest ruby on rails webserver so I installed it. Now I have a really simple problem: i must start it every time i re[详细]
2023-01-28 22:50 分类:问答Running Rails apps with thin as a service
I am trying to run thin as a service on my web server.After running \"sudo thin install\", thin created the following file in /etc/init.d/thin[详细]
2023-01-26 20:37 分类:问答Rails: explicitly tell rails the port it's running on
I\'ve got the following problem. I want to explicitly tell rails the port it is running on, so that the _url helper will use that port instead开发者_开发问答 of the autodiscovered port.[详细]
2023-01-25 06:34 分类:问答Rails and ip-spoofing
I have small application on Rails 2.3.2, served with nginx+thin(127). OS FreeBSD 7.1, DB - Posgresql. Twise at this week my app has fall.[详细]
2023-01-23 23:19 分类:问答Rails 3 Encoding::CompatibilityError
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:[详细]
2023-01-23 04:39 分类:问答Rails: remove port from _url helper
When calling the _url helper in rails it will return host+port+path so for example photo_url will return[详细]
2023-01-22 18:41 分类:问答WEBrick alterative for Rails 2.3.8?
I\'m a Rails newbie, and I was initially using NetBeans + JRuby to make Rails apps (was using JRuby because it was a quick start - I don\'t need to interface with any Java libs).[详细]
2023-01-22 03:41 分类:问答Rails - bundler error when using thin
I started using bundler and have some problems getting it working. I have the following gemfile: source \"http://rubygems.org\"[详细]
2023-01-21 12:04 分类:问答how to implement thin client app with pyqt
Here is wh开发者_高级运维at I would like to do, and I want to know how some people with experience in this field do this:[详细]
2023-01-11 23:42 分类:问答Varnish + Rails causes invalid authenticity tokens in development
Here is my situation. I am testing out Varnish on my local box (I\'m doing some stuff related to page caching that would be a big pain to push to staging every time). Everything works fine, except whe[详细]
2023-01-10 18:47 分类:问答