file_resources_manager 1.0.2
Instead of having to constantly use YAML::load(File.read('some/dir/with/file_resources/database_blah.yml')) in every app you write, now you can simply use s = SettingsManager::settings('database');puts s["my_setting"] to get your file resources and the rest is automagically managed for you!
Gemfile:
=
instalar:
=
dependencias de Development (1):
yaml
>= 0