Difference: RubyNotes (6 vs. 7)

Revision 719 Nov 2010 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingNotes"
RVM is a nice tool that manages multiple installations of Ruby, JRuby, gems, etc. It's very useful if you're working on both Ruby and JRuby projects. http://rvm.beginrescueend.com/
Since RVM compiles each version of ruby locally you need to make sure that you've installed the -dev packages for the features that you want. Readline, for example: libreadline-dev on debian. http://rubyforge.org/tracker/index.php?func=detail&aid=23925&group_id=1900&atid=7436
Line: 11 to 11
  http://rvm.beginrescueend.com/ - RVM is the Ruby Version Manager. It's a nice solution to having multiple versions of Ruby and sets of Ruby gems installed
Added:
>
>
Debian - when I used RVM on Debian for the first time, I had to use RVM to install copies of zlib and openssl in RVM's tree. For some reason configure couldn't see the Debian's versions.
http://rvm.beginrescueend.com/packages/openssl/
http://rvm.beginrescueend.com/packages/zlib/
 

Debugging

http://bashdb.sourceforge.net/ruby-debug.html - ruby debugger user's guide

View topic | History: r18 < r17 < r16 < r15 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback