phonelib 0.10.16 → 0.10.18
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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/data/extended_data.dat +0 -0
- data/data/phone_data.dat +0 -0
- data/lib/phonelib/phone_formatter.rb +1 -1
- data/lib/phonelib/version.rb +1 -1
- data/lib/phonelib.rb +6 -6
- data/spec/benchmark_helper.rb +32 -0
- data/spec/coverage/assets/0.10.0/application.css +799 -0
- data/spec/coverage/assets/0.10.0/application.js +1707 -0
- data/spec/coverage/assets/0.10.0/colorbox/border.png +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/controls.png +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/loading.gif +0 -0
- data/spec/coverage/assets/0.10.0/colorbox/loading_background.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_green.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_red.png +0 -0
- data/spec/coverage/assets/0.10.0/favicon_yellow.png +0 -0
- data/spec/coverage/assets/0.10.0/loading.gif +0 -0
- data/spec/coverage/assets/0.10.0/magnify.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/spec/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/spec/coverage/index.html +72 -0
- data/spec/dummy/README.rdoc +261 -0
- data/spec/dummy/Rakefile +8 -0
- data/spec/dummy/app/assets/config/manifest.js +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/javascripts/phones.js +2 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/assets/stylesheets/phones.css +4 -0
- data/spec/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/controllers/phones_controller.rb +98 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/helpers/phones_helper.rb +2 -0
- data/spec/dummy/app/models/phone.rb +22 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/phones/_form.html.erb +25 -0
- data/spec/dummy/app/views/phones/edit.html.erb +6 -0
- data/spec/dummy/app/views/phones/index.html.erb +25 -0
- data/spec/dummy/app/views/phones/new.html.erb +5 -0
- data/spec/dummy/app/views/phones/show.html.erb +14 -0
- data/spec/dummy/config/application.rb +62 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +39 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +37 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/phonelib.rb +2 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +60 -0
- data/spec/dummy/config/storage.yml +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20130121173847_create_phones.rb +9 -0
- data/spec/dummy/db/migrate/20130122075331_add_possible_number_to_phone.rb +5 -0
- data/spec/dummy/db/migrate/20140318165956_add_more_fields_to_phone.rb +6 -0
- data/spec/dummy/db/migrate/20161009182201_add_strict_field_to_phone.rb +5 -0
- data/spec/dummy/db/migrate/20161230181632_add_country_to_phone.rb +5 -0
- data/spec/dummy/db/migrate/20180522050128_add_country_number_to_phone.rb +5 -0
- data/spec/dummy/db/migrate/20180731040557_add_type_mobile_number_to_phone.rb +5 -0
- data/spec/dummy/db/migrate/20181021065112_add_country_specifier_proc_number_to_phone.rb +5 -0
- data/spec/dummy/db/schema.rb +30 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/lib/override_phone_data.dat +0 -0
- data/spec/dummy/log/development.log +219 -0
- data/spec/dummy/log/test.log +5375 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/dummy/spec/controllers/phones_controller_spec.rb +88 -0
- data/spec/dummy/spec/fixtures/phones.yml +65 -0
- data/spec/dummy/spec/spec_helper.rb +35 -0
- data/spec/dummy/spec/unit/phone_spec.rb +122 -0
- data/spec/dummy/tmp/development_secret.txt +1 -0
- data/spec/phonelib_bench.rb +20 -0
- data/spec/phonelib_ips_bench.rb +27 -0
- data/spec/phonelib_memory_bench.rb +29 -0
- data/spec/phonelib_spec.rb +1534 -0
- metadata +186 -4
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
[1m[36m (30.1ms)[0m [1mCREATE 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)) [0m
|
|
2
|
+
[1m[35m (19.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
3
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
4
|
+
[1m[35m (19.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
5
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
6
|
+
[1m[35m (19.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140318165956')
|
|
7
|
+
[1m[36m (17.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130121173847')[0m
|
|
8
|
+
[1m[35m (17.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20130122075331')
|
|
9
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
12
|
+
Migrating to AddStrictFieldToPhone (20161009182201)
|
|
13
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
14
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "phones" ADD "strict_number" varchar[0m
|
|
15
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161009182201"]]
|
|
16
|
+
[1m[36m (7.8ms)[0m [1mcommit transaction[0m
|
|
17
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
20
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
23
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
26
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
27
|
+
[1m[35m (16.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
28
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
29
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
30
|
+
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-05-23 05:58:04.133879"], ["updated_at", "2017-05-23 05:58:04.133879"]]
|
|
31
|
+
[1m[35m (19.2ms)[0m [1m[36mcommit transaction[0m
|
|
32
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
33
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
34
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
35
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
36
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
37
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
|
38
|
+
[1m[35m (17.6ms)[0m [1m[35mDROP TABLE IF EXISTS "phones"[0m
|
|
39
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
40
|
+
[1m[35m (17.0ms)[0m [1m[35mCREATE 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)[0m
|
|
41
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
42
|
+
[1m[35m (16.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20161230181632)[0m
|
|
43
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
44
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
45
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
46
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
47
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
48
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
49
|
+
[1m[35m (15.5ms)[0m [1m[35mDROP TABLE IF EXISTS "phones"[0m
|
|
50
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
51
|
+
[1m[35m (15.5ms)[0m [1m[35mCREATE 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)[0m
|
|
52
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
53
|
+
[1m[35m (15.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20161230181632)[0m
|
|
54
|
+
[1m[35m (8.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
55
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
56
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
57
|
+
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2017-05-23 05:58:09.808271"], ["updated_at", "2017-05-23 05:58:09.808271"]]
|
|
58
|
+
[1m[35m (7.9ms)[0m [1m[36mcommit transaction[0m
|
|
59
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
60
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
61
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
62
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
66
|
+
Migrating to AddCountryNumberToPhone (20180522050128)
|
|
67
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
68
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "phones" ADD "country_number" varchar[0m
|
|
69
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180522050128"]]
|
|
70
|
+
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
|
|
71
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
72
|
+
[1m[36m (0.1ms)[0m [1m 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
|
+
[0m
|
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
82
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
83
|
+
[1m[36m (0.3ms)[0m [1m 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
|
+
[0m
|
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
94
|
+
Migrating to AddTypeMobileNumberToPhone (20180731040557)
|
|
95
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
96
|
+
[1m[36m (0.9ms)[0m [1mALTER TABLE "phones" ADD "type_mobile_number" varchar[0m
|
|
97
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180731040557"]]
|
|
98
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
|
99
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
100
|
+
[1m[36m (0.2ms)[0m [1m 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
|
+
[0m
|
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
110
|
+
Migrating to AddCountrySpecifierProcNumberToPhone (20181021065112)
|
|
111
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
112
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "phones" ADD "country_specifier_proc_number" varchar[0m
|
|
113
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20181021065112"]]
|
|
114
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
|
115
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
|
116
|
+
[1m[36m (0.1ms)[0m [1m 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
|
+
[0m
|
|
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)
|