{ "ignored_warnings": [ "DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`\nset to false is deprecated. SQLite databases have used 't' and 'f' to serialize\nboolean values and must have old data converted to 1 and 0 (its native boolean\nserialization) before setting this flag to true. Conversion can be accomplished\nby setting up a rake task which runs\n\n ExampleModel.where(\"boolean_column = 't'\").update_all(boolean_column: 1)\n ExampleModel.where(\"boolean_column = 'f'\").update_all(boolean_column: 0)\n\nfor all models and all boolean columns, after which the flag must be set to\ntrue by adding the following to your application.rb file:\n\n Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true\n (called from at ../spec_helper.rb)", "DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`\nset to false is deprecated. SQLite databases have used 't' and 'f' to serialize\nboolean values and must have old data converted to 1 and 0 (its native boolean\nserialization) before setting this flag to true. Conversion can be accomplished\nby setting up a rake task which runs\n\n ExampleModel.where(\"boolean_column = 't'\").update_all(boolean_column: 1)\n ExampleModel.where(\"boolean_column = 'f'\").update_all(boolean_column: 0)\n\nfor all models and all boolean columns, after which the flag must be set to\ntrue by adding the following to your application.rb file:\n\n Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true\n (called from block in at ../../config.ru)" ], "updated": "2019-05-01 03:28:56 UTC", "rails_version": "5.2.3" }