we_bridge_rails_engine_users 0.1.0 → 0.1.2

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: bc7a50b8b87213811b77f8cb7c7d97d6702e503e
4
- data.tar.gz: c99dd8750ffc201199e8155f6cfa18779d081c49
3
+ metadata.gz: fd14a54424030fa0313ba2bdd4b6b75a4fdcbd74
4
+ data.tar.gz: cf0ffae611f824c7fca8323c2e65879d7bcb01e8
5
5
  SHA512:
6
- metadata.gz: 8243a0de891c2a6fa67631a226754d6084a9b7d06d9e830a9629a656c583e3c62c914b3a7c1e9e181e20d86523ebe6d2df182901ed3f81904b39c7c2344955be
7
- data.tar.gz: f617d1bf2a045e2be9bc38329f5054178be90f1c5ffd17e0618eb4cae3be1133aed88a8cd34e97e91e11c37a9796dbfd10915c2c4ab86a862597b2db57319281
6
+ metadata.gz: ce1679f456bc48e498a572d52dcbbc57d51ad86af3d9d7ee3976fe9f0e2ee0aa23d6958b462a0474c60046ca31a1cefd8a10dc3e112605a31c98db38a2606e97
7
+ data.tar.gz: ed165a4bd609a58d39b8ecb8279ac7cc0f2df408e16bcf75b7f24ed6aefc131973156b07b9a23bd2236d31a77c401aacc06f4e32c8320966d39dc68668fa3f61
@@ -1,3 +1,3 @@
1
1
  module WeBridgeRailsEngineUsers
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -6090,3 +6090,45 @@ Processing by SessionsController#login as HTML
6090
6090
   (0.8ms) commit transaction
6091
6091
  Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (8.0ms)
6092
6092
  Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 1.5ms)
6093
+
6094
+
6095
+ Started GET "/" for ::1 at 2015-08-11 22:08:16 +0900
6096
+ Processing by SessionsController#login as HTML
6097
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
6098
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
6099
+ UserText Load (0.6ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 2]]
6100
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (78.4ms)
6101
+ Completed 200 OK in 131ms (Views: 126.8ms | ActiveRecord: 3.1ms)
6102
+
6103
+
6104
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-08-11 22:08:16 +0900
6105
+
6106
+
6107
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-08-11 22:08:17 +0900
6108
+
6109
+
6110
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-08-11 22:08:17 +0900
6111
+
6112
+
6113
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-08-11 22:08:17 +0900
6114
+
6115
+
6116
+ Started GET "/" for ::1 at 2015-08-12 09:52:23 +0900
6117
+ Processing by SessionsController#login as HTML
6118
+ User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
6119
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
6120
+ UserText Load (0.3ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 2]]
6121
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (55.3ms)
6122
+ Completed 200 OK in 148ms (Views: 143.8ms | ActiveRecord: 1.7ms)
6123
+
6124
+
6125
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-08-12 09:52:23 +0900
6126
+
6127
+
6128
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-08-12 09:52:23 +0900
6129
+
6130
+
6131
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-08-12 09:52:23 +0900
6132
+
6133
+
6134
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-08-12 09:52:23 +0900
@@ -17716,3 +17716,785 @@ Completed 401 Unauthorized in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
17716
17716
  Lang Load (0.1ms) SELECT "langs".* FROM "langs"
17717
17717
  Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder (5.7ms)
17718
17718
   (0.6ms) rollback transaction
17719
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
17720
+  (0.1ms) begin transaction
17721
+ Processing by SessionsController#login as HTML
17722
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
17723
+ Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
17724
+  (0.1ms) rollback transaction
17725
+  (0.1ms) begin transaction
17726
+ Processing by SessionsController#login as HTML
17727
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
17728
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
17729
+  (0.1ms) rollback transaction
17730
+  (0.1ms) begin transaction
17731
+ Processing by SessionsController#callback as HTML
17732
+ Parameters: {"provider"=>"google"}
17733
+ UserAccount Load (0.7ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
17734
+  (0.1ms) SAVEPOINT active_record_1
17735
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
17736
+ Redirected to http://test.host/
17737
+ Completed 302 Found in 21ms (ActiveRecord: 1.6ms)
17738
+  (0.1ms) rollback transaction
17739
+  (0.1ms) begin transaction
17740
+ UserAccount Load (0.2ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."user_id" = ? AND "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? LIMIT 1 [["user_id", -1], ["provider", "google"], ["uid", "123545"]]
17741
+  (0.1ms) SAVEPOINT active_record_1
17742
+ SQL (1.3ms) INSERT INTO "user_accounts" ("user_id", "provider", "uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["user_id", -1], ["provider", "google"], ["uid", "123545"], ["created_at", "2015-08-12 10:25:15.266887"], ["updated_at", "2015-08-12 10:25:15.266887"]]
17743
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17744
+ Processing by SessionsController#callback as HTML
17745
+ Parameters: {"provider"=>"google"}
17746
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
17747
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", -1]]
17748
+ Redirected to http://test.host/
17749
+ Completed 302 Found in 35ms (ActiveRecord: 0.9ms)
17750
+  (1.1ms) rollback transaction
17751
+  (0.1ms) begin transaction
17752
+  (0.1ms) SAVEPOINT active_record_1
17753
+ SQL (0.4ms) INSERT INTO "users" ("lang_id", "created_at", "updated_at") VALUES (?, ?, ?) [["lang_id", 1], ["created_at", "2015-08-12 10:25:15.320568"], ["updated_at", "2015-08-12 10:25:15.320568"]]
17754
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17755
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? AND "user_accounts"."user_id" = ? LIMIT 1 [["provider", "google"], ["uid", "123545"], ["user_id", 1]]
17756
+  (0.0ms) SAVEPOINT active_record_1
17757
+ SQL (0.5ms) INSERT INTO "user_accounts" ("provider", "uid", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["provider", "google"], ["uid", "123545"], ["user_id", 1], ["created_at", "2015-08-12 10:25:15.324273"], ["updated_at", "2015-08-12 10:25:15.324273"]]
17758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17759
+ Processing by SessionsController#callback as HTML
17760
+ Parameters: {"provider"=>"google"}
17761
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
17762
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17763
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17764
+ Redirected to http://test.host/
17765
+ Completed 302 Found in 3ms (ActiveRecord: 0.1ms)
17766
+  (0.7ms) rollback transaction
17767
+  (0.1ms) begin transaction
17768
+ Processing by SessionsController#failure as HTML
17769
+ Redirected to http://test.host/
17770
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
17771
+  (0.1ms) rollback transaction
17772
+  (0.1ms) begin transaction
17773
+ Processing by SessionsController#logout as HTML
17774
+ Redirected to http://test.host/
17775
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
17776
+  (0.0ms) rollback transaction
17777
+  (0.1ms) begin transaction
17778
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17779
+  (0.1ms) SAVEPOINT active_record_1
17780
+ SQL (0.8ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.362533"], ["updated_at", "2015-08-12 10:25:15.362533"]]
17781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17782
+  (0.1ms) SAVEPOINT active_record_1
17783
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.365806"], ["updated_at", "2015-08-12 10:25:15.365806"]]
17784
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17785
+  (0.2ms) SAVEPOINT active_record_1
17786
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.369412"], ["updated_at", "2015-08-12 10:25:15.369412"]]
17787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17788
+ Processing by UsersController#index as HTML
17789
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (0.3ms)
17790
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
17791
+ User Load (0.1ms) SELECT "users".* FROM "users"
17792
+  (1.0ms) rollback transaction
17793
+  (0.1ms) begin transaction
17794
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17795
+  (0.1ms) SAVEPOINT active_record_1
17796
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.388645"], ["updated_at", "2015-08-12 10:25:15.388645"]]
17797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17798
+  (0.0ms) SAVEPOINT active_record_1
17799
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.390970"], ["updated_at", "2015-08-12 10:25:15.390970"]]
17800
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17801
+  (0.0ms) SAVEPOINT active_record_1
17802
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.393625"], ["updated_at", "2015-08-12 10:25:15.393625"]]
17803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17804
+ Processing by UsersController#show as HTML
17805
+ Parameters: {"id"=>"1"}
17806
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17807
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder within layouts/application (0.4ms)
17808
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
17809
+  (1.0ms) rollback transaction
17810
+  (0.1ms) begin transaction
17811
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17812
+  (0.1ms) SAVEPOINT active_record_1
17813
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.413007"], ["updated_at", "2015-08-12 10:25:15.413007"]]
17814
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17815
+  (0.1ms) SAVEPOINT active_record_1
17816
+ SQL (1.0ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.416599"], ["updated_at", "2015-08-12 10:25:15.416599"]]
17817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17818
+  (0.9ms) rollback transaction
17819
+  (0.1ms) begin transaction
17820
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17821
+  (0.1ms) SAVEPOINT active_record_1
17822
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.425926"], ["updated_at", "2015-08-12 10:25:15.425926"]]
17823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17824
+  (0.0ms) SAVEPOINT active_record_1
17825
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.428900"], ["updated_at", "2015-08-12 10:25:15.428900"]]
17826
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17827
+ Processing by UsersController#edit as HTML
17828
+ Parameters: {"id"=>"1"}
17829
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17830
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17831
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/edit.html.builder within layouts/application (0.5ms)
17832
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.1ms)
17833
+  (0.8ms) rollback transaction
17834
+  (0.1ms) begin transaction
17835
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17836
+  (0.1ms) SAVEPOINT active_record_1
17837
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.444131"], ["updated_at", "2015-08-12 10:25:15.444131"]]
17838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17839
+  (0.1ms) SAVEPOINT active_record_1
17840
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.446880"], ["updated_at", "2015-08-12 10:25:15.446880"]]
17841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17842
+  (0.1ms) SAVEPOINT active_record_1
17843
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.449594"], ["updated_at", "2015-08-12 10:25:15.449594"]]
17844
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17845
+ Processing by UsersController#edit as HTML
17846
+ Parameters: {"id"=>"1"}
17847
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17848
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
17849
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
17850
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (3.1ms)
17851
+ Completed 403 Forbidden in 115ms (Views: 113.5ms | ActiveRecord: 0.1ms)
17852
+  (0.8ms) rollback transaction
17853
+  (0.3ms) begin transaction
17854
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17855
+  (0.1ms) SAVEPOINT active_record_1
17856
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.571681"], ["updated_at", "2015-08-12 10:25:15.571681"]]
17857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17858
+  (0.1ms) SAVEPOINT active_record_1
17859
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.574480"], ["updated_at", "2015-08-12 10:25:15.574480"]]
17860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17861
+ Processing by UsersController#edit as HTML
17862
+ Parameters: {"id"=>"1"}
17863
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17864
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
17865
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.7ms)
17866
+ Completed 401 Unauthorized in 110ms (Views: 108.8ms | ActiveRecord: 0.1ms)
17867
+  (0.7ms) rollback transaction
17868
+  (0.1ms) begin transaction
17869
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17870
+  (0.1ms) SAVEPOINT active_record_1
17871
+ SQL (0.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.692776"], ["updated_at", "2015-08-12 10:25:15.692776"]]
17872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17873
+  (0.0ms) SAVEPOINT active_record_1
17874
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.695319"], ["updated_at", "2015-08-12 10:25:15.695319"]]
17875
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17876
+  (0.0ms) SAVEPOINT active_record_1
17877
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.697662"], ["updated_at", "2015-08-12 10:25:15.697662"]]
17878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17879
+ Processing by UsersController#update as HTML
17880
+ Parameters: {"id"=>"1"}
17881
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17882
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
17883
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
17884
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (0.1ms)
17885
+ Completed 403 Forbidden in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
17886
+  (0.8ms) rollback transaction
17887
+  (0.1ms) begin transaction
17888
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17889
+  (0.0ms) SAVEPOINT active_record_1
17890
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.705704"], ["updated_at", "2015-08-12 10:25:15.705704"]]
17891
+  (0.2ms) RELEASE SAVEPOINT active_record_1
17892
+  (0.0ms) SAVEPOINT active_record_1
17893
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.707530"], ["updated_at", "2015-08-12 10:25:15.707530"]]
17894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17895
+ Processing by UsersController#update as HTML
17896
+ Parameters: {"id"=>"1"}
17897
+ User Load (12.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17898
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
17899
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.1ms)
17900
+ Completed 401 Unauthorized in 14ms (Views: 1.0ms | ActiveRecord: 12.1ms)
17901
+  (0.6ms) rollback transaction
17902
+  (0.1ms) begin transaction
17903
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17904
+  (0.0ms) SAVEPOINT active_record_1
17905
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.726876"], ["updated_at", "2015-08-12 10:25:15.726876"]]
17906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17907
+  (0.0ms) SAVEPOINT active_record_1
17908
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.728442"], ["updated_at", "2015-08-12 10:25:15.728442"]]
17909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17910
+ Processing by UsersController#update as HTML
17911
+ Parameters: {"users"=>{"email"=>"tester2@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
17912
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17913
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17914
+  (0.0ms) SAVEPOINT active_record_1
17915
+ SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "tester2@baseball-bridge.org"], ["updated_at", "2015-08-12 10:25:15.732321"], ["id", 1]]
17916
+  (0.1ms) SELECT "langs"."code" FROM "langs"
17917
+ Redirected to http://test.host/users/1
17918
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17919
+ Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
17920
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17921
+  (0.8ms) rollback transaction
17922
+  (0.1ms) begin transaction
17923
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17924
+  (0.0ms) SAVEPOINT active_record_1
17925
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.740758"], ["updated_at", "2015-08-12 10:25:15.740758"]]
17926
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17927
+  (0.0ms) SAVEPOINT active_record_1
17928
+ SQL (0.2ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.742334"], ["updated_at", "2015-08-12 10:25:15.742334"]]
17929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17930
+ Processing by UsersController#update as HTML
17931
+ Parameters: {"users"=>{"email"=>"tester@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
17932
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17933
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17934
+  (0.0ms) SAVEPOINT active_record_1
17935
+  (0.1ms) SELECT "langs"."code" FROM "langs"
17936
+ Redirected to http://test.host/users/1
17937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17938
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
17939
+  (0.9ms) rollback transaction
17940
+  (0.1ms) begin transaction
17941
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17942
+  (0.0ms) SAVEPOINT active_record_1
17943
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.750584"], ["updated_at", "2015-08-12 10:25:15.750584"]]
17944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17945
+  (0.0ms) SAVEPOINT active_record_1
17946
+ SQL (0.7ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.752410"], ["updated_at", "2015-08-12 10:25:15.752410"]]
17947
+  (0.1ms) RELEASE SAVEPOINT active_record_1
17948
+ Processing by UsersController#update as HTML
17949
+ Parameters: {"users"=>{"email"=>"tester@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
17950
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17951
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17952
+  (0.0ms) SAVEPOINT active_record_1
17953
+  (0.1ms) SELECT "langs"."code" FROM "langs"
17954
+ Redirected to http://test.host/users/1
17955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17956
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
17957
+  (0.6ms) rollback transaction
17958
+  (0.1ms) begin transaction
17959
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17960
+  (0.0ms) SAVEPOINT active_record_1
17961
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.762892"], ["updated_at", "2015-08-12 10:25:15.762892"]]
17962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17963
+  (0.0ms) SAVEPOINT active_record_1
17964
+ SQL (0.2ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.764397"], ["updated_at", "2015-08-12 10:25:15.764397"]]
17965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17966
+ Processing by UsersController#update as HTML
17967
+ Parameters: {"users"=>{"lang_id"=>nil}, "id"=>"1"}
17968
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17969
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17970
+  (0.0ms) SAVEPOINT active_record_1
17971
+ SQL (0.3ms) UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ? [["lang_id", nil], ["updated_at", "2015-08-12 10:25:15.767680"], ["id", 1]]
17972
+ SQLite3::ConstraintException: NOT NULL constraint failed: users.lang_id: UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ?
17973
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17974
+ Redirected to http://test.host/users/1/edit
17975
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
17976
+  (1.0ms) rollback transaction
17977
+  (0.1ms) begin transaction
17978
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17979
+  (0.2ms) SAVEPOINT active_record_1
17980
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.773141"], ["updated_at", "2015-08-12 10:25:15.773141"]]
17981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17982
+  (0.0ms) SAVEPOINT active_record_1
17983
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.774634"], ["updated_at", "2015-08-12 10:25:15.774634"]]
17984
+  (0.0ms) RELEASE SAVEPOINT active_record_1
17985
+ Processing by UsersController#update as HTML
17986
+ Parameters: {"users"=>{"lang_id"=>nil}, "id"=>"1"}
17987
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17988
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
17989
+  (0.0ms) SAVEPOINT active_record_1
17990
+ SQL (0.2ms) UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ? [["lang_id", nil], ["updated_at", "2015-08-12 10:25:15.777926"], ["id", 1]]
17991
+ SQLite3::ConstraintException: NOT NULL constraint failed: users.lang_id: UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ?
17992
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
17993
+ Redirected to http://test.host/users/1/edit
17994
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
17995
+  (0.7ms) rollback transaction
17996
+  (0.1ms) begin transaction
17997
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
17998
+  (0.0ms) SAVEPOINT active_record_1
17999
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.783056"], ["updated_at", "2015-08-12 10:25:15.783056"]]
18000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18001
+  (0.0ms) SAVEPOINT active_record_1
18002
+ SQL (0.2ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.784654"], ["updated_at", "2015-08-12 10:25:15.784654"]]
18003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18004
+  (0.1ms) SELECT COUNT(*) FROM "users"
18005
+ Processing by UsersController#destroy as HTML
18006
+ Parameters: {"id"=>"1"}
18007
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18008
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18009
+  (0.1ms) SAVEPOINT active_record_1
18010
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18012
+ Redirected to http://test.host/users
18013
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
18014
+  (0.1ms) SELECT COUNT(*) FROM "users"
18015
+  (0.6ms) rollback transaction
18016
+  (0.1ms) begin transaction
18017
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18018
+  (0.0ms) SAVEPOINT active_record_1
18019
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.797347"], ["updated_at", "2015-08-12 10:25:15.797347"]]
18020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18021
+  (0.0ms) SAVEPOINT active_record_1
18022
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.799081"], ["updated_at", "2015-08-12 10:25:15.799081"]]
18023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18024
+ Processing by UsersController#destroy as HTML
18025
+ Parameters: {"id"=>"1"}
18026
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18027
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18028
+  (0.0ms) SAVEPOINT active_record_1
18029
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18030
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18031
+ Redirected to http://test.host/users
18032
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
18033
+  (0.7ms) rollback transaction
18034
+  (0.1ms) begin transaction
18035
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18036
+  (0.1ms) SAVEPOINT active_record_1
18037
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.808460"], ["updated_at", "2015-08-12 10:25:15.808460"]]
18038
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18039
+  (0.1ms) SAVEPOINT active_record_1
18040
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.810451"], ["updated_at", "2015-08-12 10:25:15.810451"]]
18041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18042
+  (0.0ms) SAVEPOINT active_record_1
18043
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.812126"], ["updated_at", "2015-08-12 10:25:15.812126"]]
18044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18045
+ Processing by UsersController#destroy as HTML
18046
+ Parameters: {"id"=>"1"}
18047
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18048
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
18049
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
18050
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (0.1ms)
18051
+ Completed 403 Forbidden in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
18052
+  (0.6ms) rollback transaction
18053
+  (0.1ms) begin transaction
18054
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18055
+  (0.1ms) SAVEPOINT active_record_1
18056
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:25:15.818949"], ["updated_at", "2015-08-12 10:25:15.818949"]]
18057
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18058
+  (0.0ms) SAVEPOINT active_record_1
18059
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.820889"], ["updated_at", "2015-08-12 10:25:15.820889"]]
18060
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18061
+ Processing by UsersController#destroy as HTML
18062
+ Parameters: {"id"=>"1"}
18063
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18064
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
18065
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.1ms)
18066
+ Completed 401 Unauthorized in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)
18067
+  (0.9ms) rollback transaction
18068
+  (0.1ms) begin transaction
18069
+  (0.0ms) rollback transaction
18070
+  (0.0ms) begin transaction
18071
+  (0.0ms) rollback transaction
18072
+  (0.0ms) begin transaction
18073
+  (0.0ms) rollback transaction
18074
+  (0.0ms) begin transaction
18075
+  (0.0ms) rollback transaction
18076
+  (0.0ms) begin transaction
18077
+  (0.0ms) rollback transaction
18078
+  (0.0ms) begin transaction
18079
+  (0.0ms) rollback transaction
18080
+  (0.1ms) begin transaction
18081
+  (0.0ms) SAVEPOINT active_record_1
18082
+ SQL (0.2ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.839623"], ["updated_at", "2015-08-12 10:25:15.839623"]]
18083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18084
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs"
18085
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs"
18086
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/edit.html.builder (29.4ms)
18087
+  (0.6ms) rollback transaction
18088
+  (0.1ms) begin transaction
18089
+  (0.1ms) SAVEPOINT active_record_1
18090
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.907638"], ["updated_at", "2015-08-12 10:25:15.907638"]]
18091
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18092
+  (0.0ms) SAVEPOINT active_record_1
18093
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.909794"], ["updated_at", "2015-08-12 10:25:15.909794"]]
18094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18095
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18096
+ ActiveRecord::Mlang::Lang Exists (0.0ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18097
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder (19.7ms)
18098
+  (0.9ms) rollback transaction
18099
+  (0.1ms) begin transaction
18100
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/new.html.builder (2.7ms)
18101
+  (0.1ms) rollback transaction
18102
+  (0.1ms) begin transaction
18103
+  (0.1ms) SAVEPOINT active_record_1
18104
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:25:15.998467"], ["updated_at", "2015-08-12 10:25:15.998467"]]
18105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18106
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18107
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs"
18108
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder (7.3ms)
18109
+  (0.4ms) rollback transaction
18110
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
18111
+  (0.1ms) begin transaction
18112
+ Processing by SessionsController#login as HTML
18113
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
18114
+ Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)
18115
+  (0.1ms) rollback transaction
18116
+  (0.1ms) begin transaction
18117
+ Processing by SessionsController#login as HTML
18118
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
18119
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
18120
+  (0.1ms) rollback transaction
18121
+  (0.1ms) begin transaction
18122
+ Processing by SessionsController#callback as HTML
18123
+ Parameters: {"provider"=>"google"}
18124
+ UserAccount Load (0.6ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
18125
+  (0.1ms) SAVEPOINT active_record_1
18126
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
18127
+ Redirected to http://test.host/
18128
+ Completed 302 Found in 18ms (ActiveRecord: 1.3ms)
18129
+  (0.1ms) rollback transaction
18130
+  (0.1ms) begin transaction
18131
+ UserAccount Load (0.2ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."user_id" = ? AND "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? LIMIT 1 [["user_id", -1], ["provider", "google"], ["uid", "123545"]]
18132
+  (0.1ms) SAVEPOINT active_record_1
18133
+ SQL (1.3ms) INSERT INTO "user_accounts" ("user_id", "provider", "uid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["user_id", -1], ["provider", "google"], ["uid", "123545"], ["created_at", "2015-08-12 10:31:41.029189"], ["updated_at", "2015-08-12 10:31:41.029189"]]
18134
+  (0.2ms) RELEASE SAVEPOINT active_record_1
18135
+ Processing by SessionsController#callback as HTML
18136
+ Parameters: {"provider"=>"google"}
18137
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
18138
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", -1]]
18139
+ Redirected to http://test.host/
18140
+ Completed 302 Found in 41ms (ActiveRecord: 0.8ms)
18141
+  (0.6ms) rollback transaction
18142
+  (0.1ms) begin transaction
18143
+  (0.1ms) SAVEPOINT active_record_1
18144
+ SQL (0.4ms) INSERT INTO "users" ("lang_id", "created_at", "updated_at") VALUES (?, ?, ?) [["lang_id", 1], ["created_at", "2015-08-12 10:31:41.094933"], ["updated_at", "2015-08-12 10:31:41.094933"]]
18145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18146
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? AND "user_accounts"."user_id" = ? LIMIT 1 [["provider", "google"], ["uid", "123545"], ["user_id", 1]]
18147
+  (0.0ms) SAVEPOINT active_record_1
18148
+ SQL (1.4ms) INSERT INTO "user_accounts" ("provider", "uid", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["provider", "google"], ["uid", "123545"], ["user_id", 1], ["created_at", "2015-08-12 10:31:41.098247"], ["updated_at", "2015-08-12 10:31:41.098247"]]
18149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18150
+ Processing by SessionsController#callback as HTML
18151
+ Parameters: {"provider"=>"google"}
18152
+ UserAccount Load (0.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "google"], ["uid", "123545"]]
18153
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18154
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18155
+ Redirected to http://test.host/
18156
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
18157
+  (1.0ms) rollback transaction
18158
+  (0.1ms) begin transaction
18159
+ Processing by SessionsController#failure as HTML
18160
+ Redirected to http://test.host/
18161
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
18162
+  (0.1ms) rollback transaction
18163
+  (0.1ms) begin transaction
18164
+ Processing by SessionsController#logout as HTML
18165
+ Redirected to http://test.host/
18166
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
18167
+  (0.1ms) rollback transaction
18168
+  (0.1ms) begin transaction
18169
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18170
+  (0.1ms) SAVEPOINT active_record_1
18171
+ SQL (0.7ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.141889"], ["updated_at", "2015-08-12 10:31:41.141889"]]
18172
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18173
+  (0.1ms) SAVEPOINT active_record_1
18174
+ SQL (0.6ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.145378"], ["updated_at", "2015-08-12 10:31:41.145378"]]
18175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18176
+  (0.1ms) SAVEPOINT active_record_1
18177
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.149307"], ["updated_at", "2015-08-12 10:31:41.149307"]]
18178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18179
+ Processing by UsersController#index as HTML
18180
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (0.6ms)
18181
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
18182
+ User Load (0.2ms) SELECT "users".* FROM "users"
18183
+  (1.3ms) rollback transaction
18184
+  (0.1ms) begin transaction
18185
+ Lang Load (0.5ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18186
+  (0.1ms) SAVEPOINT active_record_1
18187
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.167078"], ["updated_at", "2015-08-12 10:31:41.167078"]]
18188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18189
+  (0.0ms) SAVEPOINT active_record_1
18190
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.169280"], ["updated_at", "2015-08-12 10:31:41.169280"]]
18191
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18192
+  (0.0ms) SAVEPOINT active_record_1
18193
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.171703"], ["updated_at", "2015-08-12 10:31:41.171703"]]
18194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18195
+ Processing by UsersController#show as HTML
18196
+ Parameters: {"id"=>"1"}
18197
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18198
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder within layouts/application (0.3ms)
18199
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.1ms)
18200
+  (0.6ms) rollback transaction
18201
+  (0.1ms) begin transaction
18202
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18203
+  (0.1ms) SAVEPOINT active_record_1
18204
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.187977"], ["updated_at", "2015-08-12 10:31:41.187977"]]
18205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18206
+  (0.1ms) SAVEPOINT active_record_1
18207
+ SQL (0.7ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.190333"], ["updated_at", "2015-08-12 10:31:41.190333"]]
18208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18209
+  (0.7ms) rollback transaction
18210
+  (0.1ms) begin transaction
18211
+ Lang Load (0.7ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18212
+  (0.1ms) SAVEPOINT active_record_1
18213
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.198701"], ["updated_at", "2015-08-12 10:31:41.198701"]]
18214
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18215
+  (0.1ms) SAVEPOINT active_record_1
18216
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.204498"], ["updated_at", "2015-08-12 10:31:41.204498"]]
18217
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18218
+ Processing by UsersController#edit as HTML
18219
+ Parameters: {"id"=>"1"}
18220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18221
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18222
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/edit.html.builder within layouts/application (0.3ms)
18223
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
18224
+  (0.7ms) rollback transaction
18225
+  (0.1ms) begin transaction
18226
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18227
+  (0.1ms) SAVEPOINT active_record_1
18228
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.217390"], ["updated_at", "2015-08-12 10:31:41.217390"]]
18229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18230
+  (0.0ms) SAVEPOINT active_record_1
18231
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.219561"], ["updated_at", "2015-08-12 10:31:41.219561"]]
18232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18233
+  (0.0ms) SAVEPOINT active_record_1
18234
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.221163"], ["updated_at", "2015-08-12 10:31:41.221163"]]
18235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18236
+ Processing by UsersController#edit as HTML
18237
+ Parameters: {"id"=>"1"}
18238
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18239
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
18240
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
18241
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (2.9ms)
18242
+ Completed 403 Forbidden in 108ms (Views: 107.4ms | ActiveRecord: 0.1ms)
18243
+  (0.9ms) rollback transaction
18244
+  (0.1ms) begin transaction
18245
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18246
+  (0.1ms) SAVEPOINT active_record_1
18247
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.336766"], ["updated_at", "2015-08-12 10:31:41.336766"]]
18248
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18249
+  (0.3ms) SAVEPOINT active_record_1
18250
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.339505"], ["updated_at", "2015-08-12 10:31:41.339505"]]
18251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18252
+ Processing by UsersController#edit as HTML
18253
+ Parameters: {"id"=>"1"}
18254
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18255
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
18256
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.7ms)
18257
+ Completed 401 Unauthorized in 103ms (Views: 101.9ms | ActiveRecord: 0.1ms)
18258
+  (0.9ms) rollback transaction
18259
+  (0.1ms) begin transaction
18260
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18261
+  (0.1ms) SAVEPOINT active_record_1
18262
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.451232"], ["updated_at", "2015-08-12 10:31:41.451232"]]
18263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18264
+  (0.1ms) SAVEPOINT active_record_1
18265
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.454140"], ["updated_at", "2015-08-12 10:31:41.454140"]]
18266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18267
+  (0.1ms) SAVEPOINT active_record_1
18268
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.456499"], ["updated_at", "2015-08-12 10:31:41.456499"]]
18269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18270
+ Processing by UsersController#update as HTML
18271
+ Parameters: {"id"=>"1"}
18272
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18273
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
18274
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
18275
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (0.1ms)
18276
+ Completed 403 Forbidden in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)
18277
+  (0.9ms) rollback transaction
18278
+  (0.1ms) begin transaction
18279
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18280
+  (0.1ms) SAVEPOINT active_record_1
18281
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.467184"], ["updated_at", "2015-08-12 10:31:41.467184"]]
18282
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18283
+  (0.0ms) SAVEPOINT active_record_1
18284
+ SQL (0.5ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.483083"], ["updated_at", "2015-08-12 10:31:41.483083"]]
18285
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18286
+ Processing by UsersController#update as HTML
18287
+ Parameters: {"id"=>"1"}
18288
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18289
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
18290
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.1ms)
18291
+ Completed 401 Unauthorized in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)
18292
+  (0.9ms) rollback transaction
18293
+  (0.1ms) begin transaction
18294
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18295
+  (0.1ms) SAVEPOINT active_record_1
18296
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.494055"], ["updated_at", "2015-08-12 10:31:41.494055"]]
18297
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18298
+  (0.1ms) SAVEPOINT active_record_1
18299
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.496098"], ["updated_at", "2015-08-12 10:31:41.496098"]]
18300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18301
+ Processing by UsersController#update as HTML
18302
+ Parameters: {"users"=>{"email"=>"tester2@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
18303
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18304
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18305
+  (0.1ms) SAVEPOINT active_record_1
18306
+ SQL (0.2ms) UPDATE "users" SET "email" = ?, "updated_at" = ? WHERE "users"."id" = ? [["email", "tester2@baseball-bridge.org"], ["updated_at", "2015-08-12 10:31:41.500961"], ["id", 1]]
18307
+  (0.1ms) SELECT "langs"."code" FROM "langs"
18308
+ Redirected to http://test.host/users/1
18309
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18310
+ Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
18311
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18312
+  (0.7ms) rollback transaction
18313
+  (0.1ms) begin transaction
18314
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18315
+  (0.1ms) SAVEPOINT active_record_1
18316
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.510939"], ["updated_at", "2015-08-12 10:31:41.510939"]]
18317
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18318
+  (0.1ms) SAVEPOINT active_record_1
18319
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.513720"], ["updated_at", "2015-08-12 10:31:41.513720"]]
18320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18321
+ Processing by UsersController#update as HTML
18322
+ Parameters: {"users"=>{"email"=>"tester@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
18323
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18324
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18325
+  (0.0ms) SAVEPOINT active_record_1
18326
+  (0.1ms) SELECT "langs"."code" FROM "langs"
18327
+ Redirected to http://test.host/users/1
18328
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18329
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
18330
+  (1.1ms) rollback transaction
18331
+  (0.1ms) begin transaction
18332
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18333
+  (0.0ms) SAVEPOINT active_record_1
18334
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.523267"], ["updated_at", "2015-08-12 10:31:41.523267"]]
18335
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18336
+  (0.1ms) SAVEPOINT active_record_1
18337
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.525226"], ["updated_at", "2015-08-12 10:31:41.525226"]]
18338
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18339
+ Processing by UsersController#update as HTML
18340
+ Parameters: {"users"=>{"email"=>"tester@baseball-bridge.org", "lang_id"=>"1"}, "id"=>"1"}
18341
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18342
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18343
+  (0.1ms) SAVEPOINT active_record_1
18344
+  (0.1ms) SELECT "langs"."code" FROM "langs"
18345
+ Redirected to http://test.host/users/1
18346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18347
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
18348
+  (0.7ms) rollback transaction
18349
+  (0.1ms) begin transaction
18350
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18351
+  (0.0ms) SAVEPOINT active_record_1
18352
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.537086"], ["updated_at", "2015-08-12 10:31:41.537086"]]
18353
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18354
+  (0.0ms) SAVEPOINT active_record_1
18355
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.539009"], ["updated_at", "2015-08-12 10:31:41.539009"]]
18356
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18357
+ Processing by UsersController#update as HTML
18358
+ Parameters: {"users"=>{"lang_id"=>nil}, "id"=>"1"}
18359
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18360
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18361
+  (0.0ms) SAVEPOINT active_record_1
18362
+ SQL (0.3ms) UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ? [["lang_id", nil], ["updated_at", "2015-08-12 10:31:41.542596"], ["id", 1]]
18363
+ SQLite3::ConstraintException: NOT NULL constraint failed: users.lang_id: UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ?
18364
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
18365
+ Redirected to http://test.host/users/1/edit
18366
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
18367
+  (0.8ms) rollback transaction
18368
+  (0.1ms) begin transaction
18369
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18370
+  (0.1ms) SAVEPOINT active_record_1
18371
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.548791"], ["updated_at", "2015-08-12 10:31:41.548791"]]
18372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18373
+  (0.0ms) SAVEPOINT active_record_1
18374
+ SQL (0.2ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.550572"], ["updated_at", "2015-08-12 10:31:41.550572"]]
18375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18376
+ Processing by UsersController#update as HTML
18377
+ Parameters: {"users"=>{"lang_id"=>nil}, "id"=>"1"}
18378
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18379
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18380
+  (0.0ms) SAVEPOINT active_record_1
18381
+ SQL (0.3ms) UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ? [["lang_id", nil], ["updated_at", "2015-08-12 10:31:41.554336"], ["id", 1]]
18382
+ SQLite3::ConstraintException: NOT NULL constraint failed: users.lang_id: UPDATE "users" SET "lang_id" = ?, "updated_at" = ? WHERE "users"."id" = ?
18383
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
18384
+ Redirected to http://test.host/users/1/edit
18385
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
18386
+  (0.8ms) rollback transaction
18387
+  (0.1ms) begin transaction
18388
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18389
+  (0.1ms) SAVEPOINT active_record_1
18390
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.560526"], ["updated_at", "2015-08-12 10:31:41.560526"]]
18391
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18392
+  (0.0ms) SAVEPOINT active_record_1
18393
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.562626"], ["updated_at", "2015-08-12 10:31:41.562626"]]
18394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18395
+  (0.1ms) SELECT COUNT(*) FROM "users"
18396
+ Processing by UsersController#destroy as HTML
18397
+ Parameters: {"id"=>"1"}
18398
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18399
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18400
+  (0.1ms) SAVEPOINT active_record_1
18401
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18403
+ Redirected to http://test.host/users
18404
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
18405
+  (0.1ms) SELECT COUNT(*) FROM "users"
18406
+  (0.7ms) rollback transaction
18407
+  (0.1ms) begin transaction
18408
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18409
+  (0.0ms) SAVEPOINT active_record_1
18410
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.575471"], ["updated_at", "2015-08-12 10:31:41.575471"]]
18411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18412
+  (0.0ms) SAVEPOINT active_record_1
18413
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.577081"], ["updated_at", "2015-08-12 10:31:41.577081"]]
18414
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18415
+ Processing by UsersController#destroy as HTML
18416
+ Parameters: {"id"=>"1"}
18417
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18418
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18419
+  (0.1ms) SAVEPOINT active_record_1
18420
+ SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18421
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18422
+ Redirected to http://test.host/users
18423
+ Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
18424
+  (0.8ms) rollback transaction
18425
+  (0.1ms) begin transaction
18426
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18427
+  (0.1ms) SAVEPOINT active_record_1
18428
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.585538"], ["updated_at", "2015-08-12 10:31:41.585538"]]
18429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18430
+  (0.1ms) SAVEPOINT active_record_1
18431
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.588180"], ["updated_at", "2015-08-12 10:31:41.588180"]]
18432
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18433
+  (0.0ms) SAVEPOINT active_record_1
18434
+ SQL (0.1ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.590448"], ["updated_at", "2015-08-12 10:31:41.590448"]]
18435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18436
+ Processing by UsersController#destroy as HTML
18437
+ Parameters: {"id"=>"1"}
18438
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18439
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
18440
+ Rendering 403 with exception: WeBridge::Exceptions::ForbiddenError
18441
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/403.html.erb within layouts/application (0.1ms)
18442
+ Completed 403 Forbidden in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)
18443
+  (0.9ms) rollback transaction
18444
+  (0.1ms) begin transaction
18445
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
18446
+  (0.1ms) SAVEPOINT active_record_1
18447
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-08-12 10:31:41.599510"], ["updated_at", "2015-08-12 10:31:41.599510"]]
18448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18449
+  (0.1ms) SAVEPOINT active_record_1
18450
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.602122"], ["updated_at", "2015-08-12 10:31:41.602122"]]
18451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18452
+ Processing by UsersController#destroy as HTML
18453
+ Parameters: {"id"=>"1"}
18454
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
18455
+ Rendering 401 with exception: WeBridge::Exceptions::UnauthorizedError
18456
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.2.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/401.html.erb within layouts/application (0.1ms)
18457
+ Completed 401 Unauthorized in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
18458
+  (0.6ms) rollback transaction
18459
+  (0.1ms) begin transaction
18460
+  (0.1ms) rollback transaction
18461
+  (0.0ms) begin transaction
18462
+  (0.0ms) rollback transaction
18463
+  (0.0ms) begin transaction
18464
+  (0.0ms) rollback transaction
18465
+  (0.0ms) begin transaction
18466
+  (0.0ms) rollback transaction
18467
+  (0.0ms) begin transaction
18468
+  (0.1ms) rollback transaction
18469
+  (0.1ms) begin transaction
18470
+  (0.0ms) rollback transaction
18471
+  (0.1ms) begin transaction
18472
+  (0.1ms) SAVEPOINT active_record_1
18473
+ SQL (0.4ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.624666"], ["updated_at", "2015-08-12 10:31:41.624666"]]
18474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18475
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs"
18476
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs"
18477
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/edit.html.builder (15.5ms)
18478
+  (0.4ms) rollback transaction
18479
+  (0.1ms) begin transaction
18480
+  (0.1ms) SAVEPOINT active_record_1
18481
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.677514"], ["updated_at", "2015-08-12 10:31:41.677514"]]
18482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18483
+  (0.0ms) SAVEPOINT active_record_1
18484
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.679834"], ["updated_at", "2015-08-12 10:31:41.679834"]]
18485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18486
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18487
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18488
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder (19.3ms)
18489
+  (0.8ms) rollback transaction
18490
+  (0.1ms) begin transaction
18491
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/new.html.builder (2.6ms)
18492
+  (0.1ms) rollback transaction
18493
+  (0.1ms) begin transaction
18494
+  (0.1ms) SAVEPOINT active_record_1
18495
+ SQL (0.3ms) INSERT INTO "users" ("email", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "tester@baseball-bridge.org"], ["lang_id", 1], ["created_at", "2015-08-12 10:31:41.764336"], ["updated_at", "2015-08-12 10:31:41.764336"]]
18496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18497
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 1]]
18498
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs"
18499
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder (4.6ms)
18500
+  (0.5ms) rollback transaction
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.0
4
+ version: 0.1.2
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-08-11 00:00:00.000000000 Z
11
+ date: 2015-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -108,6 +108,174 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: omniauth
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: omniauth-facebook
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - ">="
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :runtime
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - ">="
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: omniauth-github
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: omniauth-google-oauth2
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :runtime
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: omniauth-hatena
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :runtime
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ - !ruby/object:Gem::Dependency
182
+ name: omniauth-linkedin
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - ">="
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ type: :runtime
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - ">="
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ - !ruby/object:Gem::Dependency
196
+ name: omniauth-mixi
197
+ requirement: !ruby/object:Gem::Requirement
198
+ requirements:
199
+ - - ">="
200
+ - !ruby/object:Gem::Version
201
+ version: '0'
202
+ type: :runtime
203
+ prerelease: false
204
+ version_requirements: !ruby/object:Gem::Requirement
205
+ requirements:
206
+ - - ">="
207
+ - !ruby/object:Gem::Version
208
+ version: '0'
209
+ - !ruby/object:Gem::Dependency
210
+ name: omniauth-twitter
211
+ requirement: !ruby/object:Gem::Requirement
212
+ requirements:
213
+ - - ">="
214
+ - !ruby/object:Gem::Version
215
+ version: '0'
216
+ type: :runtime
217
+ prerelease: false
218
+ version_requirements: !ruby/object:Gem::Requirement
219
+ requirements:
220
+ - - ">="
221
+ - !ruby/object:Gem::Version
222
+ version: '0'
223
+ - !ruby/object:Gem::Dependency
224
+ name: omniauth-yahoo
225
+ requirement: !ruby/object:Gem::Requirement
226
+ requirements:
227
+ - - ">="
228
+ - !ruby/object:Gem::Version
229
+ version: '0'
230
+ type: :runtime
231
+ prerelease: false
232
+ version_requirements: !ruby/object:Gem::Requirement
233
+ requirements:
234
+ - - ">="
235
+ - !ruby/object:Gem::Version
236
+ version: '0'
237
+ - !ruby/object:Gem::Dependency
238
+ name: omniauth-youtube
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - ">="
242
+ - !ruby/object:Gem::Version
243
+ version: '0'
244
+ type: :runtime
245
+ prerelease: false
246
+ version_requirements: !ruby/object:Gem::Requirement
247
+ requirements:
248
+ - - ">="
249
+ - !ruby/object:Gem::Version
250
+ version: '0'
251
+ - !ruby/object:Gem::Dependency
252
+ name: omniauth-dropbox
253
+ requirement: !ruby/object:Gem::Requirement
254
+ requirements:
255
+ - - ">="
256
+ - !ruby/object:Gem::Version
257
+ version: '0'
258
+ type: :runtime
259
+ prerelease: false
260
+ version_requirements: !ruby/object:Gem::Requirement
261
+ requirements:
262
+ - - ">="
263
+ - !ruby/object:Gem::Version
264
+ version: '0'
265
+ - !ruby/object:Gem::Dependency
266
+ name: activerecord-session_store
267
+ requirement: !ruby/object:Gem::Requirement
268
+ requirements:
269
+ - - ">="
270
+ - !ruby/object:Gem::Version
271
+ version: '0'
272
+ type: :runtime
273
+ prerelease: false
274
+ version_requirements: !ruby/object:Gem::Requirement
275
+ requirements:
276
+ - - ">="
277
+ - !ruby/object:Gem::Version
278
+ version: '0'
111
279
  - !ruby/object:Gem::Dependency
112
280
  name: sqlite3
113
281
  requirement: !ruby/object:Gem::Requirement
@@ -261,7 +429,6 @@ files:
261
429
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/msJs71sOQgd6VP4kducGvRsZ3uZNW4d_vksrGcVZtH4.cache
262
430
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/pCDWkYCgTWLKByBqi8TDJneTltLoW9rReMGsBiGm9Uo.cache
263
431
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/pOOmld85ShNKx5kGi9BubXdV_VZJntx0EoTivl0-bBM.cache
264
- - spec/dummy/tmp/pids/server.pid
265
432
  - spec/factories/users.rb
266
433
  - spec/helpers/users_helper_spec.rb
267
434
  - spec/models/user_spec.rb
@@ -369,7 +536,6 @@ test_files:
369
536
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/UthTiMoUK3z7QvIjgYJBlSTzwZ37UE-dam-92yUeRlg.cache
370
537
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/VhMjuakubXLw9TGrYLMTshl1haIqjdUQDFmrtWqFg48.cache
371
538
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/W6OPXh5hmWxHo1cCFc6MpmejeEJM-OWXJkmXVnoDdjk.cache
372
- - spec/dummy/tmp/pids/server.pid
373
539
  - spec/factories/users.rb
374
540
  - spec/helpers/users_helper_spec.rb
375
541
  - spec/models/user_spec.rb
@@ -1 +0,0 @@
1
- 24288