You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However we should go back and use rails stuff instead of our homegrown code. As an example we wrote our own permanent URLs for activestorage blobs code a long time ago. Now this is included in Rails for free, so we should make the switch to use their version.
Also there may be other nice features included in this release we could look into. One example is lazy loaded images: rails/rails#38452
The text was updated successfully, but these errors were encountered:
Upgrade should be pretty straight forward. Here is the release notes and upgrade guide:
However we should go back and use rails stuff instead of our homegrown code. As an example we wrote our own permanent URLs for activestorage blobs code a long time ago. Now this is included in Rails for free, so we should make the switch to use their version.
Also there may be other nice features included in this release we could look into. One example is lazy loaded images: rails/rails#38452
The text was updated successfully, but these errors were encountered: