Start point to read rails code?
http://github.com/rails/rails/tree/master On Thu, May 7, 2009 at 5:44 PM, Houdini <dmitrii.golub@gmail.com> wrote:> > Start point to read rails code? > > >
lol, thx:) On May 8, 2:59 am, Andrew Kaspick <akasp...@gmail.com> wrote:> http://github.com/rails/rails/tree/master > > On Thu, May 7, 2009 at 5:44 PM, Houdini <dmitrii.go...@gmail.com> wrote: > > > Start point to read rails code? > >
You could learn by focussing on one component only at a time. I wrote a guide on respond_to that guides you through the code Rails 2.3 uses: http://frozenplague.net/2009/04/how-rails-works-2-mime-types-respond_to/ Also, this should''ve really been on rubyonrails-talk...
wow, nice tutorials:) On May 8, 6:12 am, Ryan Bigg <radarliste...@gmail.com> wrote:> You could learn by focussing on one component only at a time. I wrote > a guide on respond_to that guides you through the code Rails 2.3 uses:http://frozenplague.net/2009/04/how-rails-works-2-mime-types-respond_to/ > > Also, this should''ve really been on rubyonrails-talk...