Questions tagged [mod-rails]
48 questions
0
votes
2 answers
Rails application deployed and working, but MySQL database appears empty
I've deployed a Ruby on Rails application using mod_rails and nginx over Capistrano, and it's working perfectly, but I have a baffling problem.
When I run the following command on the server:
SHOW TABLES IN application_production;
MySQL…

Grant Heaslip
- 967
- 2
- 10
- 16
0
votes
1 answer
How to fix a misconfiguration with Phusion Passenger and a VirtualHost directive?
I have done this, can anyone tell me why my Rails application isn't loading?
hack ~ # cd /www ; rails mysite.com ; cd /etc/apache2/sites-available
hack sites-available # cat default
ServerName mysite.com
…

kinesis
- 157
- 1
- 2
- 12
-1
votes
3 answers
says if i develop a Ruby on Rails application using Rails 2.3.2, will that usually be compatible with Passenger on my hosting company?
says if i develop a Ruby on Rails application using Rails 2.3.2, will that usually be compatible with Passenger on my hosting company?
If i ssh to my hosting company and type rails -v, i get 2.2.2... so looks like they might be using Rails 2.2.2.
So…

nonopolarity
- 146,324
- 131
- 460
- 740