How do I write user-specific configuration into a rails app?

Posted by dchua on Stack Overflow See other posts from Stack Overflow or by dchua
Published on 2010-03-28T02:35:35Z Indexed on 2010/03/28 2:43 UTC
Read the original article Hit count: 282

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about design-patterns