Rails 8 now allows defining multiple rate limits within a single controller using named configurations. Learn how to implement granular rate limiting strategies for different actions and time periods.
Rails 8 adds `Parameters#expect` to prevent parameter manipulation attacks and provide clearer error handling when required parameters are missing or malformed.
Are you using target='_blank' in your links? If you are, you should be using rel='noopener noreferrer' with it.