The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
25 views

launchd allowed me to source my .bash_profile and run rvm but now after an os x upgrade this is broken

In the past (March 2013) I was able to run this plist file and source my .bash_profile to get rvm to load as a function and pull in my default ruby 1.9.3 but now the process just uses the system ruby ...
0
votes
2answers
100 views

Can we run Ruby on Rails app and a Wordpress blog in the same server? How?

Im running Nginx on my PS server. It have three Wordpress websites. Im trying to start converting one website into a Rails application. First I will convert only the front page. The other sections run ...
0
votes
0answers
19 views

“Thin” Rails Server - Automatically Startup

I am looking for some ideas on how to start up my "Thin" Rails server automatically, whenever the machine where it resides reboots. The problem is that when the machine reboots, "Thin" needs to be ...
0
votes
1answer
27 views

Rails 3 with Thin Server - Removing Port 3000 from URL

I have a small Rails app currently being served (dev and production) by Thin server on port 3000, on a Debian box that also has apache2 running, serving PHP applications. I am not certain if this is ...
-1
votes
1answer
38 views

pgpool-ii show server as down, but server is running fine

I am using postgres 9.2 with streaming replication. I have 1 master DB and 2 standby DBs, it's hosted on amazon EC2, each has it's own server. On separate server i have pgpool(3.2.3) that does load ...
1
vote
1answer
56 views

Rails AWS Architecture - migrating from single Linode machine to AWS

Our startup has an app that's been in production for nearly a year running Rails/MySQL+MongoDB/Unicorn/Nginx successfully on a single Linode box. We've recently decided to move to AWS for several ...
1
vote
1answer
132 views

IP spoofing attack errors after setting up a nodebalancer on Linode.com

I recently set up a NodeBalancer in front of a Rails 3.2.12 app. The app is served by nginx and Unicorn. All seems to work fine, but I get a lot of errors such as these that I didn't get when I only ...
3
votes
3answers
1k views

Redmine 2.x with gitolite integration [closed]

Has someone here correctly configured Redmine 2.x (I'm using Redmine 2.0.3) with gitolite? If yes, how?
0
votes
1answer
48 views

Duplicate requests with different IPs from client causing duplicate actions in Ruby on Rails 3.2 controller

I have been trying to figure this issue out for a while re-checking my code and searching on the internet, I found some possible answers if the cause was something else but nothing exactly like I have ...
3
votes
1answer
208 views

Unicorn workers dying

Last night at around midnight, our app fell over and I'm trying to determine why. We currently have a nginx front end server and 2 unicorn worker (app) servers on EC2. Pretty much our unicorn workers ...
0
votes
0answers
53 views

Nginx+Wordpress+Rails with wp as a subdirectory

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
2answers
119 views

Install Ruby and Rails on Debian Squeeze

We have a Linux (Debian Squeeze) server in production, currently running apps on a LAMP stack. I now need to bring over an existing RoR app from a different server onto this new server and get it ...
0
votes
1answer
241 views

Errno::ENOSPC: No space left on device in Ruby on Rails

Iam hosting a Ruby on Rails Application on a Linode with 96 GB storage. All the images of my application are stored on amazon and they are fetched from amazon. Thus my linode should have a minimum of ...
1
vote
0answers
81 views

Issue serving static contents securely via nginx X-Accel and rails send_file

I am trying to serve static contents via nginx & rails using X-Accel-Redirect. My actual static content directort located at rails root folder like this rails_root\books. This is my nginx config ...
1
vote
0answers
278 views

How to resolve high CPU + excessive stat(“/etc/localtime”) and clock_gettime(CLOCK_REALTIME) calls

I've been experiencing really high CPU on a ruby on rails app (see stack below) and have been trying to diagnose the possible causes to no avail. Stack: ruby 1.9.3 rails 3.2.6 Apache/2.2.21 ...
0
votes
0answers
111 views

nginx/passenger upstream (passenger) timed out

Rails app running on nginx/passenger. Here's what's in the nginx/error.log. It happens intermittently. Is this a passenger bug or an app issue? 2012/11/05 11:13:47 [error] 549#0: *28 upstream ...
0
votes
0answers
168 views

Passenger connection reset by peer issue

I am new to ruby on rails. I am using passenger 3.0.17 to deploy my ruby 3.2.6 project. My project is working fine but i got 500 internal error when i try to upload files on server. I checked my ...
1
vote
0answers
176 views

How to setup rvm on bluehost? [closed]

I want to deploy rails 3 application on bluhost. Via ssh i did all the setup but the problem i am facing is that on bluehost it showing rails version as 2.3.11 and my rails 3 application has version ...
1
vote
1answer
134 views

Relative path incorrect in the view layer when hosting a rails3 app in a subdirectory using passenger and apache

I want to host multiple Rails apps on a multiple server using sub-directories. And have encountered some relative path problems. I have made a symbolic link to the app's public directory and placed ...
0
votes
1answer
301 views

500 error with deploying rails application via apache2+passenger

I finally completed my own app, so the only work left is deploying the app. I'm using Ubuntu 10.04 and apache2(installed by apt-get), so I'm trying to deploy through passenger. I installed passenger ...
1
vote
1answer
492 views

Rack processes taking over CPU under Passenger

I have a Spree site running the following stack: Nginx 1.0.8 Passenger 3.0.9 Ruby 1.9.2-p290 Rack 1.3.6 Rails 3.1.4 Spree 0.70.5 I recently upgraded from Spree 0.70.3, which also brought a Deface ...
3
votes
1answer
606 views

Can't connect to Ruby on Rails Development Server on Centos 6.3

I've having trouble connecting to my Ruby on Rails development server: When I type in 192.168.0.10:3000 into a web browser on a different the connection just times out. I suspect the problem is with ...
1
vote
1answer
155 views

Showing Directory Root When Launching Rails App Using Apache2 and Passenger

I have done the following in an attempt to host a Rails 3.2.3 application using Apache 2.2.21 and Passenger 3.0.13: Installed gem Passenger rvmsudo passenger-install-apache2-module Added website ...
0
votes
1answer
81 views

Should I create a system user for unicorn server?

When running a Unicorn server on Linux I am debating whether to run the service under a system or normal user. Which one should I use and why?
1
vote
1answer
107 views

iptables - ruby on rails mailer problems

Hey guys i am having issues with my iptables configuration. When i allow all packets my mailer in ruby works. When i deny all and have my rules setup i have issues sending mail. The output from the ...
0
votes
2answers
246 views

Deploying Rails 3 Application on GoDaddy Linux Dedicated Server

I currently have a Linux Dedicated Server hosted through godaddy. How would I go about deploying a rails 3 application on this server? I currently do not have rails installed on the server and I have ...
0
votes
0answers
118 views

Rails 3.2.3 Application Not Launching in Nginx 1.0.15 Using Passenger 3.0.13

I am using a Mac Mini Server running Lion Server 10.7.4. I have Apache 2 installed with no changes made to it. I hope to eventually do all web hosting using Nginx once I learn more about how web ...
0
votes
1answer
118 views

Easy way to launch several rails apps on the server

I have several rails applications on my server. Each application uses its own rvm gemset. I'm using Thin as web server for each application, this servers installs as a gem separately for each ...
1
vote
2answers
613 views

Best Practice: RVM w/ Multiple Nginx-Passsenger Standalone Servers Running One App per Server

I'm wondering what would be the best approach to hosting multiple Rails applications where each application has a different gemset and may possibly use a different version of Ruby. I'm thinking of ...
1
vote
1answer
877 views

Configure SSL and HTTP in nginx with Rails 3.2

I've looked at some examples but I really can't figure out why ssl wont work. My situation: First of all I have a rails application with passenger, the normal application works with nginx, no problem ...
2
votes
1answer
1k views

Setting passenger with Apache virtual hosts?

I am setting up a new server which I intend to host multiple Ruby on Rails applications on. The server is running Ubuntu 10.04 LTS and I have set the Apache virtual hosts up so each application has ...
2
votes
1answer
271 views

Separate server for Resque workers

I'm trying to segment a few servers for a Rails project and part of that is entertaining the idea of isolating Resque workers to their own box. I already have Redis broken out, but is it common to ...
1
vote
1answer
128 views

Co-locating my first server [closed]

I have been running a self-managed dedicated server for a a few years now, and think I'm ready for my first co-located server. I have some questions I hope you can help with. What is the server for? ...
3
votes
1answer
615 views

Should I do a fresh install of PostGreSql?

I had to reinstall a Rails app onto a fresh OSX Snow Leopard installation. I had a hair pulling session just trying to get the pg gem to install properly with Rails. First I installed PgSql 9 through ...
4
votes
3answers
2k views

Install postgresql on fedora 16 for use with Rails3

I'm trying to install posgresql on F16 to work with my rails installation. Using this guide http://wiki.postgresql.org/wiki/YUM_Installation#Initialize But when I run service postgresql initdb I ...
1
vote
2answers
165 views

Whats better, Higher GHz and fewer cores or more cores with lower GHz for a ruby app [closed]

I just finished developing a web crawler that essentially allows users to crawl their site and it informs them on errors through out their site. However my app is very server resource intensive. it ...
0
votes
1answer
340 views

IE Ajax Request times out even though server is responding

This is a repost of the following SO question because I'm pretty convinced that this is a networking/server issue, and not something wrong with my code. ...
-1
votes
2answers
148 views

Request from 10.x.x.x a few seconds after original request

When debugging my Rails application I noticed often when I do a request, about 4 seconds later the same page is requested from a 10.x.x.x IP address. I googled for the IP addresses and if I understand ...
1
vote
0answers
222 views

Ruby on Rails 3 on Windows Server 2008 with Mongrel & Apache. Is it possible?

After reading numerous articles today it's still a bit unclear to me whether or not I can deploy my Rails 3 app to multiple instances of mongrel while using Apache 2.2 for load balancing. I ...
1
vote
2answers
79 views

Should I be THAT concerned over malicious attempts in log?

Whenever I look over at server logs, I run into a bunch of failed fraud/hacking attempts. Mostly just failed attempts to access config files and what not. This is never that big of a issue for me ...
2
votes
1answer
1k views

ActiveAdmin User management

I am new to Ruby on Rails. I am using ActiveAdmin for administration purposes. I have Googled a lot about "how to manage admin users" for example, changing default username password from ...
0
votes
2answers
856 views

Worried that my webserver has been hacked (or compromised) with redirects to 'guide-securesoft.ru' [duplicate]

Possible Duplicate: My server's been hacked EMERGENCY So I am very panicked. I have a Rails application I am building hosted on a VPS for a staging environment. I configured it ...
0
votes
3answers
510 views

Production server setup problems

I'm trying to setup rails 3.0.10 on a Ubuntu VPS server. I'm using postgres 9.0.4, Apache and passenger. When I run my server I get this error: PGError could not connect to server: No such file or ...
0
votes
1answer
129 views

Multiple host on AWS Ec2

I need to deploy multiple Ruby on Rails application on an EC2 AMI on AWS and I need every application to be attached to a domain name I think this first part is all for the Apache web server and ...
1
vote
1answer
114 views

Installing both rails2 and rails3 on the same server

I have a VPS running debian lenny, and I currently am running a Ruby on Rails application that uses Rails 2.3.5. This application works fine by itself, and uses Apache 2.2 with mod_rails. I would ...
0
votes
1answer
689 views

How to deploy Rails 3 on FreeBSD 8?

I'm pretty nooby to FreeBSD and I only have worked before with ROR on Mac OS and Heroku. Now I've got VPS with installed FreeBSD 8 and found it problematic to install ror 3 with mongrel properly. ...