Rails advanced routing constraints Learn how to authorize requests at the routing layer to improve security and ergonomics. Steve Polito January 25, 2024 Rails Ruby Web Security Routes
In relentless pursuit of some parts of REST If we want clients to create small controllers and use resources in their routes, it’s a good idea to know why. This is a refresher of Derek Prior’s advice from Railsconf 2017. Fritz Meissner March 20, 2023 REST Routes Controllers Rails Web