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
1 answer

Passenger + Apache Ubuntu 10.04 blank logs

I'm trying to host Rails with Apache and Passenger. I've gone through installation guides on both my hosts site and Phusion's Documentation site, but both Apache's and Rails' logs are blank when I go to test it. I've created a fresh Rails app with a…
gcahill
  • 101
  • 2
0
votes
1 answer

Redmine 0.9 on subdomain, (redmine.mydomain.com instead of redmine.mydomain.com/redmine)

I would like to acces to redmine with this url redmine.mydomain.com instead of redmine.mydomain.com/redmine. How can I do it please? Here is my .conf apache of redmine ServerName redmine.mydomain.com DocumentRoot…
0
votes
1 answer

how to install & set up RoR application on shared hosting

I successfully installed redmine.org application under my BlueHost account. I was following the official installation guide without any error. Point #8 says that I can test the installation by running WEBrick web server and accessing it via lynx…
Radek
  • 1,153
  • 4
  • 26
  • 39
0
votes
1 answer

cant install rails in windows when behing a proxy

I am trying to experiment with rails on windows at work. At work we sit behind a proxy I think that is why following command is not working. How can I set HTTP proxy environments from windows command line? C:\>gem install rails ERROR: …
josh
0
votes
1 answer

How do you keep a ruby project running?

I currently have a Redmine installation on a local server for our office to use. The problem is that sometimes, when I run the redmine server using: ruby script/server webrick -e production it will sometime kill the process due to some error. The…
Nikko
  • 255
  • 1
  • 2
  • 5
0
votes
2 answers

What could cause this Java UnsatisfiedLinkError?

The first part of the stack-trace is as follows: "UnsatisfiedLinkError (/usr/lib/jvm/java-1.5.0-sun-1.5.0.19/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory):" Both libawt.so and libmlib_image.so…
user48862
0
votes
2 answers

Nginx, Rails and Passenger

I'm having trouble serving a rails app at a sub uri using passenger and rails. The relevant part of my nginx.conf is as follows: server { listen 80; server_name ~^(.*)\.domain\.com$ ; location /redmine/ { root…
philipk
  • 143
  • 2
  • 6
0
votes
1 answer

Rails 2, authenticity tokens, and monitors

What is the best way to monitor a rails app that is behind a login page? We are currently using Zabbix for all of our monitoring needs, but based on this forum post it doesn't seem like it is currently possible due to the authenticity token that…
user48547
0
votes
1 answer

ASP.NET, PHP and Ruby on Rails applications running on Windows 2008 R2 Server

We are about to get a new Windows 2008 R2 Server for development, testing and also as a "showroom" for clients. We will need to deploy all kind of applications (ASP.NET, PHP and Ruby on Rails for instance). Fortunately, IIS 7.5 is already capable of…
empz
  • 247
  • 1
  • 6
  • 15
0
votes
2 answers

Phusion passenger (aka mod_rails) on OpenSuse 11

I have a VServer with OpenSuse 11 and Plesk runnning. Right now the server runs a php website. I would like also to run a Rails-Application with mod_rails (phusioin passenger). I have installed ruby and rails and also I am trying to get phusion…
server info
  • 157
  • 2
  • 8
0
votes
1 answer

can't stop or restart the thin gem on ubuntu 10.04

I get the below error whenever I try to stop or restart the thin gem on Ubuntu 10.04. Any fix for this? Can't stop process, no PID found in tmp/pids/thin.pid
AnimeCYC
  • 1
  • 1
0
votes
1 answer

What is the maximum number of rails instances a single 256 MB RAM rackspace cloud server can support?

I know it is a vague and ambiguous question. I want to know just out of curiosity. How many instances of a rails app can I host on server with 256 MB RAM [Cheapest option on Rackspace]? Assumptions - The app is very simple with 100-200 CRUD…
Jagira
  • 113
  • 7
0
votes
4 answers

What VPS should I use for my soon-to-launch Rails app?

I'm about to launch my first Rails app, but I haven't yet selected who I'm going to use for my VPS. I'm aware of Linode, Slicehost, and pgrmr as options. Any specific pros and cons about each? What other options should I be aware of?
michaelfairley
0
votes
1 answer

How can I setup my machine so my web application accepts connections from remote machines?

I have a Ruby on Rails web application running on my computer (Ubuntu 10.04) that I'd like to be able to access from a remote machine. My server is mongrel but I have no problem installing another if it helps. How do I set things up so I can access…
Johnny
  • 113
  • 1
  • 5
0
votes
1 answer

Unable to configure Ruby with readline

1) ./configure --prefix=$HOME/.packages --with-readline-dir=$HOME/.packages 2) configure: WARNING: unrecognized options: --with-readline-dir I am trying to setup the most up-to-date version of Ruby on my webhost (I do not have sudo access). Line…
b_d
  • 101
  • 1