RubyGems is a package management tool for the Ruby programming language. It allows users to download and update Ruby libraries, and provides automatic dependency resolution.

learn more… | top users | synonyms

341
votes
7answers
54k views

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

I don't use RI or RDoc from the gems I install in my machine or in the servers I handle (I use other means of documentation), but every gem I install comes with RI and RDoc by default and I forget to ...
222
votes
5answers
49k views

How to remove rvm (ruby version manager) from my system?

How can I remove rvm (ruby version manager) from my system?
197
votes
11answers
86k views

Uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)

When I want to create a Ruby on Rails project, I get the message below. /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:55: uninitialized constant ...
116
votes
3answers
61k views

How can I install local gem?

If I download a .gem file to a folder in my computer, can I install it later using gem install?
114
votes
15answers
80k views

Installing mysql2 gem for Rails 3

I am having some problems when trying to install mysql2 gem for Rails 3. When I try to install it by issuing "bundle install" command or "gem install mysql2" it gives me following error "Error ...
110
votes
16answers
48k views

Library not loaded: libmysqlclient.16.dylib error when trying to run 'rails server' on OS X 10.6 with mysql2 gem

I've been struggling with this for some time. I've installed Rails 3, gem, mysql on my Snow Leopard machine. All was going well until I created my first project and tried to run rails server Upon ...
109
votes
5answers
17k views

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 and pitfalls ? Are there any good tutorials, screencasts, etc., which helped you learning how to do it ? ...
103
votes
18answers
35k views

Invalid date format specification in gemspec

I am getting the following error when I try to use gems in windows, and I also referred to this stackoverflow post and updated rubygems and rails. But nothing could solve the problem. The following ...
87
votes
15answers
32k views

Invalid gemspec because of the date format in specification

When I include a gem that I made, thanks to Bundler (version 1.0.12), in a Gemfile and then I try to bundle or to rake just like that: $ rake I've got this error message: Invalid gemspec in ...
72
votes
4answers
28k views

How do you downgrade rubygems?

I have rubygems 1.3.1 installed but I want to go back to 1.2.0. What's the command to downgrade rubygems?
67
votes
3answers
11k views

Setup RSpec to test a gem (not Rails)

It is pretty easy with the added generator of rspec-rails to setup RSpec for testing a Rails application. But how about adding RSpec for testing a gem in development? I am not using jeweler or such ...
64
votes
9answers
32k views

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-head and Rails 3.05. Responses to similar questions recommended installing ...
62
votes
5answers
35k views

The 'json' native gem requires installed build tools

I have ruby 1.9.2p180 (2011-02-18) [i386-mingw32] installed on my windows 7 machine. Now I tried to install the json gem using the command, "gem install json" and got the following error. ERROR: ...
60
votes
5answers
20k views

already activated rake error (when not using bundle exec)

This is kinda weird - i do not think i changed any code in this particular application (but i was working on another app and performing some gem updates there) When i started running the rake cron on ...
57
votes
5answers
35k views

How do I use gems with Ubuntu?

I recently upgraded to Ubuntu 9.04 and I have issues using gems. I installed Ruby, Rubygems and Rails using apt-get. The rails command does work. I then installed capistrano and other gems, such as ...
52
votes
2answers
18k views

How can I get RubyGems 1.3.6 on Ubuntu 10.4

I've just installed a new vm (VirtualBox) with Ubuntu 10.4 and Ruby1.9.1. I've got the package for RUbyGems1.9.1 but when I do gem --version I still get 1.3.5.
50
votes
8answers
26k views

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 error logs show that zlib can't be located no such file to load -- zlib ...
50
votes
6answers
14k views

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_connect returned=1 errno=0 state=SSLv3 read server certificate B: ...
50
votes
6answers
20k views

Rails 3 authentication solutions

I poked around StackOverflow and Google, but couldn't find anyone who has put together a comparison of authentication gems or plugins for Rails (I'm looking for something for Rails 3). What ...
48
votes
7answers
12k views

Bundler throws uninitialized constant Gem::SilentUI (NameError) error after upgrading to Rubygems 1.5.0

I ran gem update --system to update to Rubygems 1.5.0 and after every time I run any bundle commands I get: rvm/gems/ruby-1.8.7-p249/gems/bundler-1.0.9/lib/bundler/ui.rb:56: uninitialized constant ...
47
votes
19answers
18k views

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 $gem list). ERROR: Gem bundler is not installed, run `gem install bundler` first. ...
47
votes
5answers
4k views

How do RVM and RBEnv actually work?

I am interested in how RVM and RBEnv actually work. Obviously they swap between different versions of Ruby and gemsets, but how is this achieved? I had assumed they were simply updating symlinks, but ...
45
votes
2answers
4k views

What is the difference between ~> and >= when specifying rubygem in Gemfile?

I often see the following notation(~>) in Gemfile. gem "cucumber", "~>0.8.5" gem "rspec", "~>1.3.0" I know the sign (>=) is just greater or equal to, but what does the (~>) notation mean? Are ...
44
votes
7answers
24k views

How to handle Ruby on Rails error: “Please install the postgresql adapter: `gem install activerecord-postgresql-adapter'”

Running a Ruby on Rails (RoR) app or Ruby code which uses the ActiveRecord framework, you get the error message: Please install the postgresql adapter: gem install ...
43
votes
4answers
30k views

list of all/best gems for Ruby? [closed]

I've been out of the Ruby world for a while (3 years), but I'm coming back for a project. I am now overwhelmed by all the gems available. Is there a list of gems by popularity/best gems? And where ...
40
votes
7answers
9k views

Error installing debugger-linecache in Ruby 1.9.3

I need version 1.0.1 of debugger-linecache for a project, and I am facing the following error when trying to install. trunk ☺ gem install debugger-linecache -v '1.0.1' Building native extensions. ...
40
votes
8answers
15k views

Ruby 1.9.2 and Rails 3 cannot open rails console

[gkaykck@main myApplication]$ rails console /usr/local/lib/ruby/1.9.1/irb/completion.rb:9:in `require': no such file to load -- readline (LoadError) from ...
39
votes
10answers
54k views

MySQL Install: ERROR: Failed to build gem native extension

I'm trying to get MySQL installed to the latest version due to some installation going wrong somewhere along the line. I run the command gem install mysql and I receive the following: Building ...
37
votes
4answers
9k views

Ruby gems, bundler and RVM confusion

I read this question on stackoverflow, before asking it again. Relationships between Rubygems, Bundler, and RVM well, there are many questions like this, but people who answered pretty tell the way ...
36
votes
4answers
23k views

Adding a directory to $LOAD_PATH (Ruby)

I have seen two commonly used techniques for adding the directory of the file currently being executed to the $LOAD_PATH (or $:). I see the advantages of doing this in case you're not working with a ...
36
votes
4answers
5k views

What does tilde-greater-than (~>) mean in Ruby gem dependencies?

What does ~> mean in the context of Ruby gem depenedencies? For example, when opening a legacy project in the RubyMine IDE, I get this message: Gems required for project are not attached: arel ...
34
votes
7answers
6k views

Uninstall all installed gems, in OSX?

There are instances where I would like to revert and uninstall all previous gem installations. For instance, I needed to assist a friend migrate their rails development machine to use RVM. As they ...
34
votes
1answer
4k views

How do Formtastic and simple_form compare?

How do Formtastic and simple_form compare? What the benefits of each ?
33
votes
4answers
19k views

uninitialized constant Rake::DSL in Ruby Gem

I have been working on updating my gem (whm_xml at https://github.com/ivanoats/whm_xml_api_ruby ) to make it work with ruby 1.9.2, latest rubygems, latest bundler, latest rdoc, latest rake. It works ...
32
votes
16answers
4k views

What are the “Must Have” Ruby Gems [closed]

I am relatively new to ruby, and I've been amazed with some of the Gems available. Sinatra comes to mind (one of the simplest ways to create working RESTful interfaces I've ever seen). So I was ...
30
votes
43answers
6k views

Most useful Rails plugins, Ruby libraries and Ruby gems? [closed]

I have seen many sites which provide the whole list of Rails plugins, Ruby libraries and Ruby gems, but we hardly use few of them and some may not suit our requirement and we spend a whole lot of time ...
30
votes
8answers
11k views

Can't find the PostgreSQL client library (libpq)

I'm trying to install PostgreSQL for Rails on Mac OS X 10.6. First I tried the MacPorts install but that didn't go well so I did the one-click DMG install. That seemed to work. I suspect I need to ...
30
votes
2answers
13k views

Dumping all key/value pairs in a Redis db

I'm using an ORM called Ohm in Ruby that works on top of Redis and am curious to find out how the data is actually stored. I was wondering if there is way to list all the keys/values in a Redis db. ...
30
votes
5answers
10k views

Ruby Geolocation Gem/Plugins

What are the available (best) ruby IP-based geolocation gem/plugins? How do they compare to one another in terms of functionality, performance and ease of use (e.g. do they interact with a web ...
29
votes
3answers
9k views

Ruby: problem installing EventMachine under Windows 7

I am trying to install the gem EventMachine on Windows 7 (using Ruby 1.9.2 with RubyInstaller) via bundle, but I get the following error. I also installed DevKit and it is working, but I still can't ...
29
votes
1answer
18k views

'sudo gem install' or 'gem install' and gem locations

running 'sudo gem list --local' and 'gem list --local' gives me differing results, my gem path is set to my home folder and only contain the gems from 'gem list --local'. So it's probably not good to ...
29
votes
5answers
4k views

foreman only shows line with “started wit pid #” and nothing else

When I run foreman I get the following: > foreman start 16:47:56 web.1 | started with pid 27122 Only if I stop it (via ctrl-c) it shows me what is missing: ^CSIGINT received 16:49:26 ...
28
votes
2answers
8k views

What the difference between mysql and mysql2 gem

I use to work with mysql gem, but often nowadays I hear about mysql2 gem. Also it is included into Gemfile by default in Rails 3.0.x. What is the difference and advantages of using mysql2 gem?
27
votes
10answers
27k views

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 PATH to include DevKit... Building native extensions. This could take a while... ...
27
votes
6answers
19k views

I have a gem installed but require 'gemname' does not work. Why?

The question I'm really asking is why require does not take the name of the gem. Also, In the case that it doesn't, what's the easiest way to find the secret incantation to require the damn thing!? ...
27
votes
2answers
6k views

How to remove installed ri and rdoc?

How can I remove the ri and rdoc of installed gems? Thanks
26
votes
6answers
21k views

MySQL - Failed to build gem native extension

I am using Fedora 14 and I have MySQL and MySQL server 5.1.42 installed and running. Now I tried to do this as root user: gem install mysql But I get this error: Building native extensions. This ...
26
votes
6answers
17k views

How do I install Ruby with libyaml on Ubuntu 11.10?

I installed ruby-1.9.3-p0 on my Ubuntu 11.10 wubi and then rubygems to get Rails set up. This is my code: sudo ruby setup.rb I got this error: ...
26
votes
9answers
37k views

no such file to load — rubygems (LoadError)

I recently installed rails in fedora 12. I'm new to linux as well. Everything works fine on Windows 7. But I'm facing lot of problems in linux. Help please! I've installed all the essentials to my ...
26
votes
4answers
16k views

Errors Installing mysql2 gem via the Bundler

I am trying to install the mysql2 gem via the Bundler, but it keeps dying with the following error: ** executing command ...

1 2 3 4 5 79