- Add rvm:info & rvm:list for easier debugging
- Thanks to @aspiers for the great work:
- add tests
- add mixed mode support
- add support for disabling
sudo
based on:subject_class
- cleaning, merge #83
- move command_with_shell to common code, fix #82
- require newer capistrano - fix issue with rails 4, merge #81
- add tasks to create aliases and wrappers, closes #77
- fix configuration deffering for requiring rvm/capistrano from a task, fix #76
- merge empty_gemset, merge #60
- extact extensions, update #60
- fix semicolons in with_rvm_group, fix #73
- allow setting variables after reqired, fix parenthises warings, remove old rvm_install_ruby_threads
- mention how to disble bundle --deploymnt, closes #72
- use sg only if needed and deferr sudo check for itto console, fix #71
- extract sudo handling code into single function, fix #71
- prefix sg with sudo, fix #69
- documentation / spelling fixes
- Silence curl progress when fetching libyaml, Ruby, etc. during rvm:install_ruby, closes #33
- Fix concurrency issue when running on shared home directory, merge #39
- Add support for rvm pkg install, gemset import/export, closes #40
- Make sure deploying user is added to rvm group, fix #43
- Fix retun status of silent curl, fix #37
- Allow restricting rvm tasks to given roles, closes #42
- Fix rvm_install_ruby_threads when there is no /proc/cpuinfo, fix #46
- Default :rvm_install_pkgs to [], fix #44
- Improved checking if capistrano was loaded, fix #30
- Fix parameters ordering for creating gemsets, fix #49
- Allow setting :local ruby string to read version/gemset from GEM_HOME, fix #50
- Defer setting rvm_shell and default_shell, fix #51
- Improved error messages
- Improved documentation
- add rvm:(un)install_gem, merged #32
- fix undefined use_sudo, merged #32
- silence
rvm:rvm_install
, closes #22
- fix detecting Capistrano constant in Ruby 1.8.7, fix #28, closes #23
- Add LICENSE, merged #14
- Only load code if the Capistrano constant is defined, fix #23, merged #26
- Default
rvm_install_ruby_params
to an empty string - fixes #15
- Add
set :rvm_ruby_string, :local
, merged #4 - Fix
command_install
edge cases, merged #12, closes #13
- Add task to create gemset, fix #8
- Add
rvm_install_ruby_params
, fix #9 - Improved installing RVM with sudo, fix #10
- Use the new RVM installer
- Fix rvm installation task to use sudo and
rvm_path
when needed
- Fix the bundler auto require problem
- Updated to latest integration code for installing rvm/ruby
- Cleaning code, improving gemification
- Switch the default rvm installation type to user - as we discourage system installations
- Improved README.md
- Ported RVM /Capistrano Gem Library into it's own repository from the main RVM repostitory. ( https://github.com/wayneeseguin/rvm-capistrano )