My productions setup\'s as follows: Ubuntu 10.10 rails 3.1.1 Passenger 3.0.9 Sinatra 1.3.1 Apache 2.2.17 I have tested my app on my development machine without issue but when I deploy to my produc
I make a change on the local server (something obvious, removing a <h1/>). I see it on the local machine. I then commit and push the changes and do cap deploy.
I have a bunch of small sinatra apps, and now I have to publish them under SSL HTTP as well. I have https://secure.mydomain.com/ and I want to publish those apps in subdirectories:
How can I make nginx or passenger respond with the index.html contained in the corresponding directory requested? For example I have a folder called media inside my public directory on my rails app, I
I am using delayed job version 2.1.4 with action mailer 3.0.8 to send my emails in background. UserMailer.delay.newsletter(email)
At work we have a development machine setup much like a production machine. For each project running we use a different user. Until now we only did Java and PHP projects, but now I want to start doing
I use Rack on my server. I use Passenger on my server. I use Capistrano on my server. I do not yet use RVM on my server.
About every 3rd time my app serves a particular update action (two that I\'ve found so far), it bombs out with a \"deadlock detected\" error.
I\'m on Mac OSX. Nginx is install开发者_开发知识库ed in /opt/nginx. How do I uninstall it? Any thoughts? gem uninstall passenger
I have a rails application that i need to be in a subdirectory of an existing application I am trying to deploy this rails application to a sub directory using the help of this link Here is my applic