I''m looking for some simple and clear documentation about rails lifecycle. I want to know which objects are created, which destroyed and which methods are executed at some specific time. I''m unable to find any useful informations in the WEb :( Does anybody have some link ? Thanks in advance Jacek -- Posted via http://www.ruby-forum.com/.
jacekolszak wrote:> I''m looking for some simple and clear documentation about rails > lifecycle. I want to know which objects are created, which destroyed and > which methods are executed at some specific time. I''m unable to find any > useful informations in the WEb :( Does anybody have some link ? > > Thanks in advance > JacekDo you want the application objects/methods or rails internal objects/methods? Rick -- Posted via http://www.ruby-forum.com/.
rick wrote:> jacekolszak wrote: >> I''m looking for some simple and clear documentation about rails >> lifecycle. I want to know which objects are created, which destroyed and >> which methods are executed at some specific time. I''m unable to find any >> useful informations in the WEb :( Does anybody have some link ? >> >> Thanks in advance >> Jacek > > Do you want the application objects/methods or rails internal > objects/methods? > > RickI need to know what is happen with my objects (controllers, helpers etc.). Jacek -- Posted via http://www.ruby-forum.com/.