Skip to content
Snippets Groups Projects
Commit 96440042 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre
Browse files

Raise an error on page load if there are pending migrations on dev env

parent bddef293
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,9 @@ Rails.application.configure do
# Print deprecation notices to the Rails logger
config.active_support.deprecation = :log
 
# Raise an error on page load if there are pending migrations
config.active_record.migration_error = :page_load
# Only use best-standards-support built into browsers
config.action_dispatch.best_standards_support = :builtin
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment