phonelib 0.10.19 → 0.10.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/lib/phonelib/version.rb +1 -1
  3. metadata +3 -185
  4. data/spec/benchmark_helper.rb +0 -32
  5. data/spec/coverage/assets/0.10.0/application.css +0 -799
  6. data/spec/coverage/assets/0.10.0/application.js +0 -1707
  7. data/spec/coverage/assets/0.10.0/colorbox/border.png +0 -0
  8. data/spec/coverage/assets/0.10.0/colorbox/controls.png +0 -0
  9. data/spec/coverage/assets/0.10.0/colorbox/loading.gif +0 -0
  10. data/spec/coverage/assets/0.10.0/colorbox/loading_background.png +0 -0
  11. data/spec/coverage/assets/0.10.0/favicon_green.png +0 -0
  12. data/spec/coverage/assets/0.10.0/favicon_red.png +0 -0
  13. data/spec/coverage/assets/0.10.0/favicon_yellow.png +0 -0
  14. data/spec/coverage/assets/0.10.0/loading.gif +0 -0
  15. data/spec/coverage/assets/0.10.0/magnify.png +0 -0
  16. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  17. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  18. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  19. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  20. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  21. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  22. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  23. data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  24. data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
  25. data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  26. data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
  27. data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
  28. data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  29. data/spec/coverage/index.html +0 -72
  30. data/spec/dummy/README.rdoc +0 -261
  31. data/spec/dummy/Rakefile +0 -8
  32. data/spec/dummy/app/assets/config/manifest.js +0 -0
  33. data/spec/dummy/app/assets/javascripts/application.js +0 -13
  34. data/spec/dummy/app/assets/javascripts/phones.js +0 -2
  35. data/spec/dummy/app/assets/stylesheets/application.css +0 -13
  36. data/spec/dummy/app/assets/stylesheets/phones.css +0 -4
  37. data/spec/dummy/app/assets/stylesheets/scaffold.css +0 -56
  38. data/spec/dummy/app/controllers/application_controller.rb +0 -3
  39. data/spec/dummy/app/controllers/phones_controller.rb +0 -98
  40. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  41. data/spec/dummy/app/helpers/phones_helper.rb +0 -2
  42. data/spec/dummy/app/models/phone.rb +0 -22
  43. data/spec/dummy/app/views/layouts/application.html.erb +0 -14
  44. data/spec/dummy/app/views/phones/_form.html.erb +0 -25
  45. data/spec/dummy/app/views/phones/edit.html.erb +0 -6
  46. data/spec/dummy/app/views/phones/index.html.erb +0 -25
  47. data/spec/dummy/app/views/phones/new.html.erb +0 -5
  48. data/spec/dummy/app/views/phones/show.html.erb +0 -14
  49. data/spec/dummy/config/application.rb +0 -62
  50. data/spec/dummy/config/boot.rb +0 -10
  51. data/spec/dummy/config/database.yml +0 -25
  52. data/spec/dummy/config/environment.rb +0 -5
  53. data/spec/dummy/config/environments/development.rb +0 -39
  54. data/spec/dummy/config/environments/production.rb +0 -67
  55. data/spec/dummy/config/environments/test.rb +0 -37
  56. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  57. data/spec/dummy/config/initializers/inflections.rb +0 -15
  58. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  59. data/spec/dummy/config/initializers/phonelib.rb +0 -2
  60. data/spec/dummy/config/initializers/secret_token.rb +0 -7
  61. data/spec/dummy/config/initializers/session_store.rb +0 -8
  62. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  63. data/spec/dummy/config/locales/en.yml +0 -5
  64. data/spec/dummy/config/routes.rb +0 -60
  65. data/spec/dummy/config/storage.yml +0 -4
  66. data/spec/dummy/config.ru +0 -4
  67. data/spec/dummy/db/development.sqlite3 +0 -0
  68. data/spec/dummy/db/migrate/20130121173847_create_phones.rb +0 -9
  69. data/spec/dummy/db/migrate/20130122075331_add_possible_number_to_phone.rb +0 -5
  70. data/spec/dummy/db/migrate/20140318165956_add_more_fields_to_phone.rb +0 -6
  71. data/spec/dummy/db/migrate/20161009182201_add_strict_field_to_phone.rb +0 -5
  72. data/spec/dummy/db/migrate/20161230181632_add_country_to_phone.rb +0 -5
  73. data/spec/dummy/db/migrate/20180522050128_add_country_number_to_phone.rb +0 -5
  74. data/spec/dummy/db/migrate/20180731040557_add_type_mobile_number_to_phone.rb +0 -5
  75. data/spec/dummy/db/migrate/20181021065112_add_country_specifier_proc_number_to_phone.rb +0 -5
  76. data/spec/dummy/db/schema.rb +0 -30
  77. data/spec/dummy/db/test.sqlite3 +0 -0
  78. data/spec/dummy/lib/override_phone_data.dat +0 -0
  79. data/spec/dummy/log/development.log +0 -219
  80. data/spec/dummy/log/test.log +0 -5375
  81. data/spec/dummy/public/404.html +0 -26
  82. data/spec/dummy/public/422.html +0 -26
  83. data/spec/dummy/public/500.html +0 -25
  84. data/spec/dummy/public/favicon.ico +0 -0
  85. data/spec/dummy/script/rails +0 -6
  86. data/spec/dummy/spec/controllers/phones_controller_spec.rb +0 -88
  87. data/spec/dummy/spec/fixtures/phones.yml +0 -65
  88. data/spec/dummy/spec/spec_helper.rb +0 -35
  89. data/spec/dummy/spec/unit/phone_spec.rb +0 -122
  90. data/spec/dummy/tmp/development_secret.txt +0 -1
  91. data/spec/phonelib_bench.rb +0 -20
  92. data/spec/phonelib_ips_bench.rb +0 -27
  93. data/spec/phonelib_memory_bench.rb +0 -29
  94. data/spec/phonelib_spec.rb +0 -1534
@@ -1,219 +0,0 @@
1
-  (30.1ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "possible_number" varchar(255), "type_number" varchar(255), "possible_type_number" varchar(255)) 
2
-  (19.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
-  (0.1ms) select sqlite_version(*)
4
-  (19.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.1ms) SELECT version FROM "schema_migrations"
6
-  (19.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140318165956')
7
-  (17.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130121173847')
8
-  (17.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130122075331')
9
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
10
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/tsort.rb:226)
11
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
12
- Migrating to AddStrictFieldToPhone (20161009182201)
13
-  (0.1ms) begin transaction
14
-  (0.5ms) ALTER TABLE "phones" ADD "strict_number" varchar
15
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161009182201"]]
16
-  (7.8ms) commit transaction
17
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/tsort.rb:226)
19
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
20
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
21
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/tsort.rb:226)
22
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.1.5/lib/ruby/2.1.0/tsort.rb:226)
25
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
26
-  (0.1ms) SELECT sqlite_version(*)
27
-  (16.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
28
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
29
-  (0.1ms) begin transaction
30
- SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-05-23 05:58:04.133879"], ["updated_at", "2017-05-23 05:58:04.133879"]]
31
-  (19.2ms) commit transaction
32
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
33
-  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
34
-  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
35
-  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
36
-  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
37
-  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
38
-  (17.6ms) DROP TABLE IF EXISTS "phones"
39
-  (0.1ms) SELECT sqlite_version(*)
40
-  (17.0ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar, "created_at" datetime, "updated_at" datetime, "possible_number" varchar, "type_number" varchar, "possible_type_number" varchar, "strict_number" varchar, "country" varchar)
41
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
42
-  (16.5ms) INSERT INTO "schema_migrations" (version) VALUES (20161230181632)
43
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
44
-  (0.0ms) begin transaction
45
-  (0.0ms) commit transaction
46
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
47
-  (0.0ms) begin transaction
48
-  (0.0ms) commit transaction
49
-  (15.5ms) DROP TABLE IF EXISTS "phones"
50
-  (0.1ms) SELECT sqlite_version(*)
51
-  (15.5ms) CREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "number" varchar, "created_at" datetime, "updated_at" datetime, "possible_number" varchar, "type_number" varchar, "possible_type_number" varchar, "strict_number" varchar, "country" varchar)
52
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53
-  (15.4ms) INSERT INTO "schema_migrations" (version) VALUES (20161230181632)
54
-  (8.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
55
- ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
56
-  (0.1ms) begin transaction
57
- SQL (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-05-23 05:58:09.808271"], ["updated_at", "2017-05-23 05:58:09.808271"]]
58
-  (7.9ms) commit transaction
59
- ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
60
-  (0.0ms) begin transaction
61
-  (0.0ms) commit transaction
62
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
63
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
64
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
65
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66
- Migrating to AddCountryNumberToPhone (20180522050128)
67
-  (0.0ms) begin transaction
68
-  (0.2ms) ALTER TABLE "phones" ADD "country_number" varchar
69
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180522050128"]]
70
-  (3.7ms) commit transaction
71
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
72
-  (0.1ms)  SELECT sql
73
- FROM sqlite_master
74
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
75
- UNION ALL
76
- SELECT sql
77
- FROM sqlite_temp_master
78
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
79
- 
80
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
81
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
82
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
83
-  (0.3ms)  SELECT sql
84
- FROM sqlite_master
85
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
86
- UNION ALL
87
- SELECT sql
88
- FROM sqlite_temp_master
89
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
90
- 
91
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
92
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
93
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
94
- Migrating to AddTypeMobileNumberToPhone (20180731040557)
95
-  (0.1ms) begin transaction
96
-  (0.9ms) ALTER TABLE "phones" ADD "type_mobile_number" varchar
97
- SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180731040557"]]
98
-  (2.0ms) commit transaction
99
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
100
-  (0.2ms)  SELECT sql
101
- FROM sqlite_master
102
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
103
- UNION ALL
104
- SELECT sql
105
- FROM sqlite_temp_master
106
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
107
- 
108
- DEPRECATION WARNING: config.active_record.whitelist_attributes is deprecated and have no effect. Remove its call from the configuration. (called from block in tsort_each at /home/daddy/.rvm/rubies/ruby-2.4.1/lib/ruby/2.4.0/tsort.rb:228)
109
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
110
- Migrating to AddCountrySpecifierProcNumberToPhone (20181021065112)
111
-  (0.0ms) begin transaction
112
-  (0.2ms) ALTER TABLE "phones" ADD "country_specifier_proc_number" varchar
113
- SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181021065112"]]
114
-  (2.3ms) commit transaction
115
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
116
-  (0.1ms)  SELECT sql
117
- FROM sqlite_master
118
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
119
- UNION ALL
120
- SELECT sql
121
- FROM sqlite_temp_master
122
- WHERE name='sqlite_autoindex_ar_internal_metadata_1' AND type='index'
123
- 
124
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
125
- `legacy_connection_handling` to `false` in your application.
126
-
127
- The new connection handling does not support `connection_handlers`
128
- getter and setter.
129
-
130
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
131
- (called from require at script/rails:6)
132
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
133
- `legacy_connection_handling` to `false` in your application.
134
-
135
- The new connection handling does not support `connection_handlers`
136
- getter and setter.
137
-
138
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
139
- (called from require at script/rails:6)
140
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
141
- `legacy_connection_handling` to `false` in your application.
142
-
143
- The new connection handling does not support `connection_handlers`
144
- getter and setter.
145
-
146
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
147
- (called from require at script/rails:6)
148
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
149
- `legacy_connection_handling` to `false` in your application.
150
-
151
- The new connection handling does not support `connection_handlers`
152
- getter and setter.
153
-
154
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
155
- (called from require at script/rails:6)
156
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
157
- `legacy_connection_handling` to `false` in your application.
158
-
159
- The new connection handling does not support `connection_handlers`
160
- getter and setter.
161
-
162
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
163
- (called from require at script/rails:6)
164
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
165
- `legacy_connection_handling` to `false` in your application.
166
-
167
- The new connection handling does not support `connection_handlers`
168
- getter and setter.
169
-
170
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
171
- (called from require at script/rails:6)
172
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
173
- `legacy_connection_handling` to `false` in your application.
174
-
175
- The new connection handling does not support `connection_handlers`
176
- getter and setter.
177
-
178
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
179
- (called from require at script/rails:6)
180
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
181
- `legacy_connection_handling` to `false` in your application.
182
-
183
- The new connection handling does not support `connection_handlers`
184
- getter and setter.
185
-
186
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
187
- (called from <top (required)> at /home/daddy/projects/gems/phonelib/spec/dummy/app/models/phone.rb:1)
188
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
189
- `legacy_connection_handling` to `false` in your application.
190
-
191
- The new connection handling does not support `connection_handlers`
192
- getter and setter.
193
-
194
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
195
- (called from <top (required)> at /home/daddy/projects/gems/phonelib/spec/dummy/app/models/phone.rb:1)
196
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
197
- `legacy_connection_handling` to `false` in your application.
198
-
199
- The new connection handling does not support `connection_handlers`
200
- getter and setter.
201
-
202
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
203
- (called from <top (required)> at /home/daddy/projects/gems/phonelib/spec/dummy/app/models/phone.rb:1)
204
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
205
- `legacy_connection_handling` to `false` in your application.
206
-
207
- The new connection handling does not support `connection_handlers`
208
- getter and setter.
209
-
210
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
211
- (called from <top (required)> at /home/daddy/projects/gems/phonelib/spec/dummy/app/models/phone.rb:1)
212
- DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
213
- `legacy_connection_handling` to `false` in your application.
214
-
215
- The new connection handling does not support `connection_handlers`
216
- getter and setter.
217
-
218
- Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
219
- (called from <top (required)> at /home/daddy/projects/gems/phonelib/spec/dummy/app/models/phone.rb:1)