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 總和檢查碼:

=

總下載次數 21,729

這個版本 3,233

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: