Displaying 2 results from an estimated 2 matches for "logged_out".
2007 Feb 23
1
Event on Logout
Hi, @all!
Is it possible, with Dovecot, to do something (eg: an SQL-Query) when the
User logs out (POP3) or do some action (IMAP)?
My problem is to notify a DB when the user logs out or delete E-Mail (in this
case, just for IMAP).
Thanks for your answer!
P.S.: if it is NOT possible, it is my Hit for the next version! :)
--
_______________________________
Luca Bertoncello
-Programmierung /
2010 Sep 01
4
deprecation warning in Rails 3 about Base.named_scope
I recently upgraded to Rails 3, and this error has come up
ubiquitously:
DEPRECATION WARNING: Base.named_scope has been deprecated, please use
Base.scope instead.
Any ideas on how to get rid of it? Or should I just wait for
something?
There''s actually no place in my application where the code
"Base.named_scope" exists, so I assume the problem is inherent in gems
that