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

installation:
=

Versions:

  1. 1.6.0 March 05, 2015 (11 ko)
  2. 1.5.2 February 25, 2015 (11 ko)
  3. 1.5.1 February 18, 2015 (11 ko)
  4. 1.5.0 February 10, 2015 (11 ko)
  5. 1.4.0 February 06, 2015 (11 ko)
Voir toutes les versions (9)

Dépendances de Development (7):

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

Propriétaires:

Auteurs:

  • Al Davidson

Total de contrôle SHA 256:

=

Total de téléchargements 21 619

Pour cette version 3 213

Version publiée:

License:

MIT

Version de Ruby requise: >= 0

Liens: