Top "Rubygems" questions

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

How to install CocoaPods?

I referred too many links and tried, but had no success. If any one has an idea then please please …

ios swift xcode rubygems cocoapods
How to install a gem or update RubyGems if it fails with a permissions error

I'm trying to install a gem using gem install mygem or update RubyGems using gem update --system, and it fails …

ruby macos rubygems
How can I install a local gem?

If I download a .gem file to a folder in my computer, can I install it later using gem install?

ruby rubygems
How can I set a proxy server for gem?

I am unable to install SASS through command prompt. I tried below steps c:\gem install sass I am getting …

windows proxy rubygems
Error installing mysql2: Failed to build gem native extension

I am having some problems when trying to install mysql2 gem for Rails. When I try to install it by …

mysql ruby-on-rails ruby rubygems mysql2
Error while installing json gem 'mkmf.rb can't find header files for ruby'

For context, it on a remote server which has a firewall. I'm setting up my environment through a proxy. I …

json ruby rubygems
How to make --no-ri --no-rdoc the default for gem install?

I don't use the RI or RDoc output from the gems I install in my machine or in the servers …

ruby rubygems
How do I update Ruby Gems from behind a Proxy (ISA-NTLM)

The firewall I'm behind is running Microsoft ISA server in NTLM-only mode. Hash anyone have success getting their Ruby gems …

ruby proxy rubygems ironruby
How to find where gem files are installed

I can finds gems that are installed using gem list, but it doesn't show me where the gems are installed. …

ruby rubygems
gem install: Failed to build gem native extension (can't find header files)

I am using Fedora 14 and I have MySQL and MySQL server 5.1.42 installed and running. Now I tried to do this …

mysql ruby rubygems