On 12 January 2011 18:15, Me <[email protected]> wrote: > rails models: > class me > end > class me < ActiveRecord::Base > end > Does the rails AR one use much more system resources than the ruby class? > Other than the methods being defined for the AR one.
Are you asking whether a class derived from ActiveRecord::Base uses more resources than one not so derived, apart from the resources used by ActiveRecord::Base? Sorry that seems to me to be not a useful question to ask. As I said previously if you could give some background as to why you are asking the question it may make more sense to me. 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.

