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

go and write all the files with templates #4

Closed jcarres-mdsol closed 12 years ago

jcarres-mdsol commented 12 years ago

create all the files in config which have a corresponding *.erb template.

jcarres-mdsol commented 12 years ago

Hahhaha, I have outdated all of your comments, this means is ready to merge :p You were right. Just going recursive made it easier.

jcarres-mdsol commented 12 years ago

@asmith-mdsol @chad-medi please review and merge

ghost commented 12 years ago

@asmith-mdsol I agreed that we should be opinionated about the "config" location. The Rails.root is the problem. Additionally, if we are going to have an opinion, an exception should be raised when the the opinionated are not met.