Last active
August 29, 2015 14:27
-
-
Save aaronrussell/a696bfb1692fb16ad05d to your computer and use it in GitHub Desktop.
Refresh embeds on discourse
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /var/discourse | |
sudo ./launcher enter app | |
cd /var/www/discourse | |
rails c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TopicEmbed.all.each { |e| TopicEmbed.import_remote(e.topic.user, e.embed_url) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment