2
votes
1answer
868 views

gem install rails output error in ubuntu

I'm new to this environment and I'm trying to install rails. I installed ruby and checked using rvm list I get ruby-2.0.0-p0 as my current and default. I tried to install rails after installing ruby ...
0
votes
0answers
232 views

Ubuntu problems with ZenTest 4.9.0 [closed]

I've read every post on stackoverflow about this issue, but none seem to answer my question. I am getting the following error message. $ bundle exec rake tests Invalid gemspec in ...
1
vote
1answer
54 views

ruby connect.rb connects to Mongo but irb -r connect.rb fails

I'm learning Mongodb and ruby from the book "MongoDB in Action" I have Mongodb installed ok and have managed to execute a number of commands on it. I might not have ruby installed quite right. I'm ...
0
votes
3answers
145 views

Why do I have to install Rails every time I open a new terminal?

I am having a problem with Ruby On Rails. Every time I open a new terminal and type a Rails command I get this error: rails --version Sorry, command-not-found has crashed! Please file a bug report ...
1
vote
1answer
151 views

Can't install therubyracer-heroku in Ubuntu

I can't install therubyracer-heroku in Ubuntu 12.04. I have seen this error in one or two other places on the internet, but no solution. The command I run is: sudo gem install therubyracer-heroku -v ...
0
votes
1answer
667 views

Installing Ruby 1.9.3 in Ubuntu giving errors

I had to do a lot of juggling when I tried to install Ruby 1.9.3, and it is mentioned in community that ruby1.9.1 is the package to be installed for Ruby 1.9.3. Now, if i run ruby, I get ...
0
votes
3answers
186 views

Cron job can't load gem

I have a ruby script that connects to an Amazon S3 bucket and downloads the latest production backup. I have tested the script (which is very simple) and it works fine. However, when I schedule this ...
0
votes
1answer
281 views

Ruby Installation on Ubuntu is really messed up

I am running Ubuntu 12.04 64-Bit on Lenovo G580 Intel i5 laptop. I started to learn Ruby and RoR just a few hours ago. And then during the tutorials, I checked for Ruby and RubyGems, they were ...
5
votes
2answers
638 views

How do I package a Ruby application for Ubuntu, including its gem dependencies?

I have a command-line utility called Maid that I currently distribute as a RubyGem. I'd also like to distribute it as a .deb package to make it easier for Ubuntu users to install. Right now, Ubuntu ...
0
votes
1answer
306 views

Selenium-WebDriver won't work with proxy

I have a couple of dev machines. One works, the other doesn't. Setup that doesn't work: Host: quad Firefox: 13.0.1 Ubuntu: 12.04 Desktop Ruby: 1.8.7 (2011-06-30 patchlevel 352) RubyGems: 1.8.15 ...
1
vote
2answers
603 views

rackup: command not found

I am currently working on a project that requires the rackup command on ubuntu 11.04, but I am getting an error: -bash: rackup: command not found. I have installed both the rails and rack ruby gems. ...
0
votes
1answer
119 views

Ubuntu on Vbox and Rails — “Please install tilt-1.3.3”

I have no idea why Ubuntu I installed on my VBox still coughs up the famous error message "Please install tilt-1.3.3, because you don't have it, you can't use -rails server-" That is really odd to me ...
4
votes
2answers
1k views

cant install rhc openshift client on ubuntu 11.10 64 bit

Can anyone help me out, ive got Ruby 1.9.1 installed and Ruby Gems 1.8, here is the error message: ~$ sudo gem install rhc Building native extensions. This could take a while... ERROR: Error ...
0
votes
1answer
535 views

error installing waitr in ubuntu 11.10

ruby ubuntu rubygems wati automation testing tool watir in the newest version of Ubuntu. I did a sudo apt-get install ruby to get the latest version of ruby, then I installed Rubygems and tried ...
0
votes
1answer
230 views

sudo ./starling start works well but sudo service starling start fails

sudo ./starling start works well but sudo service starling start fails $ sudo ./starling start * Starting Starling Server... [ OK ] $ sudo ./starling stop * Stop Starling ...
1
vote
1answer
911 views

Installing capistrano on Ubuntu

I'm having installation problems with Ubuntu in Ruby. I don't know anything about ruby and I would like to use capifony to deploy Symfony2 projects. I already have successfully installed and used ...
1
vote
1answer
265 views

Issues with mysql2 with and ruby

Trying to get the gem mysql2 installed on ubuntu and I have tried all of the suggestions but I cannot get it to run. Here is the error in my application. ./bla.rb:65:in `post_init': undefined method ...
0
votes
2answers
989 views

trying to install ruby package to Ubuntu 10.04 Lucid box, cant install rubygems

Were following this guide right here trying to set up hosting for our Rails app on a Linode Ubuntu 10.04 Lucid Lynx box. trying to run cd /opt/rubygems-1.5.1/ ruby setup.rb to install Ruby on the ...
0
votes
1answer
387 views

how to install gruff, rmagic gem on ubuntu system?

After installing gruff gem in ubuntu while running some code I get the below error /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- ...
0
votes
3answers
723 views

Not able to install gems as non-root user

I have RVM installed, it was installed as root. The permissions are: drwxrwsr-x 23 root rvm 4096 2011-09-17 15:22 rvm Here is an example of my trying to install a gem as sudo: ...
2
votes
1answer
2k views

Gitorious Git-daemon Ruby Gem Error

I'm installing gitorious on my webserver. Everything works fine except git-deamon, I get the following error when I run it /etc/init.d/git-daemon start Starting git-daemon: ...
0
votes
2answers
560 views

Rails commands not working properly

I couldn't find anyone else with this problem so I thought I'd ask. rails new myNewRailsApp This works fine. cd myNewRailsApp ls Reveals everything seems to have generated properly. rails ...
3
votes
2answers
994 views

Why is my rubgems not making symbolic links to binaries?

I'm on Ubuntu 11.04 with ruby 1.9.2p180 installed from source using rvm. When I install a gem that makes a command-line binary, links are not made. For example, when I install the passenger gem, ...
2
votes
2answers
1k views

Ruby Gem Guard on Ubuntu, no 'guard' command

Trying to install Guard on my ubuntu machine, but when I try to run it from command line I get this error: No command 'guard' found, did you mean: Command 'guards' from package 'quilt' (main) guard: ...
2
votes
1answer
2k views

How can I install RDOC of gems already installed?

I have some gems that don't have ri/rdoc files and I'd like to know if there is a way to install this rdoc files.
3
votes
2answers
6k views

Setting Up Ruby on Rails on Ubuntu 11.04

I'm pretty much new to developing rails applications. I'm trying to setup everything on Ubuntu 11.04. I have installed RVM ( 1.8.7 & 1.9.2 ) and have installed rubygems. But when I try to install ...
1
vote
3answers
535 views

Ruby on Rails install on ubuntu fail. I can has help?

I am trying to install Ruby, RubyGems, and the Ruby on Rails framework so that it will play nicely with my system. I am having issues with my installation. Could somebody help me? Here are the details ...
0
votes
1answer
778 views

How to Understand My Ruby Environment in Ubuntu?

I am having some path issues and trying to understand how to read and match the paths. Here is what I am doing: $PATH bash: ...
1
vote
2answers
665 views

While installing RubyGems 1.7.2 it installed 1.3.5 instead

I just went through the install of Ruby 1.7.2 and for some reason I ended up with version 1.3.5 So now when I do this command: gem --version 1.3.5 My thinking is that I have to purge the 1.3.5 ...
0
votes
3answers
679 views

Ruby: Need to install git to install RVM, and having trouble installing git on Ubuntu

I am new to Ruby and git so please stop me if it seems I am headed in the wrong direction :) What I was trying to do was install RVM so I can more freely manage my gems. I was doing that according ...
0
votes
1answer
767 views

Can I install gems with apt-get on Ubuntu?

I am new to Ruby and just diving in. The Ruby tutorial says I should get the packaging system from here: http://rubyforge.org/frs/?group_id=126 I am on Ubuntu Linux. The page has a .tar and a .gem ...
0
votes
2answers
1k views

Rubygems doesn't add /var/lib/gems/1.8/bin to $PATH?

My question is, why does rubygems on Ubuntu not add /var/lib/gems/1.8/bin to $PATH ? I see in the https://help.ubuntu.com/community/RubyOnRails#Installing%20RubyGems page that it says you have ...
0
votes
1answer
2k views

Problem installing nokogiri - “Package libxslt-dev is a virtual package”

I'm trying to install the nokogiri gem in ubuntu. I've followed the instructions on this page: http://nokogiri.org/tutorials/installing_nokogiri.html I've done the first steps ok: # ruby developer ...
1
vote
4answers
371 views

Problem installing linkparser on Ubuntu 10

using rvm using ruby 1.9.2 identical gems (and support libs) installed in OS X link-grammar installed (via apt-get) pkg-config working as expected. When I run gem install linkparser I get the ...
3
votes
2answers
397 views

Using RubyGems on ubuntu server

I have installed Ruby on Rails on my Ubuntu 10.04 Server by official tutorial: https://help.ubuntu.com/10.04/serverguide/C/ruby-on-rails.html But I have some troubles with it. Please, help me! 1) I ...
0
votes
1answer
564 views

Trying to run mongo3 gem on Ubuntu 10.10. Help!

I'm trying to run the ruby gem "mongo3" (http://mongo3.com/) I'm new to gem, but I would think that running "gem mongo3" should execute it, but I get this error: chris@Zombie:~$ gem mongo3 ERROR: ...
3
votes
4answers
2k views

Can install gem ruby-debug, but rails server can't find it

I found a pretty interesting problem installing ruby gems bluehat@Matapan:~/code/Amacron$ rails server --debugger => Booting WEBrick => Rails 3.0.3 application starting in development on ...
1
vote
3answers
1k views

gem install returns FloatDomainError Infinity or NaN

On Ubuntu 10.10, I cannot install any gems! $ sudo gem install rails ERROR: http://rubygems.org/ does not appear to be a repository ERROR: Could not find a valid gem 'rails' (>= 0) in any ...
1
vote
2answers
344 views

Problem with RVM and gem that has an executable

I've recently made the plunge to use RVM on Ubuntu. Everything seems to have gone swimmingly...except for one thing. I'm in the process of developing a gem of mine that has a script placed within ...
16
votes
5answers
9k views

Error Installing rails on Ubuntu 10.04

I am trying to install rails on Ubuntu 10.04. So far, I've executed these commands: apt-get install build-essential libapache2-mod-passenger apache2 rubygems ruby1.8-dev libopenssl-ruby gem install ...
0
votes
2answers
400 views

rails console won't start (ubuntu)

I'm getting 'Rails requires RubyGems >= 1.3.1. Please install RubyGems and try again: http://rubygems.rubyforge.org' error. However... gem -v Returns "1.3.7". afaict, I have RubyGems 1.3.7 ...
1
vote
2answers
101 views

Using cloned git repo instead of gem?

I'm using the Thor gem, but I have cloned the git repo to a folder and I want the system to use that one instead and not the gem, because I have added a feature in the cloned repo and want to test it. ...
0
votes
2answers
2k views

“gem install bundler --version=0.8.1” doesn't install the bundle executable

When trying to install Bundler 0.8.1 on Ubuntu machine, it install fine but the executable "bundle" is no where to be seen. Other gems install successfully, including their executables. using: "gem ...
2
votes
1answer
907 views

How can I install Jekyll on Ubuntu 10.04 Server?

The definitive guide to installing Jekyll seems to be http://wiki.github.com/mojombo/jekyll/install where it says: gem install jekyll I am getting an ERROR: could not find gem jekyll locally or ...
0
votes
1answer
589 views

Why won't my Ubuntu server install Rails 2.3.8?

I have an older Ubuntu server with a Rails app running on version 2.3.5 that I'd like to move to version 2.3.8. The server doesn't seem to know that there is an update available, no matter how many ...
1
vote
1answer
1k views

uninitialized constant MysqlCompat::MysqlRes (mysql gem error) on Ubuntu, not fixing

I'm on Ubuntu 10.04 x64, ruby version 1.8.7 (2010-01-10 patchlevel 249) I've read this thread first: ...
5
votes
2answers
10k views

Build a gem with native extension (Gem::Installer::ExtensionBuildError)

I have the following configuration: uname -a : Linux 2.6.24.2 i686 GNU/Linux (Ubuntu) ruby -v : ruby 1.9.0 (2007-12-25 revision 14709) [i486-linux] rails -v : Rails 3.0.0.beta3 gem -v : 1.3.5 rake ...
1
vote
1answer
2k views

Ruby gem error: no such file to load — bundler

I have some troubles with a Ruby gem named Bundler. My OS is Ubuntu 10.04. My environment is as follows: $ gem env RubyGems Environment: - RUBYGEMS VERSION: 1.3.6 - RUBY VERSION: 1.9.1 ...
1
vote
1answer
3k views

Can't install thin by using rubygems on Ubuntu 9.10

How can I fix this error, and install thin or other gems? $ sudo gem install thin Building native extensions. This could take a while... ERROR: Error installing thin: ERROR: Failed to build ...
0
votes
2answers
676 views

Ruby gems gone after after JRuby install

Today I installed JRuby by downloading it, extracting it to /home/james/jruby-1.4.0, and adding the following lines to .bashrc: export JRUBY_HOME=/home/james/jruby-1.4.0 export ...

1 2