Questions tagged [rubygems]

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.

It is analogous to EasyInstall for the Python programming language.

RubyGems is now part of the standard library from Ruby version 1.9.

88 questions
0
votes
1 answer

Mac terminal unix questions. Trying to install showoff.io

I installed the gem according to the instructions at showoff.io, but when I try to run show 8888 it doesn't work and I get -bash: show: command not found In their faq, they mention running gem contents showoff-io if that happens, but I don't…
dot
  • 103
  • 2
0
votes
2 answers

Unicorn installation error on Debian 5

I am running ruby1.9 on Debian 5, and did not manage to install 'unicorn' with rubygems. I got this error and do not really know how to solve it. Do you have any idea of the possible root cause ? > gem install unicorn Building native extensions. …
Luc
  • 518
  • 3
  • 5
  • 21
0
votes
2 answers

Sqlite3-ruby installation issue

I'm trying to install sqlite3-ruby gem (or as it's now called, simply sqlite3) and whenever I run gem install sqlite3 it spits this out Building native extensions. This could take a while... ERROR: Error installing sqlite3: ERROR: Failed…
Patrick Gates
  • 111
  • 1
  • 4
0
votes
2 answers

RubyGems: sqlite3 too old, and no sudo

I have an account on a server that is not a super user. Because of this I've used RVM to install Ruby, and I've also installed a few gems. However, the sqlite3-ruby gem does not want to install, since the sqlite3 binary is too old. I've downloaded a…
Grav
  • 115
  • 4
0
votes
2 answers

Installing gem MySQL failed

I'm installing mysql gem on Amazon AMI 2010.11.1 and I'm having the next problem: # gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native…
0
votes
1 answer

How do I host an internal rubygem source?

We'd like to host a rubygems source internally on our own network, because while we do want to use gems as a distribution mechanism, we don't want to publish our gems externally to the company, since the scripts are perforce very specific to our…
Peter Mounce
  • 1,253
  • 5
  • 16
  • 29
0
votes
1 answer

Compiled ruby fails to find curses

I'm attempting to install the sup MUA but I'm having trouble. When I try to run it, it can't find curses: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- curses (LoadError) ... I am…
Hamish Downer
  • 9,420
  • 6
  • 38
  • 51
0
votes
1 answer

Installing Redmine on bluehost

I'm installing redmine on a bluehost server, and thanks to scripts like this one, most of everything is covered (except the RAILS_ENV=production rake config/initializers/session_store.rb step). However, when I try to run redmine, it claims that it…
jobu1324
  • 485
  • 4
  • 9
  • 17
0
votes
1 answer

undefined method `manage_gems`

On my ubuntu 8.04, I did a gem update --system and now everytime i try to run the gem command line from console, i get the error: /usr/bin/gem:10: undefined method `manage_gems' for Gem:Module (NoMethodError) What's going on? My version of…
John
  • 7,343
  • 23
  • 63
  • 87
0
votes
2 answers

gem install rails gives me Error: undefined method include?

I'm using ubuntu 9.10, apache 2 and mysql 5. I install ruby 1.8.7 on the server. I ran the command gem install rails -v 1.2.3 But then I get the error ERROR: While executing gem ... (NoMethodError) undefined method `include?' for…
John
  • 7,343
  • 23
  • 63
  • 87
0
votes
1 answer

Libruby.so library not in default library location

I have installed rh-ruby26 on my machine as a root user and it got installed under /opt/rh/rh-ruby26/root/bin/ruby..when I have tried to execute a script , am getting "error while loading shared libraries: libruby.so.2.6:cannot open shared file…
0
votes
1 answer

Is it possible to forward 127.0.0.1:port to publicip:4567?

I have a ruby server running , based on the following repository https://github.com/BuffaloWill/oxml_xxe I am running Ubuntu without vnc installed. I tried to access the server via my public ip and couldn't proceed with it. I also searched for the…
Joel Deleep
  • 145
  • 1
  • 1
  • 8
-1
votes
2 answers

Passenger ruby on rails error

so i just finished my app and im uploading my projecto to my production server and when i run the command passenger-install-apache2-module im getting this error /usr/local/rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2158:in…
1 2 3 4 5
6