Skip to content

rezwyi/elasticonf-rails

Repository files navigation

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.

About

ElasticonfRails integrates Elasticonf to your Rails application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published