I'm trying to run an action after I send a response back to the client in Rails. Is it possible to do this without background workers or creating new threads?
I looked into the after_filter callback, but it seems like this only lets you execute code before you render the view / response.
Thanks
Aucun commentaire:
Enregistrer un commentaire