Archive 2

The Tricky World of Using Web APIs archived

When your application interacts with the web a lot can go wrong. Working with Ruby on Rails over the last five years, I’ve seen a lot of them first hand, and with this article I hope to share some of that experience and help you write more reliable, efficient and friendly code. Read more »

Protecting Yourself from Malicious params archived

The issues and solutions to making your application’s handling of user parameters secure by default, before Ruby on Rails offered an out-of-the-box solution. Read more »