Robert, Thanks for your reply, you really nail it:
> Instead I would use either a static configuration file or use the > database. For data that I would never want the users to be able to > change I would use a configuration file (a sort of property list). For > data that could possibly be altered by the users, or administrators, I > would use the database to store the values. Please appreciate that, for a novice, the integration of database with model is so tight, it's hard to think about a Rails web app using a database without going through a model! So, I think that my data should be accessible by administrators, but what is the Rails mechanism for that access? Am I going to be issuing raw SQL commands? Thanks for any additional comment, Grary -- 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.

