1
vote
4answers
54 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 ...
-1
votes
1answer
182 views

CentOS installing rvm error

i was installing rvm on centos than i got this error. Anyone knows how to solve this ? --> Processing Dependency: libcrypto.so.6()(64bit) for package: git-1.7.11.3-1.el5.rf.x86_64 --> ...
-1
votes
1answer
50 views

RVM git has no installation candidate [closed]

I'm currently trying to install ruby via rvm on Ubuntu 10.04 with Plesk 11. My rvm version is 1.19.3.. Unfortunately, rvm fails while installing the requirements, namely git. The log says there is no ...
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 ...
-2
votes
1answer
258 views

brew install brew install bash curl git error [closed]

How do I get git-1.8.1.5 to be linked. Is there a force command. Error: bash-4.2.42 already installed Error: curl-7.29.0 already installed Error: git-1.8.1.5 already installed, it's just not linked ...
-1
votes
2answers
91 views

Restarting server on git push using hooks

I'm trying to get my post-update git hook to stop the server, pull the changes from the updated repository, and start the server again. The hook is running, but it keeps spitting out errors. Here are ...
1
vote
1answer
130 views

Respecting rvmrc while cd in ruby script

Background: I wrote a short script in MRI 1.9.2p320 for updating all my projects – http://git.io/eez8Kg . Tool which i utilize for the updating/pulling itself (git-up) is also able to automatically ...
-1
votes
1answer
43 views

how to install and use the latest version of psych from rvm [closed]

newbie question: In ruby 1.9.3-head the default psych is broken Use literal style when emitting multiline strings, fixes #64 The fix is on git hub, but how do I get rvm to install and use the ...
1
vote
2answers
78 views

Problems finding ruby, rails, git after bungled PostgreSQL install

I had rails working fine for several weeks but I tried to install PostgreSQL to match Heroku and it failed to work. Now, when I open the terminal it pretend rails is not there and sets the default ...
0
votes
1answer
254 views

Referencing a local gem with RVM and Bundler?

I want to work on a supporting library while building an application while using RVM and Bundler to manage my application environment. In my Gemfile is # forked and cloned to local directory gem ...
2
votes
2answers
86 views

Learning to learn: Rails [closed]

It's been 20 years since I learned any coding and things are very different now. After playing with cakephp and yii, I decided on ROR. I'm having a blast! My question is not so much about ROR, but ...
2
votes
1answer
892 views

Gems not found by 'gem list' when using 'bundle install' for git gems with RVM

I'm currently trying to run 'bundle install' to install a git based gem using a Gemfile and consequently use ruby/ other ruby commands without bundler with the latest version of RVM (1.14.3). I ...
3
votes
2answers
149 views

Using rvm and git, can I associate a ruby version with each branch?

Is there a way to associate a specific ruby version with a specific branch ? I would like to have: git checkout branch-a #ruby -v = 1.8.7 git checkout branch-b #ruby -v = 1.9.2 Thanks
1
vote
1answer
685 views

How do I update Git on Mac OS Lion, if the original version has been installed by XCode 4.1

I would like to update git on my XCode 4.1 development system. It got initially installed by installing XCode 4.1. Do I use RVM or MacPorts? I also would like to add some features like SVN integration ...
0
votes
1answer
200 views

Git, RVM, Ruby and Rails on OSX Tiger

I have an old laptop which runs OSX 10.4 Tiger where I'd like to run git, rvm, Ruby 1.9.2 and Rails 3.1. At the moment I have git installed (using MacPorts), but rvm seems to require a newer version ...
0
votes
1answer
396 views

Error while installing RVM on ubuntu 11.04. Seems to be git clone's error

When I try to install RVM the following error shows up: $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) Cloning into rvm... fatal: The remote end hung up unexpectedly Cloning ...
0
votes
1answer
452 views

grep error on installing rvm

I'm on OS Lion 10.7.1, installed latest XCode from App Store. I have installed git 1.7.4 from dmg I'm trying to install rvm. I used this command from their homepage bash < <(curl -sk ...
1
vote
5answers
371 views

Managing different Rails versions in different git branches with RVM

I'm working on a project that runs on Rails ~> 3.0 on the master branch, and ~> 3.1 on another branch. Obviously those 2 branches need different gemsets. Do you know of a convenient way of ...
5
votes
4answers
1k views

Should I commit .rvmrc files in a project? [duplicate]

Every project of mine has a specific .rvmrc. Since my gemsets are private, I tend to add .rvmrc to .git/info/exclude. Should I add .rvmrc to .gitignore? Should I commit it to the repo? Or am I doing ...
0
votes
1answer
327 views

How to update rvm behind a proxy server?

I am behind a proxy server and thus I cannot update rvm with rvm update. I have a CNTLM proxy locally running and all my http connections go succesfully through it. Though, rvm update doesn't work, ...
5
votes
3answers
1k views

RVM “ERROR: Unable to checkout branch .” single-user

I'm having trouble installing RVM on a new Debian 6 VirtualBox VM. I've installed all the needed packages and downloaded the install script fine using (curl -s ...
0
votes
2answers
341 views

New Ruby user trouble installing RVM

Before I start, let me say that I looked at all the similar questions and it appears that no one had this particular problem: I installed git. Next I ran this from the command line: bash < ...
1
vote
1answer
490 views

RVM fails to clone ruby 1.9.2 head from github

I've been wanting to install the latest version of ruby 1.9.2 through RVM but it fails when trying to fetch the sources from github: albookpro-3:~ pl$ rvm install 1.9.2-head Installing Ruby from ...
7
votes
2answers
1k views

How to do bundle install using specific rvm gemset from git hook post-receive?

So, I'm trying to implement a heroku-like deployment without using capistrano. To check and install gems I'm trying to use git hook and put the following commands in /hooks/post-receive: bundle check ...
2
votes
3answers
3k views

RVM install 1.9.2-head ERROR

I am using RVM to maintain ROR enviroment: But when I am trying to install ruby-head , it gives me error messages like this: shanan@shanan-ThinkPad:~$ rvm install 1.9.2-head ...
0
votes
2answers
1k views

RVM. getting git-related error while installing ruby

I'm using RVM and want to install another version of Ruby. $ rvm install 1.9.2-head /Users/ovsiiko/.rvm/rubies/ruby-1.9.2-head, this may take a while depending on your cpu(s)... ruby-1.9.2-head - ...
7
votes
3answers
6k views

Can't update RVM - “fatal: Unable to find remote helper for 'http'”

I'm running RVM 1.1.6 on Ubuntu 8.04 and all of a sudden I can't update to the latest version anymore. ~ rvm get head Original installed RVM version: rvm 1.1.6 by Wayne E. Seguin ...
0
votes
2answers
833 views

RVM install system wide Git dependency

When I run: bash < <( curl -L http://bit.ly/rvm-install-system-wide ) I get the following error: Please ensure git is installed and available in PATH to continue. Git is ...
1
vote
3answers
857 views

Trying to add .rvmrc to ignore, its not working

So I modified my .rvmrc to what I need on my server, commit to git and pushed to origin. Then I added .rvmrc to my .gitignore, but when I do a git status it shows the file has been modified. I'm ...
0
votes
1answer
414 views

RVMRC file, local and server, how to manage this with capistrano deployment?

I'm a little confused how I can have different versions of .rvmrc files on my local laptop and on my server when I am using capistrano for deployment. Since it pulls from my GIT, how can I manage ...
1
vote
1answer
1k views

Why is bundler not installing gems stored in get repo properly?

Bundler version 1.0.0.beta.2 Rvm Info system: uname: "Linux dane-r1f-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux" shell: "bash" version: ...