0
votes
2answers
49 views
How to remove a remote source from gem remote sources
I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it.
$ gem sources
*** CURRENT SOURCES ***
http://gemcutter.org
http://gems.rubyforge.org/
0
votes
2answers
35 views
How to find if a gem is a library?
I tried adding a few gems to my Rails app using the config.gem instruction in environment.rb so that when the app gets deployed on a new system, the missing gems issue can be taken …
0
votes
2answers
67 views
Can’t work with more recent gems
Hi all,
I'm working on a university project and my teacher set up the server for it, but after installing Ruby 1.9.x we had to return to Ruby 1.8.x, because of the Ruby 1.9/Rails …
0
votes
1answer
182 views
Preserving JRuby gems between upgrades
When installing one of JRuby's frequent upgrades, I need to re-install my gems, as they normally reside in the jruby install directory.
I know it doesn't have to be this way. Cou …
1
vote
1answer
40 views
Ruby gems repository
I'm trying to set a gem repository on one of our local servers. Here are the steps I'm running, that I've followed from several guides.
1) I create the BASEDIR folder /var/www/ht …
0
votes
3answers
282 views
Can’t install gemcutter as a Ruby Gem source
I'm trying to install the thinking sphinx gem, which is on gemcutter.org
When I run the command
gem sources -a http://gemcutter.org
I get the error:
Error fetching http://gemc …
0
votes
2answers
69 views
Ruby require problem
I'm trying to get the sanitize gem up and running. I've installed sanitize and nokogiri 1.3.3 as required, but when I try and use it in my application_helper.rb:
require 'rubygems …
4
votes
9answers
1k views
Ubuntu noob rails install fails on zlib
Hey all, hope you guys can help; I've followed about every tutorial on the net with no luck.
I've just moved over to Ubuntu 8.10 as my dev box; it's my first serious foray into Li …
0
votes
0answers
14 views
aws-s3 can’t find xml-simple, but in gem list
I'm transitioning to heroku, and need to have AWS-s3 connections to deal with a variety of graphics.
I've installed the aws-s3 gem, but one of its dependencies is not being found: …
1
vote
1answer
40 views
acts_as_audited. How can I add a “comment” column
Hi guys,
I am using the acts_as_audited gem with my application. (Excellent gem to keep track of changes of model objects)
I have been asked to support associating a text comment …
0
votes
1answer
51 views
Best rails plugin for comments?
What is the best plugin or gem for adding comments to the ActiveRecord models in rails?
Maybe there is one with ability to rate each comments with votes +1/-1 (like on youtube for …
0
votes
2answers
63 views
Where should you install gems to with Rubygems for development?
Hi everyone
If you don't install gems with sudo on a mac, by default they will be placed in a directory like
.gem/ruby/1.8/gems/
If you DO install by with sudo, my understandi …
0
votes
3answers
71 views
ruby on rails 1.2.6 and ActiveMerchant
I am trying to run ActiveMerchant gem with old version of Rails (1.2.6). And if I require active_merchant gem i get this error:
config/boot.rb:17:Warning: Gem::SourceIndex#search …
1
vote
3answers
77 views
How to specify rubygems path in environment-less Ruby script?
I've written a data collection script for Cacti in Ruby and it runs fine from the command line but Cacti runs the script via "env -i" which strips the environment so Ruby can't fin …
0
votes
4answers
46 views
require library returns ‘missing file’ message
I have a small application which I created using jeweler. The jeweler generates a lib/ directory, where I suppose to write my code.
This gem I'm creating depends on the httparty g …
