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 response Not Found 404 (http://gemcutter.org/specs.4.8)
If I change the above URL to http://gemcutter.org.specs.4.8.gz it finds a file. How do...
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 (http://gemcutter.org/gems/watir/versions/1.6.2)
it is downloaded 4,027 times from http://rubyforge.org/frs/?group%5Fid=104
I have been told that 4,027 does not include installs ...
Hi, 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 dozens gems installed with gem version 1.2.0
Current Rails version: 2.1
I just wanted to update to rails 2.3.5 thinking that I have a mode...
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 from gemcutter (ex: haml, curb).
Would it make sense to vendor/mirror these publicly available gems on my local gem server so that I would...
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 official announcements about this feature.
Please let me know if there is a way to do this.
...
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 (i.e. go from 0.1.1 to 0.1.2)
Build the gem and push it to gemcutter (gem build, gem push)
Install the new gem (sudo gem install mygem)
Th...
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 Cutter was merged into rubygems.org.
...