Bryce "BonzoESC" Kerley

Results 2 comments of Bryce "BonzoESC" Kerley

I've stubbed out #893 because this hit me, but even after a `reindexdb mastodon_production` that i still get the warning when running migrations

I was able to fix the require 'rubygems' errors in the `schema` bin by changing the way `Utils.schema_bin` works: ``` ruby def schema_bin(*args) bin_path = File.expand_path("#{File.dirname(__FILE__)}/../../bin/#{bin('schema')}") `schema #{args.map { |a|...