I'm in the process of setting up some rate limitting on my Ruby on Rails application with the provided rate_limit methods.
When doing this, I noticed that hitting the rate limit and receiving a 429 Too Many Requests response removes all of the page content and it's now blank.
Is there a suggested approach to handling this type of issue gracefully?