Sha256: c8d8e785d7653d58faab6ab686e9b236eb1bd11d0b38fb319b63366eba5428c4

Contents?: true

Size: 1.96 KB

Versions: 18

Compression:

Stored size: 1.96 KB

Contents

Selected Locale: en
Selected Locale: en
Selected Locale: en
Selected Locale: en
  User Load (0.5ms)  SELECT  "users".* FROM "users" LIMIT ?  [["LIMIT", 11]]
Selected Locale: en
Selected Locale: en
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
boolean values and must have old data converted to 1 and 0 (its native boolean
serialization) before setting this flag to true. Conversion can be accomplished
by setting up a rake task which runs

  ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
  ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)

for all models and all boolean columns, after which the flag must be set to
true by adding the following to your application.rb file:

  Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
 (called from <top (required)> at /home/gabrieletassoni/Git/rails/thecore_project/thecore/test/dummy/config/environment.rb:5)
Selected Locale: en
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
boolean values and must have old data converted to 1 and 0 (its native boolean
serialization) before setting this flag to true. Conversion can be accomplished
by setting up a rake task which runs

  ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
  ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)

for all models and all boolean columns, after which the flag must be set to
true by adding the following to your application.rb file:

  Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
 (called from <top (required)> at /home/gabrieletassoni/Git/rails/thecore_project/thecore/test/dummy/config/environment.rb:5)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
thecore-1.7.7 test/dummy/log/development.log
thecore-1.7.5 test/dummy/log/development.log
thecore-1.7.3 test/dummy/log/development.log
thecore-1.7.2 test/dummy/log/development.log
thecore-1.7.1 test/dummy/log/development.log
thecore-1.7.0 test/dummy/log/development.log
thecore-1.6.13 test/dummy/log/development.log
thecore-1.6.10 test/dummy/log/development.log
thecore-1.6.9 test/dummy/log/development.log
thecore-1.6.8 test/dummy/log/development.log
thecore-1.6.7 test/dummy/log/development.log
thecore-1.6.5 test/dummy/log/development.log
thecore-1.6.4 test/dummy/log/development.log
thecore-1.6.3 test/dummy/log/development.log
thecore-1.6.2 test/dummy/log/development.log
thecore-1.6.1 test/dummy/log/development.log
thecore-1.6.0 test/dummy/log/development.log
thecore-1.5.14 test/dummy/log/development.log