setler
setler copied to clipboard
Setler lets you use the 'Feature Flags' pattern or add settings to models in Rails
It'd be nice if Setler followed a pattern like https://github.com/svenfuchs/i18n so we could use something better/faster/stronger like TokyoCabinet or Redis (optionally) to store settings instead of storing them directly in...
It'd be neat (e.g., for a Sinatra service I'm working on now) if Setler's generator script worked with any project that uses ActiveRecord, and not by requiring access to the...
Given a setting `Settings.show_shiny_badges` it would be awesome to be able to query them as predicates via something like `Settings.show_shiny_badges?` which doesn't appear to currently be a thing. In this...
Would be nice if the "thing id" = null's out there that are generally application level settings were somehow cacheable to avoid invoking a query every time the setting needed...