I was wondering if there was any good articles out there that explain how the architecture of rails works, i.e how it handles the server connection, how it queries the database so easily etc.
Share
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.
Take a look at the blog of Yehuda Katz. He wrote a bunch of articles about the architecture of Rails, like this one. Watch The Renegades Guide to Hacking Rails. Try to find and read that book, it has a good chapter about the internals of Rails.
I forgot to mention the excellent Under the hood series by Jamis Buck. He really describes how the certain parts of Rails work.
You may also dive into the Rails sources. They are well commented, easy to read and understand. Read them just like any book.