RubyGems Navigation menu

moj_tribunals_config 1.6.0

Used by tribunals_frontend and tribunals_api to share configuration. To use: 1) add "gem 'moj_tribunals_config'" to your Gemfile 2) in an initializer, add the following code: require 'moj_tribunals_config' my_config = Moj::Tribunals::ConfigLoader.new.load This will load the default config files from the gem. To load different files, you can provide an alternative path to the ConfigLoader.new method, e.g. my_config = Moj::Tribunals::ConfigLoader.new('/my/alternative/config/path').load To just load config for a specific tribunal, you can do: config_loader = Moj::Tribunals::ConfigLoader.new config_file = config_loader.config_file_for('utiac') config_loader.load_file( config_file ) RailsConfig integration ======================= If you're using the RailsConfig gem, your intializer can just do something like: files = Moj::Tribunals::ConfigLoader.new.config_files files.each{ |f| Settings.add_source!( f ) } Settings.reload!

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.6.0 - March 05, 2015 (11.0 KB)
  2. 1.5.2 - February 25, 2015 (11.0 KB)
  3. 1.5.1 - February 18, 2015 (11.0 KB)
  4. 1.5.0 - February 10, 2015 (11.0 KB)
  5. 1.4.0 - February 06, 2015 (11.0 KB)
显示所有版本 (共 9 个)

Development 依赖 (7):

bundler ~> 1.0
byebug >= 0
jeweler ~> 2.0.1
rdoc ~> 3.12
rspec >= 0
shoulda >= 0
simplecov >= 0

业主:

作者:

  • Al Davidson

SHA 256 校验和:

8147296c41b9ecca636d52161aaa168b0316d4577b68068cb7f3d4f9388adf8a

下载总量 20,791

这个版本 3,095

许可:

MIT

需要的 Ruby 版本: >= 0

链接: