Comment out mass assignment sanitizer

This commit is contained in:
Eric Schultz 2019-06-21 17:14:27 -05:00 committed by Luis Castro
parent f2c32fffca
commit 8db525c2b8
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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