Revert "Support for Embeddable Comments via IFRAME" - it depends on Curl

which not every server has. Have to rethink this.

This reverts commit e3e4c62887.
This commit is contained in:
Robin Ward
2013-12-31 12:52:31 -05:00
parent 6c4417e0f0
commit 62db063e1e
28 changed files with 13 additions and 672 deletions

View File

@@ -1,6 +1,6 @@
class MigrateWordCounts < ActiveRecord::Migration
disable_ddl_transaction!
def up
post_ids = execute("SELECT id FROM posts WHERE word_count IS NULL LIMIT 500").map {|r| r['id'].to_i }
while post_ids.length > 0
@@ -30,4 +30,4 @@ class MigrateWordCounts < ActiveRecord::Migration
end
end
end