we_bridge_rails_engine_users 0.1.8 → 0.1.9
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8eb2ca219695dfac51ab42ab2e704ee68cdf352e
|
|
4
|
+
data.tar.gz: f0bb088922c7c25701f2c2b3ad2fe880e59a212f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82732db59861c7f7edfc22e31546466e798c2d80c9ce0faf6553840a255268bba0cbfb037eb7cce1604381b1ec2c534ed86efb647896ee72a5d6d3e413a8ba13
|
|
7
|
+
data.tar.gz: cf45ca61a91e5b4a8b4c310c3d896933aeed1a1d4b834f39dcf6071011a085c5316b3b8d54148e3589401d40d149a1da8c21d0588192a3d63267ae3fef47e5c9
|
|
Binary file
|
|
@@ -12000,3 +12000,93 @@ Processing by SessionsController#login as HTML
|
|
|
12000
12000
|
[1m[35m (0.1ms)[0m SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
|
|
12001
12001
|
Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
|
|
12002
12002
|
Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.1ms)
|
|
12003
|
+
|
|
12004
|
+
|
|
12005
|
+
Started GET "/" for ::1 at 2015-11-26 21:40:13 +0900
|
|
12006
|
+
Processing by SessionsController#login as HTML
|
|
12007
|
+
[1m[36m (0.7ms)[0m [1mSELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC[0m
|
|
12008
|
+
Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (14.5ms)
|
|
12009
|
+
Completed 200 OK in 388ms (Views: 356.7ms | ActiveRecord: 4.3ms)
|
|
12010
|
+
|
|
12011
|
+
|
|
12012
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 21:40:13 +0900
|
|
12013
|
+
|
|
12014
|
+
|
|
12015
|
+
Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 21:40:13 +0900
|
|
12016
|
+
|
|
12017
|
+
|
|
12018
|
+
Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 21:40:13 +0900
|
|
12019
|
+
|
|
12020
|
+
|
|
12021
|
+
Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 21:40:13 +0900
|
|
12022
|
+
|
|
12023
|
+
|
|
12024
|
+
Started GET "/auth/google" for ::1 at 2015-11-26 21:40:15 +0900
|
|
12025
|
+
|
|
12026
|
+
|
|
12027
|
+
Started GET "/auth/google/callback?state=4ce0b3f51dd0e602ac0b341212ab93283718481b2596057a&code=4/kuempE0GUUHTFU5tV_bfHno3RJf_MYrIRGEN5PPuwoU" for ::1 at 2015-11-26 21:40:16 +0900
|
|
12028
|
+
Processing by SessionsController#callback as HTML
|
|
12029
|
+
Parameters: {"state"=>"4ce0b3f51dd0e602ac0b341212ab93283718481b2596057a", "code"=>"4/kuempE0GUUHTFU5tV_bfHno3RJf_MYrIRGEN5PPuwoU", "provider"=>"google"}
|
|
12030
|
+
[1m[35m (0.3ms)[0m SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
|
|
12031
|
+
[1m[36mUserAccount Load (1.1ms)[0m [1mSELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1[0m [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
|
|
12032
|
+
[1m[35mUser Load (0.7ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
|
12033
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12034
|
+
Redirected to http://localhost:3000/
|
|
12035
|
+
Completed 302 Found in 147ms (ActiveRecord: 2.9ms)
|
|
12036
|
+
|
|
12037
|
+
|
|
12038
|
+
Started GET "/" for ::1 at 2015-11-26 21:40:17 +0900
|
|
12039
|
+
Processing by SessionsController#login as HTML
|
|
12040
|
+
[1m[35m (0.2ms)[0m SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
|
|
12041
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
|
|
12042
|
+
[1m[35mLang Load (0.1ms)[0m SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
|
|
12043
|
+
[1m[36mActiveRecord::Mlang::Lang Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1[0m [["id", 2]]
|
|
12044
|
+
[1m[35mUserText Load (0.8ms)[0m SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
|
|
12045
|
+
Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (30.7ms)
|
|
12046
|
+
Completed 200 OK in 60ms (Views: 46.4ms | ActiveRecord: 2.0ms)
|
|
12047
|
+
|
|
12048
|
+
|
|
12049
|
+
Started GET "/users/1" for ::1 at 2015-11-26 21:40:18 +0900
|
|
12050
|
+
Processing by UsersController#show as HTML
|
|
12051
|
+
Parameters: {"id"=>"1"}
|
|
12052
|
+
[1m[36m (0.2ms)[0m [1mSELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC[0m
|
|
12053
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
|
12054
|
+
[1m[36mLang Load (0.1ms)[0m [1mSELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1[0m [["id", 2]]
|
|
12055
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
|
12056
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1[0m [["id", 2]]
|
|
12057
|
+
[1m[35mLang Load (0.2ms)[0m SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
|
|
12058
|
+
[1m[36mActiveRecord::Mlang::Lang Load (0.6ms)[0m [1mSELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1[0m [["code", "ja"]]
|
|
12059
|
+
[1m[35mUserText Load (0.1ms)[0m SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 5]]
|
|
12060
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12061
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 1], ["created_at", "2015-11-26 12:40:18.737881"], ["updated_at", "2015-11-26 12:40:18.737881"]]
|
|
12062
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
|
12063
|
+
[1m[35mActiveRecord::Mlang::Lang Load (0.1ms)[0m SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
|
|
12064
|
+
[1m[36mUserText Load (0.1ms)[0m [1mSELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1[0m [["parent_id", 1], ["lang_id", 2]]
|
|
12065
|
+
[1m[35mActiveRecord::Mlang::Lang Load (0.1ms)[0m SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
|
|
12066
|
+
[1m[36mUserText Load (0.1ms)[0m [1mSELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1[0m [["parent_id", 1], ["lang_id", 1]]
|
|
12067
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12068
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["lang_id", 1], ["parent_id", 1], ["created_at", "2015-11-26 12:40:18.747876"], ["updated_at", "2015-11-26 12:40:18.747876"]]
|
|
12069
|
+
[1m[35m (1.0ms)[0m commit transaction
|
|
12070
|
+
[1m[36mActiveRecord::Mlang::Lang Load (0.1ms)[0m [1mSELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1[0m [["code", "es"]]
|
|
12071
|
+
[1m[35mUserText Load (0.1ms)[0m SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 3]]
|
|
12072
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12073
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 1], ["created_at", "2015-11-26 12:40:18.753644"], ["updated_at", "2015-11-26 12:40:18.753644"]]
|
|
12074
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
|
12075
|
+
[1m[35mActiveRecord::Mlang::Lang Load (0.2ms)[0m SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
|
|
12076
|
+
[1m[36mUserText Load (0.1ms)[0m [1mSELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1[0m [["parent_id", 1], ["lang_id", 4]]
|
|
12077
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
12078
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["lang_id", 4], ["parent_id", 1], ["created_at", "2015-11-26 12:40:18.759843"], ["updated_at", "2015-11-26 12:40:18.759843"]]
|
|
12079
|
+
[1m[35m (0.8ms)[0m commit transaction
|
|
12080
|
+
Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder within layouts/application (128.4ms)
|
|
12081
|
+
Completed 200 OK in 168ms (Views: 155.4ms | ActiveRecord: 7.9ms)
|
|
12082
|
+
|
|
12083
|
+
|
|
12084
|
+
Started GET "/" for ::1 at 2015-11-26 21:40:21 +0900
|
|
12085
|
+
Processing by SessionsController#login as HTML
|
|
12086
|
+
[1m[36m (0.2ms)[0m [1mSELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC[0m
|
|
12087
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
|
12088
|
+
[1m[36mLang Load (0.1ms)[0m [1mSELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1[0m [["id", 2]]
|
|
12089
|
+
[1m[35mActiveRecord::Mlang::Lang Exists (0.1ms)[0m SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
|
|
12090
|
+
[1m[36mUserText Load (0.1ms)[0m [1mSELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1[0m [["parent_id", 1], ["lang_id", 2]]
|
|
12091
|
+
Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.4ms)
|
|
12092
|
+
Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.5ms)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: we_bridge_rails_engine_users
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shinjiro Itagaki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|