Sha256: 573726fe35b051a70ac18f09f30b40049c6722ca314f32728dea4869a8586f19

Contents?: true

Size: 1.73 KB

Versions: 3

Compression:

Stored size: 1.73 KB

Contents

{
  "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 <global scope> 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 <global scope> at ../../config.ru)"
  ],
  "updated": "2019-05-01 03:28:56 UTC",
  "rails_version": "5.2.3"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
auto_admin-0.0.4 spec/internal/config/deprecations.ignore
auto_admin-0.0.3 spec/internal/config/deprecations.ignore
auto_admin-0.0.2 spec/internal/config/deprecations.ignore