Conversation
There was a problem hiding this comment.
Anybody has an idea on how to improve on this here? Thanks 👍
|
I made some changes in the meanwhile:
|
|
When this will be merged? |
|
/cc @kirs |
|
Looks nice, but I'd avoid calling |
|
What is left here? |
|
👍 would be great to have this merged in. At the present, it is very cumbersome to upgrade ruby versions. |
|
Any updates on this? |
|
FWIW, today As I mentioned in #59, I found that just using this works nicely: set :rvm_ruby_version, IO.read('.ruby-version') |
|
I have new line on the end of the string, which is prevents from deployment. |
cap staging rvm:checknow always outputs something, not only whenlog_levelis set todebug. It's now only automatically invoked on normal deploying if thelog_levelisdebug, so no change in behavior here.cap staging rvm:checkis now executed in the current release path, so RVM will pickup any.ruby-versionfile and only fall back to the system defaults.rvm_ruby_versionis no longer set todefault. Instead the ruby version reported bycap staging rvm:checkis used by default now.