On 02.07.10, In Ruby on Rails, by Kevin Faustino
Discover how to handle gem dependencies in Ruby on Rails 3 with this screencast about Bundler
Discover how to handle gem dependencies in Ruby on Rails 3 with this screencast about Bundler
Ruby Version Manager(RVM) the name says it all. The sole purpose of this gem is to mange which version of ruby your system is currently utilizing. The days of creating symbolic links to different installations of ruby are over. With a single command, RVM will change the version of ruby and its gems for your [...]