Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
1k views

Do I still need source :gemcutter in Gemfile?

I have a file "Gemfile" in my Rails project root. It says source :gemcutter in the very first line. Do I still need the line? If I'm correct, http://rubygems.org/ is the official source, and Gem ...
6
votes
3answers
7k 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://gemcutter.org: bad ...
5
votes
3answers
3k views

GemCutter rake build now throws “undefined method 'write' for #<Syck::Emitter:…” after updating to rubygems 1.5.0 on ruby 1.9.2 on Windows

I just updated my Windows 2008 Server x64 box to rubygems 1.5.0 and now I cannot build a gem using the rake tasks (rake clobber build) that Gemcutter provides. I get the following error: rake ...
3
votes
1answer
170 views

Removing a gem from GemCutter

I want to delete a gem I uploaded to GemCutter. I couldn't find any commands for this. Some time ago there was a blog post stating gem deletion as an upcoming feature. I haven't seen any further ...
2
votes
3answers
81 views

rails gem programming - How do I try it before pushing to gemcutter?

I'm developing a new gem (fork of nifty-generators). Right now my "deployment" consists on the following: I make changes on the gem's source code I commit to github I update the gemspec lower numer ...
1
vote
1answer
184 views

Storing publicly available gems on my own gem repository

I have a Ruby application (not using Rails) that use my own Ruby gems. I have these gems hosted on a local gem repository server. Some of these gems have dependencies on other publicly available gems ...
1
vote
4answers
611 views

complicated installation spagetti of latest Rails 2.3.5

the basic and, I guess, more rhetorical question is why RoR installation/maintenance became so F%#$ing complicated? Some background of the problem: Platform: Windows XP Ruby version: 1.8.6 A few ...
0
votes
1answer
64 views

gem sources fails with a ETIMEDOUT

gem sources -a http://gemcutter.org Error fetching http://gemcutter.org: Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of ...
0
votes
2answers
174 views

How many times was a Ruby gem installed via `gem install` or `gem update`

I am trying to find out how many times a gem was installed via gem install or gem update. For example, Watir 1.6.2: it was installed 97 times via gemcutter ...