Getting started with learning the Rails source

Posted by japancheese on Stack Overflow See other posts from Stack Overflow or by japancheese
Published on 2010-04-22T03:27:28Z Indexed on 2010/04/22 3:33 UTC
Read the original article Hit count: 230

Hello, I've been using Ruby on Rails for many projects lately, and I thought it would be interesting to take a look at the Rails source and really see how things operate underneath. I think it'd be a great learning experience and would probably enhance the way I code Rails apps all the more.

Does anyone have any tips on how to get started? And where within the Rails source does an application begin to be executed? Perhaps if I started there, I could see how everything is loaded and works in general.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about open-source