Top "Rubygems" questions

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

RVM Bundle Install Missing Gem Error even though gem is installed

I'm getting the following error even though I currently do have the Bundler gem installed (it appears when I run $…

rubygems rvm bundler
Ruby : How to write a gem?

I'd like to write a package for Ruby and make it available as a gem. What are the tools, steps …

ruby rubygems
What the difference between mysql and mysql2 gem

I used to work with the mysql gem, but often nowadays I hear about the mysql2 gem. Also, it is …

mysql ruby-on-rails ruby rubygems
Nokogiri error when running bundle install

Trying to get a cloned Rails app running. When running bundle install I get this error: Using mini_portile (0.5.0) Installing …

ruby-on-rails ruby rubygems nokogiri rbenv
How can I remove a default gem? ! want to uninstall a gem 1.7.7 version of json

I have the same rails app in OSX and Ubuntu, I want to use Zeus to speed up my rspec. …

ruby-on-rails rubygems default
When a gem fails, where do I find the mkmf.log file?

Can't find the 'libpq-fe.h header ** extconf.rb failed ** Could not create Makefile due to some reason, probably lack of …

rubygems
Nokogiri 'Failed to build gem native extension' when I run bundle install

I'm running bundle install and I'm getting this error: Building nokogiri using system libraries. Gem::Ext::BuildError: ERROR: Failed to …

ruby-on-rails rubygems bundle nokogiri
How do I install Ruby gems when using RVM?

I set up RVM and used it to install Ruby and a few other libraries. As I was going through …

ruby-on-rails ruby ruby-on-rails-3 rubygems rvm
Error Installing Jekyll - Native Extension Build

I'm having some trouble installing jekyll. Can't quite figure out how to patch the missing link. I think it's an …

ruby macos rubygems installation jekyll
RVM Ruby 1.9.1 install can't locate zlib but its runtime and dev library are there

Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora). After doing rvm install 1.9.1, the rubygems …

ruby rubygems zlib rvm