0.01
No commit activity in last 3 years
No release in over 3 years
A middleware to change configuration parameters at runtime for Rails 5
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 5.0, < 6.0
 Project Readme

Runtime Config for Rails Gem Version

A middleware to change configuration parameters at runtime for Rails 5.

Installation and Usage

  • Add to Gemfile: gem 'runtime_config'
  • Add to config/environments/development.rb: config.middleware.use RuntimeConfig::Middleware
  • Optionally specify a path, ex. config.middleware.use RuntimeConfig::Middleware, path: '/some_path'
  • Open the path (or the one set in the option): /dev

Features

  • Minimal interface using milligram.io
  • Change log level
  • Filter log lines using a RegExp
  • Enable/disable catching errors
  • Eneble/disable verbose query logs
  • Toggle cache
  • Clear cache
  • Restart server

Preview

screenshot

License

This project is copyright © 2019 Nebulab. It is free software, and may be redistributed under the terms specified in the MIT license.

About

Nebulab

DRU is funded and maintained by the Nebulab team.

We firmly believe in the power of open-source. Contact us if you like our work and you need help with your project design or development.