If you need to rebake all posts instantly then run bundle exec rake posts:rebake
.
Post.update_all("baked_version = NULL")
will rebake 100 posts (by default) every 15 minutes.
If you need to rebake all posts instantly then run bundle exec rake posts:rebake
.
Post.update_all("baked_version = NULL")
will rebake 100 posts (by default) every 15 minutes.