No commit activity in last 3 years
No release in over 3 years
ElasticonfRails integrates Elasticonf to your Ruby on Rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.3
~> 2.14.0
~> 0.8

Runtime

>= 3.0
 Project Readme

ElasticonfRails Build Status Dependency Status Coverage Status


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:

  1. cd some/path
  2. git clone git@github.com:rezwyi/elasticonf-rails.git
  3. cd elasticonf-rails/
  4. bin/appraisal install
  5. 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.