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

Expand README to cover all basic functionality #28

Closed asmith-mdsol closed 11 years ago

asmith-mdsol commented 11 years ago

Just documentation. This is what @harryw needed about 3 hours ago.

Note that I'm specifically not listing the templates such as aws.yml because the configuration code I've seen that uses these files in not in the gems themselves, rather in custom initializer code. Hence, until such time as DiceBag grows to provide standard initializers too(!) these templates should probably move to dice_bag-mdsol.

harryw commented 11 years ago

Thanks, this looks good to me.

jcarres-mdsol commented 11 years ago

Awesome. Thank you. I think aws.yml.erb and friends should be documented or no comment should be done about database.yml.erb and newrelic files. Or maybe a list command to list the templates? Anyway, this is very good and so I merge this now.