-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using RVM, with a .rvmrc file, the backup manifest breaks. #9
Comments
This doesn't seem to be a problem with this gem. Have you reported this to On 10 June 2015 at 22:29, Tommy McNeely [email protected] wrote:
|
What I mean to say is that if you are going to pass the output of one shell command to the arguments of another, you should probably do it entirely inside a single shell, or deal with STDOUT vs STDERR differently. EDIT: It would appear that https://github.com/capistrano-plugins/capistrano-faster-assets/blob/master/lib/capistrano/tasks/faster_assets.rake#L21 is using "capture()" which is supposed to only capture STDOUT according to https://github.com/capistrano/capistrano/wiki/2.x-dsl-action-inspection-capture#caveats ... but apparently something is amiss :) On a separate, but related note, it seems like detecting the latest release is a bit over-complicated. Wouldn't it be easier to just use the "current_path" like they do for "conditionally_migrate" ? https://github.com/capistrano/rails/blob/master/lib/capistrano/tasks/migrations.rake#L10 :-/ ~tommy |
Hi Tommy. I'd be happy to accept a pull request for this as it seems that you already cheers, On 11 June 2015 at 21:08, Tommy McNeely [email protected] wrote:
|
OK, I will see if I can cook something up. The |
Our server is using RVM, and we are using a .rvmrc (because it is still the best place to put
export RAILS_ENV=staging
that I have found). This obnoxious message comes up on a newly provisioned server, and breaks thedeploy:assets:backup_manifest
task.Easy workaround:
rvm rvmrc warning ignore all.rvmrcs
The text was updated successfully, but these errors were encountered: