gaizka / rvm.el

use rvm to manage ruby versions within emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rvm.el

This package integrates Emacs with the Ruby Version Manager ( rvm ).

Installation

Just drop rvm.el in your load-path and put the following in your .emacs

(require 'rvm)
(rvm-use-default) ;; use rvm's default ruby for the current Emacs session
Usage ----- Just call the interactive function @rvm-activate-corresponding-ruby@ and rvm.el will change Emacs to use the right ruby version for the file in the current buffer. Remember that the new ruby version will be used for the whole Emacs session and not just the current file. If you want to switch to another ruby version manualy you can call @rvm-use@ instead.

Please note that using system-ruby is not supported in rvm.el

Community

Got a question?

Just send me a message and I'll try to get to you as soon as possible.

Found a bug?

Please register a new issue.

Fixed something?

  1. Fork rvm.el
  2. Create a topic branch - git checkout -b my_branch
  3. Make your changes and update the History.txt file
  4. Push to your branch - git push origin my_branch
  5. Send me a pull-request for your topic branch
  6. That's it!

About

use rvm to manage ruby versions within emacs


Languages

Language:Emacs Lisp 100.0%