FIX/FEATURE: don't blow up when can't reach theme's repo, show problem themes on dashboard

This commit is contained in:
OsamaSayegh
2018-09-17 09:49:53 +10:00
committed by Sam
parent ca28548762
commit c7d81e2682
14 changed files with 139 additions and 22 deletions
@@ -0,0 +1,5 @@
class AddLastErrorTextToRemoteThemes < ActiveRecord::Migration[5.2]
def change
add_column :remote_themes, :last_error_text, :text
end
end