文件名称:configs:用于管理YAML配置的Ruby库
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 15:12:40
Ruby
设定档 加载和管理config / *。yml文件。 搜索一些位置以找到正确的环境配置: config / $ name / $ env.yml config / $ name.yml(带有$ env键) config / $ name / default.yml config / $ name.yml(带有“默认”键) 安装 将此行添加到您的应用程序的Gemfile中: gem 'configs' 然后执行: $ bundle 或将其自己安装为: $ gem install configs 用法 如果您有config/foo.yml ,那么在需要读取文件的任何地方,都可以使用Configs[:foo]作为哈希。 例子: # config/foo.yml development: hello: world # Elsewhere (even in a confi
【文件预览】:
configs-master
----.gitignore(154B)
----gemfiles()
--------activesupport3.2(110B)
--------activesupport4.0(83B)
----.travis.yml(120B)
----.ruby-version(6B)
----LICENSE(1KB)
----README.md(1KB)
----configs.gemspec(883B)
----lib()
--------configs()
--------configs.rb(2KB)
----Gemfile(92B)
----Rakefile(208B)
----test()
--------configs_test.rb(2KB)
--------defaults_test.rb(346B)
--------config()
--------test_helper.rb(308B)