I have a current need for allowing both admin configurable global settings as well as per-user configurable settings within a Rails 3 app.
Are there any gems or best practices that work well for this situation?
I've found a couple of gems and blog posts but they all date back to 2006-08 and are no longer maintained. Any pointers would be appreciated, thanks.
Note: I have seen this question with the serialised hash response but in my particular case the ability to query the database for users based on their settings is required - I don't think a serialized hash would work well in that situation.