Comment out mass assignment sanitizer
This commit is contained in:
parent
f2c32fffca
commit
8db525c2b8
2 changed files with 1 additions and 9 deletions
|
@ -72,10 +72,6 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
airbrake (8.0.1)
|
||||
airbrake-ruby (~> 3.0)
|
||||
airbrake-ruby (3.1.0)
|
||||
tdigest (= 0.1.1)
|
||||
amq-protocol (2.3.0)
|
||||
andand (1.3.3)
|
||||
arel (7.1.4)
|
||||
|
@ -361,7 +357,6 @@ GEM
|
|||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rake (12.3.2)
|
||||
rbtree (0.4.2)
|
||||
request_store (1.4.1)
|
||||
rack (>= 1.4)
|
||||
require_all (2.0.0)
|
||||
|
@ -448,8 +443,6 @@ GEM
|
|||
stripe (1.58.0)
|
||||
rest-client (>= 1.4, < 4.0)
|
||||
table_print (1.5.6)
|
||||
tdigest (0.1.1)
|
||||
rbtree (~> 0.4.2)
|
||||
test-unit (3.2.8)
|
||||
power_assert
|
||||
thor (0.19.4)
|
||||
|
@ -489,7 +482,6 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
action_mailer_matchers
|
||||
airbrake (~> 8.0.1)
|
||||
aws-sdk (~> 1)
|
||||
aws-ses
|
||||
binding_of_caller
|
||||
|
|
|
@ -52,7 +52,7 @@ Rails.application.configure do
|
|||
config.active_support.deprecation = :log
|
||||
|
||||
# Raise exception on mass assignment protection for Active Record models
|
||||
config.active_record.mass_assignment_sanitizer = :strict
|
||||
# config.active_record.mass_assignment_sanitizer = :strict
|
||||
|
||||
# Raise an error on page load if there are pending migrations.
|
||||
config.active_record.migration_error = :page_load
|
||||
|
|
Loading…
Reference in a new issue