Question about Rails lifecycle

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 :frowning: Does anybody have some link ?

Thanks in advance
Jacek

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 :frowning: Does anybody have some link ?

Thanks in advance
Jacek

Do you want the application objects/methods or rails internal
objects/methods?

Rick

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 :frowning: Does anybody have some link ?

Thanks in advance
Jacek

Do you want the application objects/methods or rails internal
objects/methods?

Rick

I need to know what is happen with my objects (controllers, helpers
etc.).

Jacek