Ingolfur Edvardsson
Ingolfur Edvardsson
Having the same problem, any workaround?
I ended up just using the test environment. Rails itself tries to be too helpful and runs for both envs (always does the test one)
Is there a link to a patch (or even better, reference to a pull request) we can have a look at?
Hmm.. I get `NoMethodError: undefined method`execute' for main:Object` and according to [this](http://stackoverflow.com/questions/23850404/undefined-method-run-for-mainobject#answer-23850488) we need to add an on statement like so: ``` ruby namespace :app do task :update_rvm_key do on...