What rebake is required for the new autocomplete styling?

You can already do something like that.

Post.where("cooked like '%class=\"hashtag\"%'").update_all(baked_version: 0)

It will then churn through stuff in the scheduled jobs in the background.

I do anticipate us upping our baked_version some time in the next year.

5 Likes