Displaying 1 result from an estimated 1 matches for "m000150".
Did you mean:
8000150
2006 May 29
1
Init lifecycle and rails
In a servlet J2EE application, there is an init style method that gets
called after that servlet is loaded. Is there something similar within
a rails controller context. I am looking for something where I can load
and setup a particular object.
Also, what about with sessions as well. I would like to call some
library when a user session begins and possibly kill that object when
the