Top "Gem" questions

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

gem install cannot download from rubygems.org

When I type gem install sass I get the following error message C:>gem install compass ERROR: Could not …

ruby-on-rails ruby gem installation compass
Why won't the bcrypt ruby gem install properly?

I am trying to encorporate bcrypt-ruby, v. 3.0.1. I enter the gem in my gem file as follows: gem 'bcrypt-ruby', '3.0.1…

ruby-on-rails gem bundler bcrypt bcrypt-ruby
Certificate Verify Failed in "gem install foundation"

Trying to install Foundation after installing nodejs, ruby, and git plus bower. I keep getting the following error and I …

ruby gem installation zurb-foundation
mysql2 gem in gem list but getting project can not find gem

I am currently building a RoR project that requires the mysql2 gem. I successfully installed the gem. Because it is …

ruby-on-rails ruby gem rubygems mysql2
how to make a gemset in RVM the default?

I'm trying to make a gemset the default whenever I start a new terminal in Mac OS X: rvm use 1.9.3@…

ruby macos rubygems gem rvm
libxslt is missing while installing ruby gem nokogiri

I recognize that this is a duplicate question however all the other answers I've found related to this issue have …

ruby gem nokogiri gitlab libxslt
Gem for Creating a full featured Blog in Rails Application

I need a gem for creating a Blog in my rails Application. We can write a whole bunch of our …

ruby-on-rails gem blogs redcloth
bundler vs RVM vs gems vs RubyGems vs gemsets vs system ruby

I am new to Ruby and trying to wrap my head around following concepts: bundler vs RVM vs gems vs …

ruby rubygems gem rvm bundler
Where to place/access config file in gem?

I am writing my first gem and I'd like specific options to be retrieved and set by the user through …

ruby gem yaml config
Error installing rubyMine, no SDK specified, but it is listed

Getting "Could not install gems:no SDK specified" when trying to run any command such as starting the rails server. …

ruby-on-rails ruby sdk gem rubymine