Tag: Rails
Posted in Blogging
Finding and Preventing Rails Authorization Bugs
Author: Jimmy Garrett Published Date: November 14, 2021
At Betterment, we build public facing applications without an authorization framework by following three principles, discussed in another blog post. Those three principles are: Authorization…
Posted in Blogging
Introducing “Delayed”: Resilient Background Jobs on Rails
Author: Jimmy Garrett Published Date: November 14, 2021
In the past 24 hours, a Ruby on Rails application at Betterment performed somewhere on the order of 10 million asynchronous tasks. While many of…