Tagged Questions
RubyGems is a package management tool for the Ruby programming language. It allows users to download an update Ruby libraries, and provides automatic dependancy resolution.
123
votes
7answers
22k views
How to make --no-ri --no-rdoc default for gem install?
I don't use RI nor RDOC from the gems I install in my machine or in the servers I handle. (I use other means of documentation)
Every gem I install comes whith ri and rdoc by default and I forget to ...
120
votes
10answers
52k 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 ...
63
votes
2answers
15k views
How to remove rvm (ruby version manager) from my system?
How can I remove rvm (ruby version manager) from my system?
51
votes
5answers
14k views
Bundle / Rake error
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 ...
50
votes
13answers
16k 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 ...
48
votes
5answers
16k 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?
46
votes
4answers
6k 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 ? ...
44
votes
12answers
41k 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 ...
41
votes
3answers
23k 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?
40
votes
2answers
10k 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.
37
votes
9answers
13k 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 ...
36
votes
6answers
16k 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 ...
36
votes
4answers
20k views
Gems and Ubuntu
I recently upgraded to Ubuntu 9.04 and I have issues using gems.
I have installed ruby, ruby gems and rails using apt-get
The rails command do work.
I have then installed capistrano and other gems ...
35
votes
8answers
8k 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 ...
31
votes
4answers
14k 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 ...
30
votes
13answers
23k 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 ...
29
votes
15answers
2k views
What are the “Must Have” Ruby Gems
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 ...
28
votes
5answers
10k 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 ...
26
votes
43answers
4k views
Most useful Rails plugins, Ruby libraries and Ruby gems?
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 ...
24
votes
15answers
5k views
Rails 3 install error: “invalid value for @cert_chain”
I'm trying to install Rails 3 on a new OS X Snow Leopard machine (with dev tools installed), and when I sudo gem install rails, I get the following error:
ERROR: While executing gem ... ...
22
votes
5answers
14k views
list of all/best gems for Ruby?
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 ...
21
votes
2answers
3k 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 ...
20
votes
3answers
2k views
Failed to load remote gems: stack level too deep (SystemStackError)
I have used RubyMine 3.2.1 trialversion for a week now, with no errors at all. But now, when I open RubyMine I get this:
What can I do to fix it? I am using Ruby Version Manager as well.
...
20
votes
7answers
13k 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
...
19
votes
2answers
4k views
rake gems:refresh_specs error on unpacked gems
Following the great advice of Chris Wanstrath, I decided to vendor everything.
However, whenever I run a rake task now I get an error for each of my unpacked gems stating
config.gem: Unpacked gem ...
18
votes
11answers
4k views
strange bundler error: tar_input.rb:49:in `initialize': not in gzip format (Zlib::GzipFile::Error) on bundle pack
i am getting a strange bundler error when running
bundle pack
with bundler 0.9.12
any ideas? (see pastie for a better formatted code: http://pastie.org/881328 )
...
18
votes
4answers
5k 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 ...
16
votes
9answers
5k views
How do I fix Rubygems recent deprecation warning?
I have recently run updates:
gem update --system
gem update
Now, I come with a lot of deprecation warnings each time I load a gem. For example, rails console:
NOTE: ...
16
votes
5answers
14k views
How can I get past “http://gems.rubyforge.org/ does not appear to be a repository” error message
Question 828421 asked similar question, but received only one real answer (update rubygems) and that attempt results in the same error.
Ruby version 1.9.1.p243 on Windows. Included Gem, version ...
16
votes
2answers
7k 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 ...
16
votes
1answer
3k views
What's the best iCalendar (ics, ical) library in Ruby?
I'm looking for a good library to output iCalendar formatted files.
Good time zone support, or (better yet) UTC-only dates is a requirement.
16
votes
6answers
10k 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!?
...
15
votes
7answers
3k views
Phusion Passenger Error: You have activated rack 1.2.1, but your Gemfile requires rack 1.2.2
I'm trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel.
Sometimes when I visit the web app, I get presented with a ...
15
votes
2answers
2k views
Carrierwave or Dragonfly
I have been looking into rails file upload tools and the ones that seemed the most appealing and interesting to me were carrierwave and dragonfly.
From looking around it seems like carrierwave takes ...
14
votes
3answers
480 views
What are the ethics & etiquette of forking someone else's github project to release it as a gem?
I'm doing some spare time coding around CultureGrid. They have a SOLR API to access 1.2m cultural artefacts. I've released a gem to consume their service, but I've got a nice idea about using ...
14
votes
1answer
604 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 ...
14
votes
7answers
32k 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 ...
14
votes
18answers
10k views
Problem installing mysql gem on Snow Leopard: uninitialized constant MysqlCompat::MysqlRes
I've got a problem trying to install the Ruby mysql gem driver.
I recently upgraded to Snow Leopard and did the Hivelogic manual install of MySQL. This all seems to work fine as I can access mysql ...
14
votes
2answers
5k 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
6answers
3k 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!
...
14
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?
13
votes
4answers
1k 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 ...
13
votes
12answers
5k views
How do I freeze gems into a Rails 3 application?
I want to freeze a specific gem into my Rails application.
In rails 2 there was this command:
rake gems:unpack
I can't find that command in Rails 3.
13
votes
2answers
433 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)
...
13
votes
3answers
3k views
including rake tasks in gems
1) Is there a 'best' place for rake tasks inside of gems? I've seen them in /tasks, /lib/tasks, and I've seen them written as *.rb and *.rake -- not sure which (if any) is 'correct'
2) How do I ...
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 ...
12
votes
1answer
135 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
7answers
4k 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.
...
12
votes
3answers
1k 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 ...
12
votes
1answer
2k views