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
2 answers

Sqlite3-ruby installation issue

I'm trying to install sqlite3-ruby gem (or as it's now called, simply sqlite3) and whenever I run gem install sqlite3 it spits this out Building native extensions. This could take a while... ERROR: Error installing sqlite3: ERROR: Failed…
Patrick Gates
  • 111
  • 1
  • 4
0
votes
1 answer

Is there a Perl/PHP/Ruby/Other webtop-like filemangager platform?

EDIT: Is there a web based file manager / Workspace similar to EyeOS but uses Unix authentication and allows them to edit their files? If that makes sense? Thanks. It'd be awesome if something like this existed if it doesn't...(?)
jaksco
  • 101
  • 4
0
votes
3 answers

ruby 1.8.7 makes and installs on Centos 5.5 but won't run

I've downloaded ruby-1.8.7.p334 ruby-1.8.7.p334.tar.gz from ftp.ruby-lang.org, and decompressed it. When I did ./configure , it complained about no suitable c compiler, so I didyum install gcc. Then I went back to do ./configure make make…
Kevin Jones
  • 117
  • 1
  • 7
0
votes
1 answer

Installing Redmine on Ubuntu 10.04

I'm having some issues installing Redmine on Ubuntu 10.04. I basically ran the following: sudo apt-get install redmine redmine-sqlite redmine-mysql It walked me through things and I configured Redmine to use SQLite 3. Then, using Passenger, I got…
Naftuli Kay
  • 1,708
  • 6
  • 24
  • 44
0
votes
1 answer

Getting "Insecure world writable dir /home/chance " in PATH, mode 040777 for Rails and Gem on Ubuntu 10.10

I've tried this but it didn't work and seemed to be for osx. I have a fresh Ubuntu 10.10 (x64) install with rvm, rails 3 and ruby 1.9.2. I have a new rails app but using either gem or rails results in the following warnings (with lag). $ rails…
Chance
  • 207
  • 3
  • 10
0
votes
2 answers

Install ruby via MacPorts on 10.6.6 ( Checksum error )

I seem to be getting a checksum error, being new to macports and not that great with package mangers in general other then searching and installing. How would I go about getting past this issue? ---> Computing dependencies for ruby ---> Verifying…
jbcurtin
  • 115
  • 4
0
votes
2 answers

RubyGems: sqlite3 too old, and no sudo

I have an account on a server that is not a super user. Because of this I've used RVM to install Ruby, and I've also installed a few gems. However, the sqlite3-ruby gem does not want to install, since the sqlite3 binary is too old. I've downloaded a…
Grav
  • 115
  • 4
0
votes
1 answer

ruby-1.8.6-p144 on Ubuntu 10.04 [RVM]

wopi@wopi-desktop:~/.rvm/src$ cat /etc/issue Ubuntu 10.04.2 LTS rvm install ruby-1.8.6-p114 gives me errors: https://gist.github.com/814261 How I can install it ?
astropanic
  • 307
  • 2
  • 5
  • 18
0
votes
2 answers

Unicorn 3.3.1 and Rack 1.1.0 issues?

I'm upgrading from the Ruby Enterprise Edition 1.8.6 to the latest 1.8.7 version with Unicorn to facilitate an upgrade to Rails 2.3.10, and am running into some issues. Should I uninstall the older versions of these gems? Here's the log messages:…
user41422
  • 131
  • 2
  • 6
0
votes
1 answer

ROR + Passenger: Memory consumption

I am optimizing my VPS where I unfortunately have to run ROR under passenger. I've set it up so that it shutdown all application instances after 1 minute idle time, but there is still substancial amount of memory consumed by the following parts,…
BarsMonster
  • 724
  • 4
  • 12
  • 26
0
votes
1 answer

Passenger on Debian failed with "only ET_DYN and ET_EXEC can be loaded"

I tried to install passenger using rvm and ruby 1.9.2 on my debian lenny/sid today, but i get this error: apache2: Syntax error on line 295 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/conf.d/passenger.conf: Cannot load…
bitboxer
  • 201
  • 2
  • 8
0
votes
1 answer

MySql gem installation failure

I'm attempting to install a mysql gem on my workstation with this command gem install mysql-2.8.1.gem output : > Building native extensions. This could take a while... ERROR: Error installing mysql-2.8.1.gem: ERROR: Failed to build gem…
Ninjanoel
  • 101
  • 1
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

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

Change version of ruby does not work on CentOS

I'm trying to change version of the running ruby on a CentOs machine. -# rvm use ruby-1.9.1-p378 -# ruby -v -# ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux] It is installed (by rvm) and I get no complains when I try to use that version,…
Phil
  • 183
  • 11