0
votes
0answers
20 views

Debuggin Rails application in production mode without rebooting system

I am working on a very complex system which has a setup that goes like this. 1. Master Web Server Running a rails application which is actually 5 different rails application installed using chef. ...
3
votes
2answers
153 views

404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI on nginx/passenger

We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointing ...
0
votes
0answers
61 views

Haproxy + Nginx + Unicorn - Not serving static assets with SSL

I was trying to make my Rails website serve all the web-pages and assets with both, http or https, but what happens is that when I enter in https mode it is being redirected to http and the assets are ...
2
votes
0answers
23 views

Ajax Popup Windows not loading while configuring ssl

I am working with Ruby on Rails,Using nginx as web server and unicorn as application server. I tried to configure ssl for my application and Its works perfectly. The nginx configuration I used is ...
4
votes
1answer
60 views

Rails: https:// for a specific URL

I am developing an e commerce site. Working on Ruby on Rails.Nginx is using as web server and unicorn as application server. In my application I want to implement ssl only for the payment page,means ...
0
votes
1answer
44 views

Using Rails 3, Unicorn & Nginx, How do I get access to the host for a subdomain

My rails app toggles functionality based on the subdomain e.g. blah1.mysite.com & blah2.mysite.com I want to access the subdomain in my rails controller by using request.host but the host is ...
0
votes
1answer
48 views

monit does not find the unicorn worker in production server

I'm using this gem for deploy kapify. This is my unicorn config: unicorn config unicorn.rb.erb unicorn_init.erb I have in my deploy: server "111.111.111.111", :web, :app, :db, primary: true set ...
0
votes
0answers
17 views

rails 3.0.3 - why are there so many sessions created without user id?

On my rails 3.0.3, I see sessions created every few seconds, without a user id. rails 3.0.3 nginx with passenger I have cleaned the sessions with db:session:clean and new sessions continue to be ...
0
votes
1answer
47 views

how to Handle Subdomain in rails with unicorn, and nginx

I followed a simple railscasts episode on multitenant now all tenants in my app enters their subdomain which works locally on my dev syatem but wen i try this same process on my vps system, the ...
0
votes
1answer
141 views

Assets not loading in production for rails app

The current app I am running is working just fine in production on its ubuntu server. But now I've had to configure a Red Hat Enterprise Linux 5.5 server to deploy the app to and I am running into ...
0
votes
0answers
41 views

Passenger always reads production settings from database.yml

I have deployed my rails 3 app using nginx and passenger on my test server where RAILS_ENV is set to test. I have also added rails_env test; to the server block in my nginx.conf. But still passeneger ...
1
vote
1answer
67 views

nginx cannot load such file — rubygems/path_support

I'm under nginx + passenger + rails 3.2.1 and when i try to start my app i get cannot load such file -- rubygems/path_support the output of gem environment is RubyGems Environment: - RUBYGEMS ...
2
votes
1answer
310 views

Bad gateway errors at load on nginx + Unicorn (Rails 3 app)

I have an Rails (3.2) app that runs on nginx and unicorn on a cloud platform. The "box" is running on Ubuntu 12.04. When the system load is at about 70% or above, nginx abruptly (and seemingly ...
0
votes
3answers
218 views

Unicorn doesn't run in production mode

I am running stack nginx+unicorn+rails 3.2 When I am running bundle exec unicorn_rails -c config/unicorn.rb -E development it is ok, and site running well when I am trying start unicorn site in ...
0
votes
1answer
105 views

502 with Unicorn, how can I find the request that is causing workers to timeout?

I have an rails/nginx/passenger stack that I was trying to move to rails/nginx/unicorn. It appears my 30 second timeout is getting hit a bunch of times. Would it be possible to log the request that is ...
0
votes
1answer
40 views

Why do I get a 502 Bad Gateway Error When I Change My Routes File?

Whenever I add a line to my routes.rb file in Rails, the entire site comes back with a 502 Bad Gateway error. This is the line I'm adding: map.connect ...
0
votes
1answer
105 views

Trying to use Passenger/Nginx for my Rails production server, 403 error

I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step, ...
0
votes
2answers
97 views

Moving Rails app to production with nginx

I'm on a VPS. I created a new rails app with rails new rails_app -d mysql. I'm running nginx with passenger. I'm running Rails 3.2.12 and Ruby 1.9.3. In my nginx.conf file I added the following to ...
1
vote
1answer
59 views

Communication between Rails processes

Consider the tic-tac-toe game built with Nginx as a reverse proxy and having multiple Rails backends. Each client sets up a websocket connection with some Rails backends. If two clients playing a game ...
1
vote
0answers
222 views

Rails using Websockets with Nginx and Unicorn?

I am considering implementing chess (which needs websockets) with Rails, and in production deployment using Nginx as a reverse proxy to a bunch of Unicorn processes. In thinking about how to make ...
2
votes
0answers
62 views

In linode production Delayed jobs gets stopped after sometime

I am using delayed_jobs 3.0 gem for email notification in my rails3 app. It is deployed on linode using nginx+capistrano. My linode config is RAM of 512MB and storage space of 24GB. In that two ...
-1
votes
1answer
123 views

Nginx+Wordpress+Rails with wp as a subdirectory [closed]

I have this environment almost working, but permalinks and images are not working. My site is deployed in /var/www/staging-site/current/public; My Wordpress blog is deployed in ...
0
votes
0answers
148 views

502 error nginx + ruby on rails application

Application details : Rails 3.1.0 Ruby 1.9.2 unicorn 4.2.0 resque 1.20.0 nginx/1.0.14 redis 2.4.8 I am using active_admin gem, for all URL's getting response 200, but only one URL giving 502 ...
1
vote
1answer
139 views

Serving multiple Rails apps from a single IP: static assets not found (nginx + Passenger)

I've got nginx and Passenger set up on a VPS to serve two Rails apps from two separate paths. Here's my goal -- to serve each of the Rails apps from separate sub-URIs. 123.123.123.123/app1 ...
0
votes
1answer
74 views

Nginx subdomain down issue

I have two rails app which are running on linode. OS is ubuntu, nginx server. The subdomain instance giving problem. It is getting down just after 1 day. On restarting the server, it is working fine. ...
0
votes
1answer
237 views

Phusion Passenger cannot start Rails application

Any help would be greatly appreciated. I'm trying to run basic Rails apps on my server. I'm running Ubuntu and nginx. Ideally I'd like to be able to still run php apps so nginx+Phusion seems like the ...
1
vote
1answer
149 views

Rails 3 running in subdirectory, assets not found

I'm serving two Rails sites using nginx. Rails1 does not use the asset pipeline but Rails2 does. Rails2 also uses a prefix to differentiate it from Rails1. For example: http://myhost -> Rails1 ...
0
votes
2answers
191 views

How to hide / stop server version in HTTP/1.1 200 OK in rails [ nginx/1.0.6 + Phusion Passenger 3.0.9 ]

Hi in my rails application I am using nginx/1.0.6 , Phusion Passenger to host my rails application. But for the security issue I want to stop the display of headers on public network. Now when I run ...
-1
votes
1answer
77 views

Rails 3 Passenger C Compiler error on Dreamhost VPS [closed]

Running in into the typical: ./configure: error: C compiler gcc is not found error on Dreamhost when I try to run Passenger for the first time on my server. The patch listed here normally works, ...
-1
votes
1answer
75 views

File transfer from server to server

I want to use two servers in my Rails app (with nginx server) - first for web app, second for images. User can upload image in the first server. After upload, image transferred to second server at ...
1
vote
0answers
40 views

Nginx-Passenger (Ruby on Rails) maximum connection?

How much traffic or visitors can a simple Nginx-Passenger (Ruby on Rails) VPS can handle? How to enable it ?
1
vote
2answers
216 views

nginx (+ passenger) doesn't seem to run on port 80 [closed]

I have nginx (with passenger) installed on my user account (via homebrew). For a few hours I thought the thing just refuses to work, as I couldn't get any Rails3 application to respond on a simple ...
0
votes
1answer
388 views

Configure Nginx to work with Rails 3 assets pipeline

I am trying to configure Nginx to be used with Rails 3 assets pipeline. http { passenger_root /home/ubuntu/.rvm/gems/ruby-1.9.3-p327/gems/passenger-3.0.18; passenger_ruby ...
0
votes
0answers
182 views

Nginx not serving precompiled assets in subdirectory

I have a RoR3 server deployed in Amazon EC-2. My assets are precompiled. I ran rake:assets:precompile as a part of my capistrano deployment task. For example: assets/home/separator.png is ...
11
votes
8answers
269 views

3rd Party Script Caching in Rails 3.1

I have a script 3rd party websites are using: /assets/script.js. For obvious reasons, I can't ask them to change the link every time I deploy to point to the latest fingerprinted version of the ...
0
votes
1answer
69 views

Losing current_user with Devise and Nginx

I am logging in user default devise views. I am overriding after_sign_in_path in my application controller. This code prints my user: logger.info current_user.to_json After that I am returning a ...
1
vote
0answers
37 views

HA Server settings for Rails App

We are using Rails 3.2 and Ruby 193 over Nginx and Apache. May I know the best options to provide a HA(High Availablity) setup. Example: 2 servers for MySQL DB, 2 server for Nginx-Passenger with ...
0
votes
2answers
194 views

Installing nginx on Amazon EC2

I need to install Nginx on Amazon EC2. However, a rails server is already running on port 80. I need to: See what server is running Figure out how to stop it Figure out how to start nginx on port ...
0
votes
1answer
329 views

nginx - directory index of … is forbidden, even for chmod 777

I'm trying to run rails app using nginx and unicorn based on Ryan Bates railcast (it's brand new rails new testapp). So first step I want to test nginx only, no unicorn - just to work on index.html ...
0
votes
1answer
151 views

rails serving static asset path which doesn't match precompiled manifest

I've tried reading through many other questions on how to properly configure nginx to serve static assets for rails 3.2 but no matter what I attempt the asset path being loaded by my browser does not ...
0
votes
0answers
64 views

Protecting specific folder of static resources through my nginx.conf

I'm looking to protect a specific folder of static audio files within a rails app that's served using Nginx and Unicorn. I've looked this up my use of location directive in the documentation and ...
0
votes
1answer
46 views

Production issue with random layouts and before_filters

I have a crazy problem that is ONLY happening in production. I cannot duplicate it in development at all. For various reasons I have the following setup: class OrdersController < ...
0
votes
1answer
262 views

rails; wicked_pdf is wicked slow

1.9.2 & rails 3.0.9 wicked_pdf 0.8.0 wkhtmltopdf 0.10.0 rc2 @ /usr/local/bin/ nginx and pow It seems to barely work, if at all, and it's extremely slow when it does. What I've done: after bundle ...
0
votes
1answer
249 views

Error 404 when Rails welcome page tries to fetch rails.png in Nginx + Passenger

I'm using the following configuration: Ubuntu 12.04 desktop i386 Ruby 1.9.3p327 Rails 3.2.9 NodeJS 0.8.14 Nginx + Phusion Passenger I followed these steps: Crate a new Ubuntu virtual machine to ...
1
vote
1answer
890 views

setting up a virtual host with unicorn, nginx and capistrano in rails

I have been able to deploy my rials app into a vps system using nginx, unicorn and capistrano with no errors. Now, i want to deploy another rails app using the same nginx config(the two scripts are ...
0
votes
1answer
129 views

Error installing Phusion Passenger

I've been trying to install Phusion Passenger on my Centos VPS hosting a rails 3 app but I keep getting the following error: Installing Phusion Passenger Standalone... ...
0
votes
1answer
63 views

Changes made in rails app /public directory not reflecting on server

I have an replica of the live app that is deployed on the server. I have made some changes: like inserted 2 css and js files in /public directory that serves my assets and included in the views where ...
0
votes
0answers
91 views

What is the fastest Rails production environment? [closed]

I've read a little about deploying applications with Rails but it is all very confusing, there are so many possibilities. Therefore, I'd like to know (not based on your opinion, but rather on your ...
0
votes
1answer
84 views

Rails can't find asset after page reload

I face a problem with a rails (3.2.6) application on our production server (nginx + passenger 3). After a rake assets:precompile one static page works like a charm but after a few minutes I ...
0
votes
2answers
115 views

Is it possible to run two different Rails apps on the same domain (using a subdirectory)?

I have a game that I developed in Rails 3.1 that I would like to add to my existing Rails 2.3.8 without having to upgrade it. Is it possible to have this 3.1 game app exist on the same domain, ...

1 2 3 4