On Thu, Jun 29, 2006 at 03:26:42PM -0700, Peter Michaux wrote:
> I've used Rails quite a bit. I want to understand the major Rails
> components well enough to read the Rails source without great
> struggle. Eventually I'd like to know how all the components are wired

One approach to get an overview of how ActiveRecord works is to take
something basic and fundamental such as ActiveRecord::Base#find and trace the
path the code takes.

You can more or less read ActiveRecord::Base top to bottom and to get a sense
of the basics. Don't worry about understanding how everything works. Just
have a look at everything at once and get it in your head.

marcel
-- 
Marcel Molina Jr. <[EMAIL PROTECTED]>
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to