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
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
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.
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.
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:
When calling the _url helper in rails it will return host+port+path so for example photo_url will return
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).
I started using bundler and have some problems getting it working. I have the following gemfile: source \"http://rubygems.org\"
Here is wh开发者_高级运维at I would like to do, and I want to know how some people with experience in this field do this:
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