search for: libgems

Displaying 5 results from an estimated 5 matches for "libgems".

Did you mean: libdeps
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
To install the ruby-augeas gem, I installed rubygems on Debian etch, which lead to: Setting up libgems-ruby1.8 (0.9.0-5) ... Setting up ruby1.8-dev (1.8.5-4etch4) ... Setting up rubygems (0.9.0-5) ... Before this (I mean *immediately* before this) puppet worked fine exceept for not being able to find a provider for Augeas. After this, though: ec2-www1:/usr/src# puppetd -t Failed to load feature t...
2006 Nov 27
0
mongrel - rubygems as local user
...rel_cluster) installed in a user directory - not /usr/local/lib/ruby. I also want the mongrel_cluster to boot on system start, as described in <http://mongrel.rubyforge.org/docs/mongrel_cluster.html> This is on Debian testing distro. Additionally, if I don''t have Debian package libgems-ruby1.8 installed I get errors when trying to use gem. The error in then, when I reboot I get an error from /usr/lib/ruby/1.8/rubygems.rb that RubyGem mongrel_cluster could not be found. Clearly mongrel_cluster_ctl is trying to use the Debian rubygems and not the user directory. Although I...
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends- I am almost finished with a custom live cd called Rubuntu ;-) This is an ubuntu live cd variant that comes preloaded with ruby and rails developers in mind. I already have it working with all the basics but I was wondering what extras people would like to see on this distro. What editors with what configurations? What other tools do people really like for rails development on a
2007 Nov 13
15
require metaparameter and gems
I tried to install the ''mongrel'' gem tonight via puppet in an attempt to migrate from webrick to mongrel as described on the puppet site[1]. I added the following to my manifest: package { "rubygems": ensure => installed; "mongrel": ensure => installed, provider => gem, require => Package["rubygems"]; }
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi, I''ve been doing most of my initial playing with rails on a windows system - but wish to switch to a dedicated linux box for this. Are there any particular distro''s to avoid / recommend. I prefer debian for my other stuff, but thought i''d ask before going ahead. :) Cheers -- Posted via http://www.ruby-forum.com/.