Hi all,
What is the current practice like to write user-specific configuration settings into a rails application?
For example, privacy settings in a social networking application.
I know application-wide settings can be stored in a .yml file in config/ but what about users?