This is an ActiveAdmin extension to add the interface to handle rails-setting-cached v2. For prior version I was using activeadmin_setting_cached but seems to be dead and does not support version > 2.
The initial idea was to extend that gem and do a PR, but the code is quite old and probably overcomplex. I may move this to a simple gem if there is any intereset on it.
Just place the files in the proper places and should be ready to go.
Good stuff - some serious wizardry here. Just implemented this for my application and so far it's working really well. Would be nice as a gem as the code is obviously pretty meta and not something I want to mess with unless absolutely necessary ๐
That said, given the small footprint here I don't mind as a gist and it was relatively painless to implement. Thanks @ngelx