Rails: Settingslogic accessible to users?
Posted
by neezer
on Stack Overflow
See other posts from Stack Overflow
or by neezer
Published on 2010-05-26T14:20:38Z
Indexed on
2010/05/26
14:21 UTC
Read the original article
Hit count: 252
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
© Stack Overflow or respective owner