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.开发者_JAVA百科8.x, because of the Ruby 1.9/Rails 2.3.4 problem
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.
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 am using the acts_as_a开发者_StackOverflow社区udited gem with my application. (Excellent gem to keep track of changes of model objects)
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:
开发者_运维问答I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
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/