Repository is archived
No commit activity in last 3 years
No release in over 3 years
Rails plugin for the AppConfig gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 2.4.1
~> 3.2.18
 Project Readme

AppConfigRails

Rails plugin for the AppConfig library.

Note: Currently, only ActiveRecord is supported.

Usage

Add the app_config_rails gem to your Rails Gemfile.

gem 'app_config_rails'

And that should be all there is to it. This plugin was designed to detect the current Rails environment's database settings and use those. See the AppConfig documentation storage specific setup instructions.