Tag Archives: rails security
SQL Injection in Rails
Preventing SQL Injection in Rails One of the most common security problems for dynamic sites is SQL Injection. Thankfully Rails does everything it can in solving this issue, but you still need to be aware of it. Rails query exposed … Continue reading
Filed under Ruby on Rails