Tagged Questions
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
1answer
47 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 ...
1
vote
0answers
269 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
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 ...
3
votes
1answer
598 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 ...
2
votes
1answer
270 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?
...
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 ...
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 ...
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. ...