Justin Ko

Results 6 issues of Justin Ko

This is just to help others that might be wondering why they're missing styles after upgrading to Rails 7. If you're using [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) with Rails 7, you need to specify...

Fixes #31228 ### Motivation / Background Users are creating a "catchall" route in routes.rb that will always precede the ActiveStorage routes. Railtie routes that are loaded after the app's routes...

railties
activestorage

Fixes #52081 This fixes a situation where a join table is missing in the SQL statement for a has/through relationship that utilizes a scope. It can occur when using `joins`...

activerecord

Fixes #51938 ### Motivation / Background https://github.com/rails/rails/pull/51721 was a nice change, but it removed some existing behavior. ### Detail This change restores the ability for the inferred association class to...

activerecord

I perused the code through and through, and cannot see where this is true: > The spoofing protection relies on both the UNIX file command and Marcel gem. Be careful,...

question