Wondering if there is an existing plugin/approach for config data that you want your application to be able to change? In other words a value/pair type configuration plugin that persists to the database. Just a normal Model would be OK, however any neat tricks how to handle the fact that each parameter may be a different type? e.g. have a column in the model to hold the type & store value as a string? have a different column for each type but then any given parameter (or row in database terms) would populate only one of the columns?
-- Greg http://blog.gregnet.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

