Senior Software Engineer ⚡️ Building https://testsuite.io
Writing about building startups, starting side projects, and making money as a developer. Currently building https://testsuite.io
Nothing here yet.
Ruby on Rails gives you a lot of tools to protect against SQL injection attacks. Input sanitization is the most important tool for preventing SQL injection in your database. And Active Record automatically does this when you use it correctly. But tha...

We need to talk about SQL injection. What it is, how to do it, and most importantly how to prevent it. We'll cover some examples of SQL injection too and explain how to identify vulnerabilities so you can protect your data. What is SQL Injection? H...
