vendredi 31 juillet 2015

Is it possible to execute a method after sending a response back to the browser in Rails?

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