On 12 January 2011 18:32, Me <[email protected]> wrote: Please quote the previous message and insert your comments at the appropriate points. It makes it easier to follow the thread. Thanks.
> OK from my first post. I am refactoring trying to make my app lean and > agile. The less models loaded up the less memory obviously. Not necessarily. In terms of resources just loading models I would think it is more down to lines of code than number of models. > I was curious > if refactored out the DB portion and left the ruby model if it would have a > noticeable impact Perhaps I am being particularly dense today, again I do not understand what you mean by refactoring out the db portion and leaving the Ruby model. > or whether getting rid of the model and refactor into > another on needed is a better way to lean the app. Do you mean combining non-AR models or what? Colin -- 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.

