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. I was curious if refactored out the DB portion and left the ruby model if it would have a noticeable impact or whether getting rid of the model and refactor into another on needed is a better way to lean the app. I am following the Rails anitpatterns book for this stuff.
-- 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.

