nulogy_sso 2.4.0 → 2.5.0
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/lib/nulogy_sso/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3-journal +0 -0
- data/spec/dummy/log/development.log +22 -17
- data/spec/dummy/log/test.log +935 -1110
- data/spec/dummy/tmp/development_secret.txt +1 -1
- data/spec/examples.txt +24 -24
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa5aea3ea95e75844f94fc702a9cac1096135c9896460f0acac40c2b736d2442
|
|
4
|
+
data.tar.gz: 936d70656621ecc40e47e8f0f70347753d9662a04584482e68c6ab53db55d383
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8aed5b7156f238dc974af4c7e3dfa34e08fe2f60e650aec4f072ae1a227f14b05b1c13b674ad7e6a686572804095df8a51545b651991d5b8e5ccc3f3a97260a8
|
|
7
|
+
data.tar.gz: 7647f9d1944d5cedf9eb6d79e503c8ee1a3f873d9bcaa507d6fe27c54ee032bcc1fcb6c380c75a517dc4bb477cecf2f8830d214f7610e24a415f0dad8060dc23
|
data/lib/nulogy_sso/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,21 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
|
2
|
+
`legacy_connection_handling` to `false` in your application.
|
|
3
|
+
|
|
4
|
+
The new connection handling does not support `connection_handlers`
|
|
5
|
+
getter and setter.
|
|
6
|
+
|
|
7
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
|
8
|
+
(called from block in execute at /Users/jasony/.rvm/rubies/ruby-3.1.2/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281)
|
|
4
9
|
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
|
5
|
-
[1m[35m (
|
|
6
|
-
[1m[35m (1.
|
|
7
|
-
[1m[
|
|
8
|
-
[1m[35m (
|
|
9
|
-
[1m[35m (1.
|
|
10
|
+
[1m[35m (1.8ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
11
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
12
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
13
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
|
14
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
|
10
15
|
[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]]
|
|
11
|
-
[1m[
|
|
12
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "
|
|
13
|
-
[1m[
|
|
16
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
17
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2022-09-21 20:45:16.920513"], ["updated_at", "2022-09-21 20:45:16.920513"]]
|
|
18
|
+
[1m[36mTRANSACTION (1.2ms)[0m [1m[36mcommit transaction[0m
|
|
14
19
|
[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]]
|
|
15
|
-
[1m[
|
|
16
|
-
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "
|
|
17
|
-
[1m[
|
|
20
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
21
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.4ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ?[0m [["value", "test"], ["updated_at", "2022-09-21 20:45:16.926395"], ["key", "environment"]]
|
|
22
|
+
[1m[36mTRANSACTION (1.0ms)[0m [1m[36mcommit transaction[0m
|
|
18
23
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
|
19
|
-
[1m[
|
|
20
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.
|
|
21
|
-
[1m[
|
|
24
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
25
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2022-09-21 20:45:16.931739"], ["updated_at", "2022-09-21 20:45:16.931739"]]
|
|
26
|
+
[1m[36mTRANSACTION (1.3ms)[0m [1m[36mcommit transaction[0m
|