0
votes
0answers
17 views

Why is RVM stuck on “#importing default gemsets, this may take time”?

This is displayed in my terminal session when I install Ruby using RVM: ks@ks-mba ~ $ rvm reinstall 1.9.3 --with-readline-dir=$rvm_path/usr Removing /Users/ks/.rvm/src/ruby-1.9.3-p429... - using ZSH, ...
0
votes
2answers
34 views

Ruby version change on heroku push

Ruby version is changed while pushing into the heroku. Ruby version change detected. Clearing bundler cache. Old: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] New: ruby ...
3
votes
1answer
32 views

Can chruby and chgems replace rvm's gemset?

I am currently using rvm on my development machine for switch between rubies (mainly 1.9.x and 1.8.7). Then I came across chruby and found the "Does not hook cd" feature attractive. Can chruby + ...
2
votes
2answers
352 views

Trouble downgrading Ruby on OS X Mavericks

OS X 10.9 comes with ruby 2.0.0p195 but I need to install Ruby 1.8.7. I keep running into errors. I have Xcode5-DP install and I believe Command Line Tools is installed too. In the terminal: sudo ...
0
votes
1answer
39 views

RVM install issue - Unable to execute port (autoconf)

I'm trying to install Jekyll on OSX mountain lion. First of all I wanted to install RVM and then the latest ruby. However, the RVM install is failing and I can't solve the problem. Any help ...
0
votes
2answers
25 views

Rubygems don't load in IRB or Rails Console

Using RVM on OSX, I'm trying to use ruby gems. However, a require 'rubygems' returns false in IRB and Rails console. Going through similar questions here, I figured it might have to do with the Gem ...
0
votes
2answers
46 views

Why can't I change my Ruby version using RVM?

I am currently trying to switch my default version of Ruby from 1.9.3 to 1.9.2-p280. I ran these in my console: sudo apt-get install ruby-rvm rvm install 1.9.2-p290 rvm --default use 1.9.2-p290 ...
0
votes
2answers
38 views

Ruby On Rails 3.2.13 - Using Different Gemsets For Rails Applications

I currently have several Rails applications running version 3.2.13 that use Ruby 1.9.3. I plan to eventually upgrade my current applications to Rails 4.0 then upgrade Ruby to 2.0. I need to time the ...
1
vote
1answer
28 views

Why bundler doesn't see customized gem source?

First of all the thing is that I'm behind firewall so I can't use https://rubygems.org/ $ bundle install rails bundle install requires at least 0 argument: "bundle install". git@gitdev $ bundle ...
0
votes
1answer
21 views

RVM Not Finding Library

I am running CentOS 5.9 and installed RVM on it. However, whenever I run rvm requirements or rvm install 1.9.3, I get: --> Processing Dependency: libyaml-0.so.1()(64bit) for package: libyaml-devel ...
0
votes
1answer
49 views

installing Rails 1.9.3 using RVM gives error message

I'm learning Ruby from Michael Hartl's tutorial. I'm following the steps one by one, but I can't get passed this one. After installing RVM, the instructions are: rvm get head && rvm reload ...
0
votes
2answers
37 views

Deploying with RVM on Linode Ubuntu 10.4 Does not install RVM

I'm trying to deploy with Capistrano and RVM and even though when running cap bundler:install_bundler which is supposed to install bundler, and succeeds. After, when running cap deploy it fails with ...
-1
votes
1answer
36 views

Gemfile loading twice / rvm --default not working

Gemfile Every time I'm running a command in my terminal that requires my Gemfile, it gets loaded twice. Such as rails server, rails console, bundle install, ... etc Adding puts "gemfile loading?"at ...
0
votes
2answers
45 views

nokogiri error with ruby on rails?

I get this error when attempting to use the rails generate commands: gem install minitest WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 Could not open ...
0
votes
1answer
16 views

ruby and rails return to earlier versions when I close and reopen terminal

I'm trying to upgrade Ruby from 1.8.7 to the latest version and Rails from 2.3.14 to the latest version. I ran: \curl -L https://get.rvm.io | bash -s stable --ruby --autolibs=enable --auto-dotfiles ...
0
votes
2answers
50 views

Rspec invalid option-f OptionParser

I recently started the "Intro to Rails" screencast on nettuts. So I am not very familiar with Rails obviously and only know a little about Ruby. Everything else in the code will run correctly however ...
2
votes
1answer
70 views

Requirements OS X Brew libs install error

I am trying to make a clean install from RVM to my MacBook and I have a lot of work with the RVM requirements. I started to install separately, but I have this error: $ rvm requirements Installing ...
-1
votes
0answers
19 views

How can I get rails set up again and working?

I installed rails and have used it recently on a project. I had to change some paths to install pear on my machine to run some PHP artisan tests in a Laravel app a while back and I think it has ...
0
votes
1answer
18 views

Unable to load sqlite3 gem on Ruby 1.8.7 that is controlled by RVM

I tried to load sqlite3 library in Ruby 1.8.7 that is controlled by RVM. But I can't. Situations are following watanabe@linux:~$ rvm use 1.8.7 Using /home/watanabe/.rvm/gems/ruby-1.8.7-p371 ...
0
votes
1answer
93 views

Installing RVM: Synchronization of the local ports tree failed doing rsync

I'm new to Ruby and working with the terminal. I installed the rvm, but I can't seem to be able to install Ruby 1.9.3. The problem seems to be with rsync and synching the ports tree. I have no idea ...
0
votes
0answers
49 views

Installing ruby's msgpack under macosx

I'm trying to install ruby's msgpack on MacOSX Mountain Lion (10.8), using rvm and ruby 2.0-p195. Here is the error: ~ ยป gem install msgpack ...
3
votes
0answers
52 views

gem install fails with “ruby: invalid option -H (-h will show valid options) (RuntimeError)”

running gem install ffi on OSX Mountain lion yields the following error. gem install ffi Building native extensions. This could take a while... ERROR: Error installing ffi: ERROR: Failed to ...
1
vote
2answers
53 views

Used gem install rails and now I have 4.0.0.rc1 - I want Rails 3

How can I switch back? I installed RVM, then installed Ruby 1.9.3, then ran gem install rails. Running rails -v I can see that I have Rails 4.0.0.rc1 and I don't want to use that version as it's not ...
-1
votes
1answer
32 views

Installing rvm on Debian gives an error: “rvm_warn: command not found”

I am trying to install rvm on my newly installed Debian. But I get this error: bash: line 234: rvm_warn: command not found Looking at the contents of the installer file, it is trying to output this ...
0
votes
0answers
71 views

Ruby Install through RVM fails with dependecies error

I am trying to install ruby on my machine using rvm. I have installed rvm. When i use $ rvm requirements it gives the following error. tahir@tahir:~$ rvm requirements Installing requirements ...
1
vote
1answer
91 views

Permission denied issues when use rvm install ruby 2.0.0

I searched lots of contents, but still can not find what's the reason, I'm sure the rvm folder permission should be right. $ rvm get stable A RVM version 1.20.13 (master) is installed yet 1.20.13 ...
0
votes
2answers
26 views

Run rvm/ruby as new user?

I'm completely new to Ruby and I've completely botched the download with rvm. I'm throwing errors left and right. Is there a way to start the install over and do a 100% clean install? Can I start ...
0
votes
1answer
59 views

Why can't I load Nokogiri?

I installed Nokogiri without any issues by running: $ sudo gem install nokogiri Building native extensions. This could take a while... Successfully installed nokogiri-1.5.9 1 gem installed ...
1
vote
1answer
38 views

Attempting to install Paperclip gem - Could not find paperclip-3.4.2 in any of the sources (sudo vs. no sudo issue)

I am running Ruby on Rails on a production server. Some how, I believe the version of Ruby on the server is completely messed up. Although it is not generally a problem, it becomes a large problem ...
1
vote
0answers
35 views

Siriproxy send request to apple even after the plugin recongnizes and acts on the request

Thanks in advance for your help on this, I have Siriproxy running on a Raspbery pi using Elvis impersonator's image. I modified the example plugin to send request to a webservice for home automation, ...
1
vote
1answer
39 views

how to install system ruby after installing rvm

I have installed rvm, with ruby 1.8.7, ruby1.9.2 and ruby1.9.3, when i try, >sudo gem install passenger sudo: gem: command not found >sudo ruby -v sudo: ruby: command not found >rvm list ...
1
vote
1answer
43 views

Vim doesn't work after rvm ruby update

I'm using rvm on ubunut 13.04. Today I updated ruby with latest 1.9.3 version. Now, when I try to start vim I get: vim: error while loading shared libraries: libruby.so.1.9: cannot open shared object ...
0
votes
1answer
83 views

Installing Ruby 2.0.0 using RVM with errors in configure

I am currently running on Ruby 1.9.3p134 and trying to install Ruby 2.0.0 using RVM, however I keep running into the errors below. I am running on OSX 10.7.5: Error running 'env ...
0
votes
3answers
31 views

Error while trying to “gem install sqlite3 -v '1.3.7'”

Here's my error that I'm getting: ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Users/andrewpage/.rvm/gems/ruby-1.9.3-p362/gems/sqlite3-1.3.7
2
votes
1answer
41 views

Should RVM automatically change gemsets based on .ruby-gemset?

I updated RVM and started switching from .rvmrc to .ruby-gemset and, where necessary, .ruby-version. However, so far, when I change into a directory with .ruby-gemset, it doesn't automatically start ...
0
votes
1answer
43 views

Having trouble getting Rails app to run on POW after rvm update upgrade to Ruby 1.9.3-p392

I have a feeling this has to do with rvm no longer using an .rvmrc file: SystemExit: exit /Library/Ruby/Gems/1.8/gems/bundler-0.9.26/lib/bundler/setup.rb:16:in `exit' ...
0
votes
3answers
38 views

Execute without `bundle exec` via rubygems-bundler

I have a standard gem scaffold, and in inside the bin directory I have a simple executable (bin/do_things.rb): #!/usr/bin/env ruby require 'my_gem' MyGem::doThings() The gem hasn't been installed ...
0
votes
2answers
53 views

Can I update rvm without losing my rubies?

I just updated my rvm with rvm get head This command deleted all my rubies in the system. I should do it in my web server, but i don't want to stop my applications for the 10 minutes necessary for ...
0
votes
1answer
114 views

Why is bundler using an old version of ruby, and not recognizing new gems that are installed?

In my Heroku/Sinatra app I set up my gemfile with Ruby 1.8.7 and then later used RVM to set my default to 2.0.0. Now when I try and install any new gems such Sinatra-flash or Pony, the gems aren't ...
0
votes
2answers
34 views

Copy compiled gem to other computer, avoiding compiling again

Using RVM, how can I copy gems between two different computers? The gem is compiled and I want to avoid a compilation on the target machine. I tried to copy the ...
0
votes
2answers
121 views

/usr/local/rvm/bin/rvm-shell: No such file or directory

I have the problem. I've installed rvm but when I try to cap deploy:setup I have: bash: /usr/local/rvm/bin/rvm-shell: No such file or directory command finished in 244ms failed: ...
2
votes
0answers
67 views

Wrong ruby executable path in Tmux session

I've installed ruby 2.0 by using rvm. I am new to tmux. I am using zsh in the .tmux.conf with this config set-option -g default-shell /bin/zsh set-option -g default-command "/bin/zsh -i" also ...
0
votes
1answer
54 views

zsh: Heroku toolbelt not found anymore

I recently switched to zsh, pretty happy about that. Except that the heroku toolbelt doesn't work anymore ... Here is what I have when I type heroku -v : ...
2
votes
1answer
104 views

Could not install ruby 1.9.2 with RVM

Google was not very useful trying to find what is wrong. rvm install ruby-1.9.3-p392 Searching for binary rubies, this might take some time. No binary rubies available for: ...
2
votes
3answers
907 views

Error installing any ruby version with RVM on OSX

Guys I'm about to kill myself with this one! I had some problems with RVM installing multiple versions of Ruby, and following a thread on Stackoverflow I decided to remove it completely. After ...
0
votes
1answer
44 views

When trying to run source ~/.rvm/scripts/rvm I get a “Badly Placed ()'s” error

I have installed RVM on my machine running Mac OS X 10.8.3 from the tcsh shell. I am trying to run: source ~/.rvm/scripts/rvm in the terminal and I get a Badly placed ()'s error. Any advice? I ...
0
votes
1answer
69 views

Error message: -bash: /etc/profile.d/rvm.sh: No such file or directory

After installing Ruby successfully on my mac, every time I start the terminal, I get this message: Last login: Sun May 19 00:47:06 on ttys000 -bash: /etc/profile.d/rvm.sh: No such file or directory ...
-2
votes
2answers
210 views

ruby / rvm / rails installed but say command not found [closed]

I was pretty sure I had ruby and rails installed on my macbook. I tried to start a new rails app, but had an error command not found So, I found that ruby/rvm also had the same error. I reinstalled ...
3
votes
1answer
70 views

Cannot use locally installed gems

I am trying to run a Ruby on Rails website on a shared hosting. When I get to rake db:create (or rake at all) following this tutorial http://guides.rubyonrails.org/v2.3.8/getting_started.html I get ...
0
votes
1answer
552 views

RVM Ruby Installation failed with no checksum [closed]

I am going crazy with this problem. I've installed rvm and re-installed a million times, but it just isn't working. I have a fresh install of centOS 6.3 and when I go to install rvm, it completes, ...

1 2 3 4 5 26