Alexander Presber
Alexander Presber
Allow empty home because some servers allow SFTP access only (no SSH shell). Not sure if this has any unwanted side-effects but 1) it works for me :-) and 2)...
There are servers that allow SFTP only but not SSH shell access, e.g. my web server at my hosting provider df.eu (domainfactory). Under these circumstances, https://github.com/alexeypetrushin/vos/blob/master/lib/vos/drivers/ssh.rb#L107 will fail and https://github.com/alexeypetrushin/vos/blob/master/lib/vos/drivers/ssh.rb#L109...
Given we have an S3 bucket with the following content: ``` dir1- |-subdir1 |-subdir2 |-file1 dir2- |-file2 ``` Connecting to the bucket like in the s3-example, i would suspect to...
More out of interest - I do not really know, whether this is an issue, but it seems to me, that vfs should not depend on vos for the drivers....
Thanks for your work! I have followed the instructions in the README exactly but I am getting `Sass::SyntaxError at / File to import not found or unreadable: active_admin/simplemde.` Using Rails...
When we go to `/specs` on our local server, we get ``` 1 spec, 0 failures ``` but when we run `RAILS_ENV=test bundle exec rake spec:javascript`, it looks like there...