Ashwin M
Ashwin M
Fixes #211
Reproduction steps: `rails new modal_stimulus --css tailwind --skip-action-mailbox --skip-jbuilder -a propshaft -j esbuild` generate some scaffold `rails generate scaffold post title:string body:text ` then add to yarn `yarn add tailwindcss-stimulus-components`...
Prioritize admins in user list, It is helpful when there are a lot of users. Before: After:
## Summary - Configure `config.action_controller.cache_store = :memory_store` so rate limiting works in tests - Clear the cache in `IntegrationTest` setup to prevent state leaking across tests - Update `join_codes_controller_test` to...