I\'ve started using nu and I\'m really starting to like the way it managed packages for .net libraries.
So there\'s this great plugin I\'ve gotten used to using in my Rails 2 projects called Bootstrapper. It essentially duplicates the functionality of the seeds.rb file, but I like it because it lets you
I am a Ruby programmer on Windows who trys to switch from Win cmd to Cygwin, but cannot achieve to execute batch files of Ruby gems.
I have configured my Apache installation to run Ruby CGI scripts. I am now trying to run a simple Ruby CGI script that requires a gem.
Im trying to create what will eventually be a rails gem (right now I have the files within the /lib directory) and I need to be able to read/write to and from cookies and sessions.My methods will be c
I am following the instructions at http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard to install ruby 1.9.2 and rubygems 1.3.7
I\'m using an ORM called Ohm in Ruby that works on top of Redis and am curious to find out how the data is actually s开发者_运维问答tored. I was wondering if there is way to list all the keys/values i
I\'m trying to setup a puppet node, but rubygems doesn\'t seem to behave. If I run facter on the cli via it\'s own binary (/usr/lib/ruby/gems/1.8/gems/facter-1.5.8/bin/facter), it works fine, but if
RubyGems is reporting a different ruby version than running ruby --version. Looking for suggestions on diagnosing and fixing this. OS is OS X 10.5.
I\'m working on a set of gems for my application. When installing any of my own gems, the gem program will check rubugems specs (possibly for dependencies). With a verbose flag I can see messages li