Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
9dfe6dd0c0ea
Commit
96440042
authored
Jan 18, 2016
by
Douglas Barbosa Alexandre
Browse files
Raise an error on page load if there are pending migrations on dev env
parent
f166ba66f2d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/environments/development.rb
View file @
9dfe6dd0
...
...
@@ -16,6 +16,9 @@
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment