Oshuma / app_config

Simple Ruby framework-agnostic application configuration.
http://oshuma.github.io/app_config/
MIT License
20 stars 7 forks source link

Save your YAML config #13

Closed DSIW closed 12 years ago

DSIW commented 12 years ago

Now it's possible to save your YAML config.

I think, you can remove line lib/app_config/storage/base.rb:4.

Oshuma commented 12 years ago

I like the save config deal. I think it would be a good idea to add a :create => true option to AppConfig.setup() which would write to a YAML file or whatev. Created issue-14 for that.