Postgres transaction pitfalls for rails developers
12-Apr-2022 2259
Rails abstract away of a lot of database stuff away using Active record which is very convenient. But the convince can bite back if we are not careful enough.Here I am going to list some common mistakes rails developers make and how to avoid them.Having network calls on rails after_create/before_create callbacks.