Hi, Is there any significance to the choice of the words "active" and "action" as in ActiveRecord, ActionPack, ActiveView, ActionController, ActionMailer? Why wasn''t ActionRecord acceptable? Thanks, Peter _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
> Is there any significance to the choice of the words "active" and > "action" as in ActiveRecord, ActionPack, ActiveView, ActionController, > ActionMailer? Why wasn''t ActionRecord acceptable? >Active Record is named after an ORM (Object Relational Mapping) design pattern. http://www.martinfowler.com/eaaCatalog/activeRecord.html Rob