Questions tagged [ruby]

Ruby is a general-purpose object-oriented open-source scripting language. It sees a high degree of use in the configuration management space, and is popular for web development due to the high adoption of Ruby On Rails

Ruby is an object oriented programming language that has programmer productivity as one of its design goals. Most people are familiar with it these days as part of Ruby On Rails, a web application framework.

498 questions
0
votes
1 answer

Ruby/Passenger stops working after update to OpenSSL

Someone has run a yum update on the CentOS box (Linux 2.6.28.1-xxxx-std-ipv4-32 #2 SMP Fri Jan 30 09:55:02 UTC 2009 i686 i686 i386 GNU/Linux) that runs a Ruby on Rails app (Redmine) served with Passenger (Phusion Passenger version 3.0.7). As a…
François Beaune
  • 133
  • 1
  • 1
  • 6
0
votes
1 answer

Monitoring queue depth of resque/resque-scheduler

I'm looking for a way to monitor the "queue depth" of my resque and resque-scheduler redis instances. Currently I am using god to ensure the resque and resque-scheduler tasks are running, and I use Scout to monitor my Rails application in general.…
Chris Hart
  • 125
  • 6
0
votes
2 answers

Compiling Error of Ruby 1.9.2 on CentOS

all. I downloaded the ruby source from the offical site http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz. But I got some compiling errors when I did as the README told me: tar -xzf ruby-1.9.2-p290.tar.gz cd…
Robert
  • 261
  • 3
  • 8
0
votes
1 answer

Installing latest stable ruby (1.9.2 p290) with apt-get

This is on a debian server. But is this possible?
Jeremy Smith
  • 135
  • 3
0
votes
2 answers

Unicorn retains same PID when receives USR2?

So, I've been playing with a unicorn deployment on my personal server. There are a variety of reasons behind this - one of them being that I didn't particularly want to have to compile my own version of nginx in order to get phusion passenger. (I…
Matt Farmer
  • 141
  • 8
0
votes
1 answer

Hosting for a Ruby on Rails application

I am a Ruby on Rails developer and I am planning to purchase an hosting space in order to publish my web application (I'm developing a small Social Network). This is my first time that I try to deploy a Ruby on Rails application, so I am not expert…
Backo
  • 101
0
votes
1 answer

Mac terminal unix questions. Trying to install showoff.io

I installed the gem according to the instructions at showoff.io, but when I try to run show 8888 it doesn't work and I get -bash: show: command not found In their faq, they mention running gem contents showoff-io if that happens, but I don't…
dot
  • 103
  • 2
0
votes
1 answer

/usr/bin/env: ruby1.8: No such file or directory

Problem Trying to setup CI Joe (https://github.com/defunkt/cijoe) and I get the following error: /usr/bin/env: ruby1.8: No such file or directory What I'm doing CI Joe is run as www-data, and the command I'm running is RAILS_ENV=test bundle exec…
sandstrom
  • 498
  • 5
  • 11
0
votes
2 answers

Unicorn installation error on Debian 5

I am running ruby1.9 on Debian 5, and did not manage to install 'unicorn' with rubygems. I got this error and do not really know how to solve it. Do you have any idea of the possible root cause ? > gem install unicorn Building native extensions. …
Luc
  • 518
  • 3
  • 5
  • 21
0
votes
2 answers

Do I need to install nginx during the passenger installation

I am trying to install Passenger for Nginx: $ gem install passenger $ passenger-install-nginx-module During the installation Passenger want to compile and install Nginx. Is it necessary step? I have checked my installation and found that I have…
ceth
  • 526
  • 1
  • 7
  • 16
0
votes
3 answers

Is there a reliable RPM source for Redhat for Ruby 1.8.7?

I have looked but I am unable to locate a good RPM source for the latest 1.8.X release of Ruby. Is there one out there? This is going on a server to run some admin scripts and not to host Ruby based websites so it is not mission critical, but the…
Treffynnon
  • 249
  • 4
  • 12
0
votes
1 answer

"Options ExecCGI is off in this directory" When try to run Ruby code using mod_ruby

I am on Ubuntu, Apache 2.2 Installed the fcgi via apt-get then removed it via apt-get remove. Installed mod-ruby configuration I added to Apache: LoadModule ruby_module /usr/lib/apache2/modules/mod_ruby.so RubyRequire apache/ruby-run …
0
votes
2 answers

Setup Apache to run the same site, some parts with Django and some parts with RoR

I want to setup a website, say http://example.com so that requests to http://example.com/a/<...> would run on a RoR app and http://example.com/b/<...> would run in a Django app. Is it possible to configure Apache this way? How? Would it be better to…
donatello
  • 746
  • 1
  • 9
  • 16
0
votes
2 answers

Does amazon have an official Ruby client to manage ec2, s3, etc?

I like how rackspace has: http://packages.python.org/python-cloudservers/index.html Is there something simliar in Ruby for aws?
Blankman
  • 2,891
  • 10
  • 39
  • 68
0
votes
2 answers

Can't remove RubyGem in Ubuntu

I ran this command: gem --version 1.3.5 I found it to be kind of strange since I didn't specify which gem I was asking about. I am trying to install the rails gem like this: gem install rails ERROR: Error installing rails: bundler requires…
Genadinik
  • 1,103
  • 4
  • 19
  • 39