All this guildes and books are aimed at developing website, but what if I want to understand how Rails work? Is there any articles about how does my app starts, how does ActionView works with my layouts and so on?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only site about rails internals I have found in my bookmarks is http://railsguts.com/, and it is about Rails 2.3. There is also an excellent screencast about the Rails 3 routing: http://railscasts.com/episodes/231-routing-walkthrough
There is also this question which can give you additional hints: How does ruby on rails work?