[RVM](https://rvm.io) is a command line tool which allows users to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems.
0
votes
2answers
30 views
rvm - can I make a version of ruby installed via rvm the system default (I thought it would be)?
I always have a hard time with rvm so sorry if this has been answered - I have to work with rvm infrequently so some of the ideas don't fully set in.
On my server (a fresh droplet at Digital Ocean) i ...
0
votes
2answers
145 views
Error to install Ruby 1.9.3 in RVM - Make error
I have an error to compile Ruby 1.9.3 with RVM in my OSX. I already searched a lot of solutions but is not the common error. I think its a permission error, but I don't know how to solve.
See my ...
-1
votes
2answers
57 views
Why so many folder in .rvm/gems folder?
I am still trying to understand how rvm works and have few questions. I will really appreciate if someone can help me understanding it better
1 - I did gem env and got this
GEM PATHS:
...
0
votes
1answer
41 views
How to uninstall a gem from a production deployment with capistrano
I am deploying a rails app to production so gems go in shared/bundle. The mysql2 gem seems to have an issue in Ubuntu12.04 so I'd like to remove it and reinstall but how would I do this? I can't just ...
2
votes
1answer
63 views
Upgrade to ruby 1.9.3 with rvm or brightbox gems
I currently use rvm on my dev box (osx) but I use the system ruby on my server (1.8.7 on Ubuntu 10.04)
I want to upgrade the server to 1.9.3 and have been researching the best way to do it.
The ...
-1
votes
1answer
937 views
Gem is installed but it is not found by bundle show
I'm having trouble getting the pg gem working with my rails app.
When I do a sudo bundle install I get:
Using rake (10.0.4)
Using i18n (0.6.4)
Using multi_json (1.7.2)
Using activesupport (3.2.8)
...
1
vote
2answers
71 views
How to make xcode use the correct version of ruby when running a script?
In xcode I have a 'run script' build phase that runs a ruby script. However, it seems that xcode is trying to run it using the default mac 1.8 version of ruby rather than the latest version. Given ...
0
votes
1answer
23 views
trying to update rvm to get more recent ruby versions but not seeming to update
I am having a problem updating rvm.
Based upon Update RVM list known, I do:
Tue Apr 02$ rvm -v
rvm 1.8.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Tue Apr 02$ ...
1
vote
2answers
47 views
How start multiple rails app servers with a ruby script
I'm writing a ruby script to start more than one rails server, but I'm running into a few problems:
When I programmatically cd into different projects, their respective .rvmrc files aren't ...
4
votes
2answers
421 views
RVM version [1.19.1] requires a change to .rvmrc file
The message :
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ...
1
vote
1answer
130 views
How do I force Openssl to update?
I have been trying to use this command to install the railsapp with stripe/devise, etc using this command:
rails new clients -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb -T
...
1
vote
1answer
73 views
Homebrew says Download failed when trying to install libksba
In rvm requirements, I have libksba. So I try to install it with homebrew:
➜ ~ brew install libksba
==> Downloading ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.0.tar.bz2
curl: (56) Recv ...
0
votes
2answers
36 views
correct way of handling rvm, bundle, git, and branches
So I am working on a RoR project.
I needed to fork the repo and am working on fixing issues on my own fork, issuing pull requests for the non-trivial changes. The main repo owner requests to create ...
0
votes
1answer
59 views
Passenger using Ruby system version instead of Ruby from RVM
I'm using RVM (1.19), Passenger (3.0.19), Apache on a Debian environment.
I tried update the ruby version from 1.8.7 to 1.9.3 using RVM. The following steps were executed:
rvm install 1.9.3
rvm ...
2
votes
1answer
248 views
Error install rvm 1.9.3
Trying to solve this error....
$ rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with ...
0
votes
3answers
52 views
Ruby version conflict using rvm
I have some conflicts of ruby version.
When I run ruby -v in my terminal (in osx), I get the 1.8.7 version. I tried to upgrade ruby version, installing rvm, with this command curl -L ...
0
votes
1answer
493 views
can't install RVM on linux mint 14 [closed]
I'm trying to install Ruby Version Manager (RVM) to continue the Ruby on Rails Tutorial on linux mint 14 cinnamon. I followed instructions on RVM homepage and some external tutorials.
but the ...
0
votes
0answers
45 views
Linux. How install linguistics for Ruby?
I try install linguistics
sudo gem install linguistics
but have error
ERROR: Error installing linguistics:
linguistics requires Ruby version >= 1.9.3.
My Ruby version is ruby 1.9.3p392 ...
0
votes
2answers
43 views
Couldn't install RVM and Ruby on Mountain Lion
I tried all of the solution at StackOverflow and none of them worked for me. I tried with following command:
rvm get head; rvm install 1.9.3 --debug
and the output can be found here: ...
0
votes
1answer
405 views
Error when reinstalling Ruby with RVM
I'm attempting to reinstall ruby, but am getting an error. I've included the error and log below.
The error:
rvm install ruby-1.9.3-p362
Searching for binary rubies, this might take some time.
No ...
1
vote
1answer
60 views
Rake gets aborted with error: no such file to load — openssl
I keep getting openssl issues on my Mac. I am completely perplexed by the error messages when I try to issue rails tasks. What might be the issue?
I definitely have openssl on my machine because when ...
30
votes
1answer
4k views
Use rvmrc or ruby-version file to set a project gemset with RVM?
I use RVM, the Ruby Version Manager to specify a Ruby version and a set of gems for each of my Rails projects.
I have a .rvmrc file to automatically select a Ruby version and gemset whenever I cd ...
0
votes
4answers
263 views
Error installing rvm (Ruby version Manager)
I was trying to install Ruby Version Manager for installing Ruby on Rails.
I am following this link. : ...
0
votes
1answer
129 views
Bundle Install Fails
I am getting an error while running bundle install in my rails project.
sahil@debian:~/workspace/blog$ bundle install
/usr/bin/env: ruby: No such file or directory
Ruby
...
1
vote
1answer
560 views
Installing Ruby 2.0.0 on Mac 10.7.5 “requirements_port_libs_install”
I originally installed ruby 1.9.3 with an installer from here: http://railsinstaller.org/
Now I want to install Ruby 2.0 and Rails 4
so I used rvm witch that installer had already installed
rvm ...
1
vote
2answers
502 views
RVM problems installing ruby 2
I did rvm get stable
Then I tried to install ruby 2.0.0
$ **rvm install 2.0.0**
Searching for binary rubies, this might take some time.
No binary rubies available for: ...
0
votes
0answers
76 views
Installing ruby 1.9.2 with RVM on Mountain Lion
I am trying to install ruby 1.9.2 using RVM and I cannot seem to get it to work. I have installed homebrew, GCC 4.2, X-Code command line tools, and I've made sure I have all the rvm requirements and ...
0
votes
1answer
90 views
“bad ecpoint” SSL error on fresh RVM Ruby 1.9.3 install on OSX Mountain Lion
Trying to use Ruby 1.9.3 & rest-client to make https requests like:
RestClient.get('https://google.com')
always gives me a SSL error,
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 ...
4
votes
3answers
958 views
error when run rvm requirements
I followed
this tutorial
to install rvm on ubuntu 12.04
when run rvm requirements, I got the following message
Installing requirements for ubuntu, might require sudo password.
Running 'apt-get ...
0
votes
1answer
21 views
rvm env mistake leads to continuous “Unrecognized command line flag” error message
Earlier today, when trying to fix an issue, I ran this command.
rvm env --path--
Which apparently set my env variable to path.
Pretty much every single rvm command now prints out
Unrecognized ...
0
votes
3answers
404 views
Ruby 2.0 cannot extract source on OS X
I am trying to install Ruby 2.0 on my Mac OS X 10.8 using the following steps
http://www.interworks.com/blogs/ckaukis/2013/03/05/installing-ruby-200-rvm-and-homebrew-mac-os-x-108-mountain-lion
All ...
0
votes
1answer
42 views
newest rvm won't display requirements
So I'm not sure if I'm missing something, but is there a particular setting for autolibs to have
rvm requirements
display the requirements instead of checking if they are installed? Or am I missing ...
1
vote
2answers
111 views
Install Ruby via RVM without confirmation prompt
I use Puppet to install Ruby via RVM and was working fine until very recently (last few days or so).
I think its due to rvm wanting me to "press any key to continue". Is there anyway to force "yes" ...
-1
votes
1answer
55 views
rvm init.d script [closed]
I currentyl have ruby 1.8.7 setup with rvm. Currently everything is working with rvmsudo, however I need an init.d script that can run the following:
rvmsudo /var/rails/sandbox/script/server -p 8080 ...
0
votes
1answer
27 views
After uninstalling rvm I get the following when opening a new Terminal session
After uninstalling rvm I get the following when opening a new Terminal session:
Last login: Tue Mar 26 22:39:30 on ttys000
-bash: /etc/profile.d/sm.sh: No such file or directory
-bash: ...
-1
votes
1answer
39 views
Invalid Operation Error when rvmsudo apt-get on ubuntu 12.04.1
We are using rvm 1.19.0 to install libcurl4-openssl-dev (for passenger and nginx for rails). However there was an error. Then we run the following as suggested:
$export rvmsudo_secure_path=1
Now ...
0
votes
0answers
269 views
Installing Ruby 1.9.2 using RVM sed: command not found
I am currently attempting to install ruby v1.9.2 on my Mac running OSX mountain lion. RVM is up to date and installed correctly. My problem is that when I do rvm install 1.9.2 it is getting all the ...
6
votes
1answer
1k views
Can't install Ruby 2.0.0-p0 with RVM. Error running 'make -j8'
I tried to install Ruby 2 using RVM today and it failed. I updated RVM, all my brew formulas and whatnot. This is what I get:
admin:/$ rvm install ruby-2.0.0-p0
Searching for binary rubies, this ...
0
votes
2answers
1k views
Problems installing Ruby 1.9.3 with Rvm
I am trying to install ruby 1.9.3 using this guide: http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/.
When I run rvm install 1.9.3 I get this error
Searching for ...
0
votes
1answer
423 views
Updating OpenSSL on OSx 10.8.3 Mountain Lion
Okay, so I have a fresh install and a clean slate...
What is the proper way to update OpenSSL from scratch on OSx 10.8.3?
Nothing is installed yet, but after I can get OpenSSL updated to v1+ I ...
0
votes
1answer
62 views
Undefined method “job_type” for main:Object with Whenever gem at scheduler.rb
I have been trying to implement the Whenever gem to help schedule my Sidekiq tasks. I checked the crontab and it was updated correctly, and bundle exec whenever works correctly in the terminal as ...
1
vote
1answer
247 views
brew installed Vim in Terminal with RVM (Ruby 1.9.3), MacVim and Command-T
I'm using RVM (1.17.7) and Ruby 1.9.3p362. In the long run I want to move over to Vim in the Terminal with Tmux. I'm trying to learn how to install and run with my choices for plugins instead of ...
1
vote
1answer
158 views
RVM install gives error Unrecognized option: --autolibs=3 on OSX Lion
I got a new MacBook Pro with Lion on it, and I'm trying to run:
\curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
according to https://rvm.io/rvm/install/
The command gives me:
...
0
votes
1answer
103 views
Path to gem (e.g. /var/lib/gems/1.8/bin/) when Ruby is installed using RVM?
First-time Ruby user here, and Jekyll is the reason.
First, I installed RVM (on Ubuntu Server 12.04 64-bit):
\curl -L https://get.rvm.io | bash -s stable
And followed the subsequent instructions ...
0
votes
1answer
174 views
Installing RVM in ubuntu 12.04
I have problem with ruby and decided to do a fresh installation of rvm and rails...
When i try to install rvm by curl -L https://get.rvm.io | bash -s stable ,
i get the following error
curl: (56) ...
-1
votes
1answer
55 views
How to download latest jruby [closed]
The following command downloads 1.7.2, but I need to pull the latest version. How should I do that?
rvm install jruby
http://jruby.org.s3.amazonaws.com/downloads/1.7.2/jruby-bin-1.7.2.tar.gz - ...
0
votes
0answers
25 views
.rvmrc is not read in gnome-terminal
In one directory I have these files:
$ ls -1a
.
..
Gemfile
Gemfile.lock
.rvmrc
test.rb
but .rvmrc file is not read when we change to this directory.
I have configured gnome-terminal as this page ...
1
vote
1answer
705 views
Can't install Ruby 1.9.3 via rvm in OS X Lion even with “--with-gcc=clang”
I've been checking other questions around here from people having trouble installing ruby 1.9.3 in Lion with RVM, problem seemed equal to mine so I tried solutions provided with no success:
I first ...
3
votes
2answers
175 views
bundler vs RVM vs gems vs RubyGems vs gemsets vs system ruby [closed]
I am new to Ruby and trying to wrap my head around following concepts: bundler vs RVM vs gems vs RubyGems vs gemsets vs system rub and I'm confused.
Can someone please describe a 'best practice' of ...
0
votes
1answer
105 views
capistrano error msg: Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file --
I am using capistrano and get this error message:
Please install the pg adapter: `gem install activerecord-pg-adapter` (cannot load such file -- active_record/connection_adapters/pg_adapter)
I have ...




