mdsol / dice_bag

DiceBag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App.
MIT License
19 stars 4 forks source link

Make prompt behavior predictable #59

Closed asmith-mdsol closed 11 years ago

asmith-mdsol commented 11 years ago

The primary purpose of this change is to make the "config" task always prompt and "config:deploy" always replace existing files. This is described in more detail in the feature file that's added here. There are a number of other housekeeping changes that are detailed in the individual commits.

jcarres-mdsol commented 11 years ago

Awesome as always!