ElasticonfRails integrates Elasticonf to your Rails application. Elasticonf is a powerfull and flexible application config solution worked in any ruby program.
Installation
First add the following lines to your application Gemfile
:
gem 'elasticonf-rails', '~> 1.0.0'
Then run bundle install
to update your's gems bundle.
Configuration
Will be available soon.
Testing
Run this commands in terminal:
cd some/path
git clone git@github.com:rezwyi/elasticonf-rails.git
cd elasticonf-rails/
bin/appraisal install
bin/rake
Please note that ElasticonfRails uses Appraisal gem to test yourself against many versions of Rails (see Appraisals
file). Running bin/rake
will be invoke bin/appraisal
and run test specs against every gemfile listed in the gemfiles/
directory.
Versioning
ElasticonfRails uses RubyGems Rational Versioning Policy.
Copyright
See LICENSE file.