Top "Rubygems" questions

RubyGems is a package management tool for the Ruby programming language.

cannot load such file -- bundler/setup (LoadError)

I'm setting Rails 4 application with Ruby 2.0, but I'm getting "Web application could not be started" and get this trace: cannot …

rubygems ruby-on-rails-4 passenger ruby-2.0
How to remove RVM (Ruby Version Manager) from my system

How can I remove RVM (Ruby Version Manager) from my system?

ruby rubygems rvm
How to install gem from GitHub source?

I would like to install gem from the latest GitHub source. How do I do this?

rubygems
Installing RubyGems in Windows

I'm new to ruby. I tried to install Ruby Gems on my PC by following the steps given in the …

ruby installation rubygems
bundle install fails with SSL certificate verification error

When I run bundle install for my Rails 3 project on Centos 5.5 it fails with an error: Gem::RemoteFetcher::FetchError: SSL_…

ruby-on-rails ruby ssl rubygems bundler
List of installed gems?

Is there a Ruby method I can call to get the list of installed gems? I want to parse the …

ruby rubygems
unable to install pg gem

I tried using gem install pg but it doesn't seem to work. gem install pg gives this error Temporarily enhancing …

ruby-on-rails ruby rubygems installation
rmagick gem install "Can't find Magick-config"

I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2…

ruby-on-rails-3 rubygems imagemagick rvm rmagick
Gem Command not found

I have installed gem on Ubuntu 10.10 32 bit with apt-get install gem -y But when I try to run gem install …

ruby linux rubygems
How can I specify a local gem in my Gemfile?

I'd like Bundler to load a local gem. Is there an option for that? Or do I have to move …

ruby-on-rails ruby ruby-on-rails-3 rubygems bundler