RubyGems Navigation menu

moj_tribunals_config 1.5.2

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:
=

install:
=

Versions:

  1. 1.6.0 March 05, 2015 (11 KB)
  2. 1.5.2 February 25, 2015 (11 KB)
  3. 1.5.1 February 18, 2015 (11 KB)
  4. 1.5.0 February 10, 2015 (11 KB)
  5. 1.4.0 February 06, 2015 (11 KB)
Show all versions (9 total)

Development Dependencies (7):

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

Owners:

Authors:

  • Al Davidson

SHA 256 checksum:

=

Total downloads 21,619

For this version 2,276

Version Released:

License:

MIT

Required Ruby Version: >= 0

Links: