Taryn East
Taryn East
It would be really nice if we could configure the default shell that webistrano's recipes run under (just like you can do for capistrano). It'd be even nicer if it...
When you initiate a deploy it usually runs fine, but sometimes it doesn't even spin up. Usually this is a permissions thing, and the deployment doesn't even really 'start', just...
Hi there, great work! I think webistrano is a neat solution. I've got a few suggestions for future features that you can take or leave as you will. This is...
The first line of this spec-code : ``` [ create(:event_delivery, invoice: invoice, flat_rate: false, carer: carer) ] + create_list(:event_delivery, 2, invoice: invoice, flat_rate: true, carer: carer) ``` Triggered an offense...