Rails 7.2 allow_browser version guard feature
Rails 7.2 introduced the allow_browser version guard feature, that allows you to specify the minimum browser versions your application supports. The default allowed versions are from December 2023, which seems a bit too restrictive. This short tutorial shows you how to use it.
Post a comment