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

15
votes
6answers
1k views

What are the steps needed to create and publish a rubygem of your own?

So you've created a ruby library. How do you create and publish your rubygem? And what common pitfalls and gotchas are there pertaining to creating and publishing rubygems?
15
votes
6answers
4k views

A copy of ApplicationController has been removed from the module tree but is still active!

Whenever two concurrent HTTP requests go to my Rails app, the second always returns the following error: A copy of ApplicationController has been removed from the module tree but is still active! ...
15
votes
3answers
2k views

Gem for oAuth2 Consumer AND Provider functionality in Rails 2.3.5

I'm struggling finding a usable gem which provides the following for a Rails 2.3.5 application: we want to protect out API with oAuth 2; therefore a Controller for creating access/request Tokens and ...
14
votes
2answers
8k views

updating RubyGems on Ubuntu

Does anybody know how to update RubyGems on Ubuntu. The usual way doesn't work: steve@ubuntu:~$ rails /home/steve/www/mynewapp -d mysql create create app/controllers create ...
14
votes
5answers
17k views

Good ruby gem sources?

What good ruby gem sources would you recommend, besides http://gems.rubyforge.org/ and http://gems.github.com/? It seems that RubyForge is missing most of the gems I look for these times...
14
votes
3answers
8k views

Groups in a Gemfile in Rails 3?

In my Gemfile in Rails I have these groups: group :development, :test do gem "capybara" gem "database_cleaner" gem "spork" gem "launchy" end group :bdd do gem "cucumber-rails" gem ...
14
votes
5answers
8k views

Do I have to manually uninstall all dependent gems?

I tried to uninstall datamapper using the command gem uninstall dm-core. But it seems that a whole bunch of dependent gems also need to be uninstalled. C:\>gem uninstall dm-core You have ...
14
votes
3answers
2k views

How to control the version of Chef that Vagrant uses to provision VMs?

A current Chef recipe isn't running because of a bug in version 0.10.10. How can I upgrade the version of Chef that Vagrant uses, to 0.10.12? I don't want to just update it for the current instance ...
14
votes
7answers
16k views

Installed Rails but the rails command says it's not installed

I'm using Ubuntu 9.10 Karmic Koala and Ruby 1.9.1. I installed Rails using sudo gem install rails, which installed all the libraries for me. When I type rails in the terminal it says. The program ...
14
votes
5answers
6k views

Using Gems with MacRuby

How do you use gems from a MacRuby .5 application on Snow Leopard? Do I need to specify the gem path? If so, how do I do this? Best scenario is to package the gems inside the application so the user ...
14
votes
5answers
8k views

“msvcrt-ruby18.dll was not found” with Ruby

When I try to run even simple rails commands such as: rails -h I get a popup error after a few seconds that says: ruby.exe - Unable To Locate Component This application has failed to start ...
14
votes
7answers
7k views

How to handle deprecated gem warning (SourceIndex#all_gems)?

Got this message today after running bundle update: $ bundle update NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01. ...
14
votes
3answers
2k views

Rubygems: How do I add platform-specific dependency?

I've a ruby gem that has different dependencies for each OS. I have to explicitly write all of them down: On Mac OS X: gem install livereload on Linux: gem install rb-inotify livereload ...
13
votes
7answers
8k views

gem install pg doesn't work on OSX Lion

There are variations of this question bouncing around SO, but none of them seem to have an answer that solves my problem. I am running OSX Lion (10.7.3). The latest XCode is installed. I've ...
13
votes
2answers
11k views

bundle command not found in linux debian

When i enter "bundle install" I get the error '-bash: bundle: command not found'. How do I find whether bundler is installed ? gem environment returns the following RubyGems Environment: - ...
13
votes
4answers
3k views

OS X 10.8 - error trying to exec '/usr/bin/i686-apple-darwin11-gcc-4.2.1' - installing json gem

I've just upgraded to OS X Mountain Lion (regretting it already). Having issues with installing the json gem's native extentions. Before 10.8 I had Command Line Tools installed. RVM with Ruby 1.9.2. ...
13
votes
2answers
3k views

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@rails3.2 --create --default That seems to work, the rails3.2 gemset becomes the current gemset: $ ...
13
votes
10answers
3k views

Getting started with rails? Must have gems?

I'm starting work on a project using Rails, but I'm waiting for the 3rd edition of the pragmatic rails book to come out before I purchase a book. Anyway, my question is a bit more pointed than how do ...
13
votes
2answers
10k views

Using Devise with Rails 3. Adding multiple roles?

We are using the devise gem for authentication in a Rails 3 application. We have multiple roles and from the devise stand-point, the roles will differ in terms of confirmation, activation and remember ...
13
votes
1answer
298 views

What's the difference between a gemspec summary and a gemspec description?

When you write a gemspec file, what is the practical difference, if any, between the summary and description fields?
13
votes
1answer
467 views

Memcached rubygem + Rlibmemcached argument error with memcache_mget()

I am getting an exception when using Evan Weaver's Memcached gem (as Memcached::Rails.new) -> (http://github.com/fauna/memcached) and calling get_multi() ArgumentError: wrong # of arguments(2 for 4) ...
12
votes
18answers
1k views

What are the most important things to know about Ruby? [closed]

I am new to the language and I need to know what are the top things that are absolutely necessary to know in order to make a fully functional website or web app using the Ruby programming language? ...
12
votes
4answers
12k views

Ruby gem listed, but wont load (gem in user dir, not ruby dir)

I'm trying to get some gems working on a web-host which supports ruby and some ruby gems, but not some of the ones I need to use. Following the instructions I found here, I kept the original gem ...
12
votes
4answers
8k views

How to find the path a Ruby Gem is installed at (i.e. Gem.lib_path c.f. Gem.bin_path)

Gem.bin_path('cucumber', 'cucumber') Will return the binary/executable's path. It seems there is no such function to return the library path. Which in this case would, ideally, return: ...
12
votes
3answers
1k views

Rails bundler doesn't install gems inside a group

I have several gems including ruby-debug in a bundler group called :development. When I run the bundle command, these gems are ignored and it only installs the gems that are not in any group. How can ...
12
votes
2answers
2k views

Why are gems installed in a 1.9.1 directory when my Ruby version is different than 1.9.1?

When I install a gem, it gets installed in a directory named 1.9.1, despite that not being the version of Ruby I have installed: $ ruby -v ruby 1.9.3p327 (2012-11-10 revision 37606) ...
12
votes
1answer
5k views

Failed to build gem native extension - rails install

I have been installing Ruby on Rails based on the instruction from edX online class. Here is a list of terminal commands, and, where relevant, corresponding output: $ sudo apt-get install ruby1.9.1 ...
12
votes
5answers
6k views

Error installing gems that use native extensions on Ubuntu, Ruby 1.9.2 via RVM

I get an error while trying to install the ffi gem: ~ - 16:54>gem i ffi Building native extensions. This could take a while... ERROR: Error installing ffi: ERROR: Failed to build gem ...
12
votes
2answers
3k views

How do you check the Gem Version in Ruby at Runtime?

Is it possible to check the gem version of the currently loaded gem in a ruby/rails app? During debugging, I would like to be able to do something like: puts RubyGem.loaded_version(:active_support) ...
12
votes
4answers
7k views

Which Facebook Ruby API

Do you have any preferences regarding facebook graph api in Ruby ? My needs are quite basic: beeing able to update my facebook status. I saw several things like: - facebooker - facebooker2 ...
12
votes
1answer
8k views

Git replaced all of my LF with CRLF - How do I fix this?

I just ran a git add -A on my first git project. I got back about a thousand responses: "warning: LF will be replaced by CRLF" as it went through each file (Ruby files, some are gems). I ...
12
votes
2answers
4k views

How can I customize the active admin layout?

I need to customize the active admin layout, but how can I do it?
12
votes
2answers
2k views

Why are we installing Ruby 1.9.2/1.9.3 gems into a 1.9.1 folder?

This comes about because the Gem installation directory used by the gem command, seen when using gem env, is set to something like: <base_ruby_dir>/lib/ruby/gems/1.9.1 My question is why? ...
12
votes
2answers
4k views

require 'rubygems'

I have seen many samples of Ruby code with this line (for example, http://www.sinatrarb.com/). What is purpose of this require? # require 'rubygems' require 'sinatra' get '/hi' do "Hello world!" ...
12
votes
2answers
2k views

Need a KISS tutorial for ruby gem

I need a KISS tutorial that explains how to build a gem, where to store it, how to get it, basically a start to finish framework description of gem development. This is the best I have found: ...
12
votes
3answers
4k views

Any good Ruby console application gems out there? [closed]

I'm digging around trying to find a good set of tools for creating console applications, as most of the settings I expect to be using Ruby in the coming months won't be webapps, but server-side ...
12
votes
7answers
3k views

Rails 3: Autoscaling workers in Heroku

What's the best way to autoscale workers in Heroku using Rails 3?
12
votes
1answer
2k views

Gem and bundler: Adding a development dependency with a relative path

I'm helping on the development of a series of interrelated gems. As such, I don't want them to have a hard dependency on each other, but I do want them to run tests in development that use each other. ...
12
votes
1answer
202 views

Rspec Testing of real time results through mTurk

I am creating hits at mTurk through Rspec test code but at the same time i need to test the results which must be send back from mTurk. In order to save complexity testing for every test i'm using VCR ...
12
votes
3answers
380 views

Why does my gem take so long to load?

I'm developing my first gem called t_time_tracker (woohoo!). All was going great in development; I optomized it as much as I possibly could to cut execution time down to as little as possible: ...
12
votes
3answers
1k views

Eclipse DLTK and Ruby Fast Debugger

I'm trying to debug Ruby scripts with Eclipse (DLTK installed) on a Windows Vista x64 machine and Ruby 1.92 environment. I installed ruby-debug19, ruby-debug-base19, ruby-debug-ide19 gems, but I ...
11
votes
7answers
13k views

Problem installing RMagick rubygem on Centos 5

I'm having problems installing the RMagick rubygem on Centos 5. I've followed the steps detailed in http://rmagick.rubyforge.org/install2-linux.html but when I try: sudo gem install rmagick the ...
11
votes
3answers
9k views

Install Gem from Github Branch?

In my gemfile I have this: gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3" How do I install that as a gem so I can test it?
11
votes
8answers
11k views

How to tell which version of a gem a rails app is using

I'm investigating a rails app - the prod server has two version of a specific gem installed, how can I tell which version the prod app is using?
11
votes
5answers
6k views

Rails 3: Generate unique codes (coupons)

What's the best way to generate unique codes to use as coupon codes? Thanks.
11
votes
2answers
2k views

Can't run rails server after accidentally running $ gem update --system

I ran gem update --system thinking it would solve a problem I was having, and now I can't run rails server. It won't load and instead, I keep getting the following. Can someone tell me how to undo ...
11
votes
8answers
11k views

Failing installing pg gem, “mkmf.rb can't find header files for ruby” (Mac OSX 10.6.5)

I just upgraded to rails3 and had a bit of a mess with macports/gems/databases to sort out. So I threw out all gems to install them fresh. Everything seems to be ok except for the aquirement of the pg ...
11
votes
4answers
13k views

How do I specify local .gem files in my Gemfile?

I have a couple of gem files which I install via gem install xx.gem. Can I tell Bundler to use them? Or do I have to specify the source path?
11
votes
2answers
8k views

Removing all installed Gems and starting over

I recently started learning Ruby and Ruby on Rails, and have watched a plethora of getting started materials. I have been finding lately that I keep getting errors where gems won't install or they ...
11
votes
3answers
17k views

How to install a downloaded Ruby gem file?

How does "gem install" works ? It is not intuitive... My gem is really here : [root@localhost Téléchargement]# ll *.gem -rw-rw-r-- 1 jean jean 16353818 mar 5 11:39 ruby-processing-1.0.9.gem But ...

1 2 3 4 5 80