Configurable Engine
A Rails gem for storing app configuration data in your database, with a config file to fall back on
No ratings yet
- Gem
- configurable_engine
- Repository
- paulca/configurable_engine
- License
- MIT
- Stars
- 114
- Added
- August 18, 2026
About
A Rails gem for storing app configuration data in your database, with a config file to fall back on.
A Rails 4 configuration engine. An update to Behavior for Rails 4.
What you get
- add config/configurable.yml
- create a migration for your configurable table
- mount the UI in your routes (defaulting to admin/configurables)
Mounting it
ruby
# Gemfile
gem "configurable_engine"
# config/routes.rb
mount ConfigurableEngine::Engine, at: "/admin/configurable"
Details
114 stars on GitHub · MIT licensed · maintained by paulca. Source: https://github.com/paulca/configurable_engine
Discussion (0)
Sign in to join the discussion.
No comments yet.