Project

conflux

0.0
No commit activity in last 3 years
No release in over 3 years
Gem to fetch and make available Conflux configs on Rails boot.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.11
~> 4.0
~> 10.0
~> 3.0
 Project Readme

Conflux Ruby gem

The Conflux Ruby gem is meant to be used in tandem with the Conflux CLI to fetch your app's Conflux configs on boot of your Rails server by tying into a Railtie.

That Railtie can be found inside lib/conflux/railtie.rb

Installation

Note: If you've installed the Conflux CLI, it should have automatically installed the Conflux Ruby gem for you.

If you need to install in manually for whatever reason, do one of the following:

Add this line to your application's Gemfile:

gem 'conflux'

And then install it with bundler:

$ bundle install

Or just use gem install:

$ gem install conflux

Contributing

To contribute to this repo, submit a pull request or raise an issue in the issues section with an appropriate issue tag.

License

MIT License.