Rails: Settingslogic accessible to users?
- by neezer
I have my app configured with Settingslogic, which I love. My question is how to I make a page on my Rails app where Administrators can make changes to the settings specified in config/settings.yml??
I assume said page would have to read and display appropriate form fields for all the values in the YAML file, then save those values back to config/settings.yml? Would those settings take effect immediately or would the server need to be restarted?
Bit lost here. Thanks.
Related: http://stackoverflow.com/questions/2907643/rails-application-settings