Postgres transaction pitfalls for rails developers
Rails abstract lot of database stuff away using Active record which is very convenient. But the convenience can bite back if we are not careful enough.
Rails abstract lot of database stuff away using Active record which is very convenient. But the convenience can bite back if we are not careful enough.
Being the default the gem file entries in a rails project, you may have encountered spring and bootsnap. Here we are going through how they work and how they...
Postgresql is one of the most advanced open source database available in the market. Adherence to the SQL standards and super cool extra features are few of ...
The alleged GPL violation in a ruby library called mimemagic which broke builds of rails projects across the world brought discussion of Intellectual propert...
Rack is a framework for ruby web frameworks. If you developed apps in ruby frameworks like rails, hanami, Sinatra, you already used Rack. Almost all ruby we...