On Tue, Mar 24, 2009 at 11:49 AM, Fernando Perez <[email protected]> wrote: > Is there > somewhere a documentation that could walk me through the Rails' source > code from the entry point (let's say Rack) to the response (returned by > Rack to the client)?
To what end? > Following it by hand is a bit tedious, I often lose myself in method > calls that call 3 other methods that call 4 other methods. Use the "step" command in the debugger. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

