[Rails] Re: Application design question (Application Theory)

2011-06-06 Thread Niklas Nson
What got me thinking was the idea that it would fire a lot a sql when fetching a user. If i stored all data in the profile as string's there would be less sql, right ? I will keep the dropdown boxes and fill them from a model. But store the data as strings instead of all has_one, or is the

Re: [Rails] Re: Application design question (Application Theory)

2011-06-06 Thread Walter Davis
On Jun 6, 2011, at 2:11 PM, Niklas Nson wrote: What got me thinking was the idea that it would fire a lot a sql when fetching a user. If i stored all data in the profile as string's there would be less sql, right ? That's what I was saying. Even though there are optimizations to be had