Skip to content

Return fake application settings if we're in a Rake task and have migrations

Stan Hu requested to merge sh-fix-rake-migrations into master

master was failing because rake db:migrate won't work if there are application settings that need to be migrated.

Merge request reports