Skip to content

Admin tool for managing configs for your rails app

License

Notifications You must be signed in to change notification settings

selvakn/configula

 
 

Repository files navigation

Warning
* This is not maintained anymore.

Configula

* Is your environemtn.rb and other env specific conf files like development.rb filled with constants?
* Are you doing deployment just because of a change in these configs?
* Do you want a way to group these configs so that they make more sense?
* Do you need a better way to manage these configs?

Then this plugin might help you to solve these problems.

So what is Configula?

Tool for managing configs in your rails app with:

  • Yaml (or hash) based config management for different environments.
  • Web based admin console for modifying these configs at run time.
  • And backed by different types of stores (for persistence in production env).

* Yaml store is implemented.
* Database(activerecord) store (Yet to be implemented).

Installation

script/plugin install git://github.com/selvakn/configula.git

Usage

script/generate configula

Use script/generate configula -h to see all available options

Start your server and visit http://<your-host-name>:<port>/admin/configula for Admin web console

About

Admin tool for managing configs for your rails app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 70.8%
  • JavaScript 29.2%