Consider I am having the table called 'Order' with 50 columns.

In the Restful behavior like OrdersController#New, #Update, # Create, 
#Delete in this ActiveRecord::Dirty methods are necessary.

In the OrdersController#Index, ActiveRecord defines Dirty methods 
unnecessarily.

In my case for loading single ActiveRecord object for order will define 
50(Columns)*4(DIRTY_SUFFIXES)= 200 methods.

If any option to disable the Dirty methods, that will be awesome!

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to