Questions tagged [ruby-on-rails]

Ruby on Rails is an open-source, MVC web development framework written in Ruby, optimized for programmer happiness and maintaining sustainable productivity. Many things are defined by convention, freeing you from having to re-invent things to stay productive.

Ruby on Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.

911 questions
0
votes
2 answers

High availability open source SQL database solution for Rails application

I'm researching a topic of high availability database for a Rails application. I'm looking for Open Source based solutions. At the moment our system is running on one application host + one db host, which means any of this two goes down I'm in…
0
votes
1 answer

How to setup rails 3 with apache on windows 7

Does anyone have a good tutorial on how to configure Rails 3 with apache on windows?
Antarr Byrd
  • 155
  • 10
0
votes
1 answer

rails app moving to new server; cannot serve app

Both servers are CentOS 5.4 with MySQL, Ruby, Rails, Phusion Passenger and Apache. I simply tar'd the original app as it sat in /var/www and untar'd it on the new server at the same loc. I ran rake db:migrate RAILS_ENV=production restarted httpd…
Detritus Maximus
  • 336
  • 2
  • 4
  • 14
0
votes
1 answer

Unicorn 3 throwing tons of errors (Rails 3.0.3, Unicorn 3.0)

I just tried to upgrade to Unicorn 3.0. I changed my Gemfile and did a bundle install. When restarting my Unicorn I got tons of errors beginning with: Unhandled listen loop exception #
Ulf
  • 387
  • 1
  • 5
  • 18
0
votes
1 answer

Deploying a small Rails app - suggestions?

We've been working on a smallish Ruby On Rails (ruby 1.8, rails 3.0.1) system for our school finals project; during development, we've been testing on a mix of our development machines and a linux server on our LAN, running WEBrick. For deployment,…
snemarch
  • 103
  • 2
0
votes
1 answer

Configuration issue with nginx, passenger & Ruby on Rails "no such file to load -- config/environment"

I recently got a Linode and followed a guide on how to set up Ruby On Rails with Nginx on Debian 5. Everything seems to be setup properly (no errors or issues following that guide). I've uploaded the Ruby application I was working on locally,…
jyoseph
  • 133
  • 1
  • 7
0
votes
1 answer

Rails Site Maintenance/Monitoring

I am setting up a daily maintenance task for my rails app. When the task is complete is sends me an e-mail that summarizes the tasks activity. If you were doing the same, what kind of tasks would your run? What kind of information would like that…
sosborn
  • 103
  • 3
0
votes
2 answers

Capistrano requiring root password to deploy - bad

I'm using Capistrano to deploy to my VPS (ubuntu, on Linode) and it seems to be requiring my root user's password to complete part of the deployment. This is not good as I see it. (I'm rolling with nginx and Passenger.) I have recursively chown'd…
anxiety
  • 111
  • 3
0
votes
1 answer

Logical redirection apache

I'm trying to install a Rails app on company.com/myapp. How I tell Apache to ignore "myapp" from the request string ? Thanks, Mickael. Edit: it does not seems possible wih Rails (Strange!). So I've ask my admin to setup myapp.mydomain.com for me.
MickaelFM
  • 113
  • 4
0
votes
1 answer

Mongrel restarting just one port?

I have a mongrel cluster setup across six ports. I understand how to restart the cluster. It would be nice if I could do plugin testing for our Redmine install and not have to interrupt the teams service for restarting mongrel. I was wondering if…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
1 answer

Sphinx cannot be found on your system (OSX)

I recently installed sphinx, mysql etc. and everything works fine as well. However, I always get the message: Sphinx cannot be found on your system. You may need to configure the following settings in your config/sphinx.yml…
Patrick
  • 361
  • 1
  • 3
  • 11
0
votes
1 answer

Installing redmine on ubuntu 10.10

I ditched my attempts to install redmine on a CentOS machine and instead wiped it and installed Ubuntu 10.10 on it as this seemed to work in a lot of attempts I've seen online. Not for me though.. I get what looks like a compilation error when i go…
Phil
  • 183
  • 11
0
votes
1 answer

How do I get git init to work in my app's directory?

I'm brand new to RoR and am following along a tutorial and am at this step http://railstutorial.org/chapters/beginning#sec:git_setup but I can't get git init to work. I thought I had Git installed per MacBook-Pro:~ capestany$ git --version …
0
votes
2 answers

Server slower for each successive request

Application stack (all using latest stable releases): Ubuntu Apache Passenger Ruby Ruby on Rails After restarting apache (apache2ctl graceful) a page request is pretty fast, some 600 ms. Then, for every request (same page still, just reloading),…
sandstrom
  • 498
  • 5
  • 11
0
votes
3 answers

Can I have a webserver running IIS and Ruby on Rails on the same port?

I would like to know if Ruby and IIS 7 can live together, using the same 80 port in my webserver.
NiceTShirts
  • 101
  • 1