Rodrigo Rosenfeld Rosas
2007-Jun-20 16:42 UTC
Where to get help about the Rails framework structure
Hi, I would like to understand better how Rails work... I mean how the framework is structured. For instance, what happens when an address is requested for Apache or Webrick or any other? Which application is called first? How are plugins loaded? In which order? What happens before what? How validations are handled? Where goes a ''puts'' output in a controller''s action? Are there any resources explaining how Rails is structure in this level of details? I could read the sources, but I would need to know where to start with. What is the main application in the framework. That one that loads environment.rb, routes.rb, plugins and so on... Thanks, Rodrigo. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
lbocseg-/E1597aS9LRfJ/NunPodnw@public.gmane.org
2007-Jun-20 17:03 UTC
Where to get help about the Rails framework structure
Hi, I would like to understand better how Rails work... I mean how the framework is structured. For instance, what happens when an address is requested for Apache or Webrick or any other? Which application is called first? How are plugins loaded? In which order? What happens before what? How validations are handled? Where goes a ''puts'' output in a controller''s action? Are there any resources explaining how Rails is structure in this level of details? I could read the sources, but I would need to know where to start with. What is the main application in the framework. That one that loads environment.rb, routes.rb, plugins and so on... Thanks, Rodrigo. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Faisal N Jawdat
2007-Jun-20 19:00 UTC
Re: Where to get help about the Rails framework structure
AWDwR has some discussion of this. For reading the source you probably want to read config/boot.rb and go from there. -faisal On Jun 20, 2007, at 1:03 PM, lbocseg-/E1597aS9LRfJ/NunPodnw@public.gmane.org wrote:> > Hi, I would like to understand better how Rails work... I mean how the > framework is structured. > > For instance, what happens when an address is requested for Apache or > Webrick or any other? Which application is called first? How are > plugins > loaded? In which order? What happens before what? How validations are > handled? Where goes a ''puts'' output in a controller''s action? > > Are there any resources explaining how Rails is structure in this > level of > details? I could read the sources, but I would need to know where to > start > with. What is the main application in the framework. That one that > loads > environment.rb, routes.rb, plugins and so on... > > Thanks, > > Rodrigo. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rodrigo Rosenfeld Rosas
2007-Jun-20 20:42 UTC
Re: Where to get help about the Rails framework structure
Thank you, Faisal. Rodrigo. Faisal N Jawdat wrote:> > AWDwR has some discussion of this. For reading the source you > probably want to read config/boot.rb and go from there. > > -faisal > > On Jun 20, 2007, at 1:03 PM, > lbocseg-/E1597aS9LRfJ/NunPodnw@public.gmane.org wrote: >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Anil Wadghule
2007-Jun-21 10:44 UTC
Re: Where to get help about the Rails framework structure
Yes, I still find the need of a book which will explain in detail about the framework. As you get more experience you will come to know to the most of the framework structure. I am more interested in understanding how different server handles exceptions and threads. Also I found that if we have puts in the controller actions. It affects the views rendered specially rjs views. I am still not clear about it. Please do provide resources which have in detail framework information. On 6/20/07, lbocseg-/E1597aS9LRfJ/NunPodnw@public.gmane.org <lbocseg-/E1597aS9LRfJ/NunPodnw@public.gmane.org> wrote:> > > Hi, I would like to understand better how Rails work... I mean how the > framework is structured. > > For instance, what happens when an address is requested for Apache or > Webrick or any other? Which application is called first? How are > plugins > loaded? In which order? What happens before what? How validations are > handled? Where goes a ''puts'' output in a controller''s action? > > Are there any resources explaining how Rails is structure in this > level of > details? I could read the sources, but I would need to know where to > start > with. What is the main application in the framework. That one that > loads > environment.rb, routes.rb, plugins and so on... > > Thanks, > > Rodrigo. > > > > >-- anil Don''t live to geek; geek to live. http://anilwadghule.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---