mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:03:38 +08:00
Disable raise_in_transactional_callbacks for now
This commit is contained in:
parent
338fb6efdd
commit
d2b1cc55b9
|
@ -117,9 +117,9 @@ module Discourse
|
||||||
# see: http://stackoverflow.com/questions/11894180/how-does-one-correctly-add-custom-sql-dml-in-migrations/11894420#11894420
|
# see: http://stackoverflow.com/questions/11894180/how-does-one-correctly-add-custom-sql-dml-in-migrations/11894420#11894420
|
||||||
config.active_record.schema_format = :sql
|
config.active_record.schema_format = :sql
|
||||||
|
|
||||||
if Rails.version >= "4.2.0"
|
if Rails.version >= "4.2.0" && Rails.version < "5.0.0"
|
||||||
# Opt-into the default behavior in Rails 5
|
# Opt-into the default behavior in Rails 5
|
||||||
# config.active_record.raise_in_transactional_callbacks = true
|
config.active_record.raise_in_transactional_callbacks = false
|
||||||
end
|
end
|
||||||
|
|
||||||
# per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet
|
# per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet
|
||||||
|
|
Loading…
Reference in New Issue
Block a user