Added suggested advance-deprecation for Rails 5
This commit is contained in:
parent
247a61c30f
commit
f5d099e30a
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ Debshots::Application.configure do
|
|||
# number of complex assets.
|
||||
config.assets.debug = true
|
||||
|
||||
# ActiveRecord errors propagate normally (forward deprecation to Rails 5)
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
||||
|
||||
# URL prefix leading to the static images that should get delivered by the web server
|
||||
config.images_path_prefix = '/screenshots'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue