Troels Knak-Nielsen

Results 6 issues of Troels Knak-Nielsen

The following will usually fail: ``` task :foo do on roles(:web) do as "root" do upload! "/tmp/foo", "/var/bar/cuux" end end end ``` Since scp will not su to root. Would...

Hi, I needed a pool of proxies to cycle through and didn't see any direct support in this library. I've made a patch to supply this and thought others might...

Might I suggest that you change the way that layout is applied to the view output? Rather than splitting it into a top and bottom, you can use output buffering...

The method returns false or exits. From the name, one would assume it to return a boolean in all cases. Either the method should be renamed (To something like `ensure_certificate_exists_and_valid_and_all_domains_included!`...

… failure to register This had me wasting some time tracing down the source of the error.

I get the following error on Ubuntu - It works fine on my osx machine though. Any ideas? ``` $ gem install fast_trie -v '0.5.0' Fetching: fast_trie-0.5.0.gem (100%) Building native...