we_bridge_rails_engine_users 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -8315,3 +8315,3688 @@ Processing by SessionsController#login as HTML
8315
8315
  UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8316
8316
  Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.7ms)
8317
8317
  Completed 200 OK in 24ms (Views: 19.2ms | ActiveRecord: 0.7ms)
8318
+
8319
+
8320
+ Started GET "/" for ::1 at 2015-11-23 23:05:51 +0900
8321
+ Processing by SessionsController#login as HTML
8322
+  (0.7ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8323
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
8324
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 19]]
8325
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8326
+ UserText Load (0.9ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8327
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (41.5ms)
8328
+ Completed 200 OK in 551ms (Views: 451.5ms | ActiveRecord: 6.8ms)
8329
+
8330
+
8331
+ Started GET "/" for ::1 at 2015-11-23 23:05:51 +0900
8332
+ Processing by SessionsController#login as HTML
8333
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8334
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
8335
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 19]]
8336
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8337
+ UserText Load (0.2ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8338
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (6.3ms)
8339
+ Completed 200 OK in 50ms (Views: 42.3ms | ActiveRecord: 0.9ms)
8340
+
8341
+
8342
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:05:51 +0900
8343
+
8344
+
8345
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:05:51 +0900
8346
+
8347
+
8348
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:05:51 +0900
8349
+
8350
+
8351
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:05:51 +0900
8352
+
8353
+
8354
+ Started GET "/logout" for ::1 at 2015-11-23 23:05:57 +0900
8355
+ Processing by SessionsController#logout as HTML
8356
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8357
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
8358
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 19]]
8359
+ Redirected to http://localhost:3000/
8360
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
8361
+
8362
+
8363
+ Started GET "/" for ::1 at 2015-11-23 23:05:57 +0900
8364
+ Processing by SessionsController#login as HTML
8365
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8366
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.8ms)
8367
+ Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.1ms)
8368
+
8369
+
8370
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:05:59 +0900
8371
+
8372
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8373
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8374
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8375
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8376
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8377
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8378
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8379
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8380
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8381
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8382
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8383
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8384
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8385
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8386
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8387
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8388
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8389
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8390
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8391
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8392
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8393
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8394
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8395
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8396
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8397
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8398
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8399
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8400
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8401
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8402
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8403
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8404
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8405
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8406
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8407
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8408
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8409
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8410
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8411
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8412
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8413
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8414
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8415
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8416
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8417
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8418
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8419
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8420
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8421
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8422
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8423
+
8424
+
8425
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
8426
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
8427
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
8428
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.5ms)
8429
+
8430
+
8431
+ Started GET "/" for ::1 at 2015-11-23 23:06:22 +0900
8432
+ Processing by SessionsController#login as HTML
8433
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8434
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.8ms)
8435
+ Completed 200 OK in 426ms (Views: 394.0ms | ActiveRecord: 3.5ms)
8436
+
8437
+
8438
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:06:23 +0900
8439
+
8440
+
8441
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:06:23 +0900
8442
+
8443
+
8444
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:06:23 +0900
8445
+
8446
+
8447
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:06:23 +0900
8448
+
8449
+
8450
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:06:24 +0900
8451
+
8452
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8453
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8454
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8455
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8456
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8457
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8458
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8459
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8460
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8461
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8462
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8463
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8464
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8465
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8466
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8467
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8468
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8469
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8470
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8471
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8472
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8473
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8474
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8475
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8476
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8477
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8478
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8479
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8480
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8481
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8482
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8483
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8484
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8485
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8486
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8487
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8488
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8489
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8490
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8491
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8492
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8493
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8494
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8495
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8496
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8497
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8498
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8499
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8500
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8501
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8502
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8503
+
8504
+
8505
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
8506
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
8507
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
8508
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (26.1ms)
8509
+
8510
+
8511
+ Started GET "/" for ::1 at 2015-11-23 23:06:40 +0900
8512
+ Processing by SessionsController#login as HTML
8513
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8514
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
8515
+ Completed 200 OK in 34ms (Views: 28.2ms | ActiveRecord: 0.2ms)
8516
+
8517
+
8518
+ Started GET "/" for ::1 at 2015-11-23 23:06:42 +0900
8519
+ Processing by SessionsController#login as HTML
8520
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8521
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
8522
+ Completed 200 OK in 21ms (Views: 17.3ms | ActiveRecord: 0.2ms)
8523
+
8524
+
8525
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:06:42 +0900
8526
+
8527
+
8528
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:06:42 +0900
8529
+
8530
+
8531
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:06:42 +0900
8532
+
8533
+
8534
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:06:42 +0900
8535
+
8536
+
8537
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:06:44 +0900
8538
+
8539
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8540
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8541
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8542
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8543
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8544
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8545
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8546
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8547
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8548
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8549
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8550
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8551
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8552
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8553
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8554
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8555
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8556
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8557
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8558
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8559
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8560
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8561
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8562
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8563
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8564
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8565
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8566
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8567
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8568
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8569
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8570
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8571
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8572
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8573
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8574
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8575
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8576
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8577
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8578
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8579
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8580
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8581
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8582
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8583
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8584
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8585
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8586
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8587
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8588
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8589
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8590
+
8591
+
8592
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
8593
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
8594
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
8595
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.8ms)
8596
+
8597
+
8598
+ Started GET "/" for ::1 at 2015-11-23 23:07:13 +0900
8599
+ Processing by SessionsController#login as HTML
8600
+  (0.7ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8601
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.7ms)
8602
+ Completed 200 OK in 368ms (Views: 337.2ms | ActiveRecord: 4.0ms)
8603
+
8604
+
8605
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:07:14 +0900
8606
+
8607
+
8608
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:07:14 +0900
8609
+
8610
+
8611
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:07:14 +0900
8612
+
8613
+
8614
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:07:14 +0900
8615
+
8616
+
8617
+ Started GET "/" for ::1 at 2015-11-23 23:07:18 +0900
8618
+ Processing by SessionsController#login as HTML
8619
+  (0.4ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8620
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
8621
+ Completed 200 OK in 22ms (Views: 17.7ms | ActiveRecord: 0.4ms)
8622
+
8623
+
8624
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8625
+
8626
+
8627
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8628
+
8629
+
8630
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8631
+
8632
+
8633
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8634
+
8635
+
8636
+ Started GET "/" for ::1 at 2015-11-23 23:07:18 +0900
8637
+ Processing by SessionsController#login as HTML
8638
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8639
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
8640
+ Completed 200 OK in 24ms (Views: 18.4ms | ActiveRecord: 0.2ms)
8641
+
8642
+
8643
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8644
+
8645
+
8646
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8647
+
8648
+
8649
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8650
+
8651
+
8652
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:07:18 +0900
8653
+
8654
+
8655
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:07:20 +0900
8656
+
8657
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8658
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8659
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8660
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8661
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8662
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8663
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8664
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8665
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8666
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8667
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8668
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8669
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8670
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8671
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8672
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8673
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8674
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8675
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8676
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8677
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8678
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8679
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8680
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8681
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8682
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8683
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8684
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8685
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8686
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8687
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8688
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8689
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8690
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8691
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8692
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8693
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8694
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8695
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8696
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8697
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8698
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8699
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8700
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8701
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8702
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8703
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8704
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8705
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8706
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8707
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8708
+
8709
+
8710
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
8711
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
8712
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
8713
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (21.7ms)
8714
+
8715
+
8716
+ Started GET "/users/sign_out" for ::1 at 2015-11-23 23:07:57 +0900
8717
+ Processing by UsersController#show as HTML
8718
+ Parameters: {"id"=>"sign_out"}
8719
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8720
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 0]]
8721
+ Rendering 404 with exception: Couldn't find User with 'id'=sign_out
8722
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/404.html.erb within layouts/application (0.6ms)
8723
+ Completed 404 Not Found in 73ms (Views: 57.3ms | ActiveRecord: 1.3ms)
8724
+
8725
+
8726
+ Started GET "/users" for ::1 at 2015-11-23 23:07:58 +0900
8727
+ Processing by UsersController#index as HTML
8728
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8729
+ User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
8730
+ User Load (0.2ms) SELECT "users".* FROM "users"
8731
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8732
+ UserText Load (0.9ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8733
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (111.8ms)
8734
+ Completed 200 OK in 132ms (Views: 128.2ms | ActiveRecord: 2.0ms)
8735
+
8736
+
8737
+ Started GET "/users/" for ::1 at 2015-11-23 23:07:59 +0900
8738
+ Processing by UsersController#index as HTML
8739
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8740
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
8741
+ User Load (0.2ms) SELECT "users".* FROM "users"
8742
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8743
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8744
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (5.5ms)
8745
+ Completed 200 OK in 31ms (Views: 27.8ms | ActiveRecord: 0.8ms)
8746
+
8747
+
8748
+ Started GET "/users/" for ::1 at 2015-11-23 23:07:59 +0900
8749
+ Processing by UsersController#index as HTML
8750
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8751
+ User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
8752
+ User Load (0.2ms) SELECT "users".* FROM "users"
8753
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8754
+ UserText Load (0.2ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8755
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (7.5ms)
8756
+ Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.9ms)
8757
+
8758
+
8759
+ Started GET "/users/2" for ::1 at 2015-11-23 23:08:02 +0900
8760
+ Processing by UsersController#show as HTML
8761
+ Parameters: {"id"=>"2"}
8762
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8763
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
8764
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 19]]
8765
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
8766
+ ActiveRecord::Mlang::Lang Load (0.6ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
8767
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 22]]
8768
+  (0.1ms) begin transaction
8769
+ SQL (1.3ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 22], ["parent_id", 2], ["created_at", "2015-11-23 14:08:02.591531"], ["updated_at", "2015-11-23 14:08:02.591531"]]
8770
+  (0.8ms) commit transaction
8771
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
8772
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8773
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
8774
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 18]]
8775
+  (0.1ms) begin transaction
8776
+ SQL (0.2ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 2], ["created_at", "2015-11-23 14:08:02.601067"], ["updated_at", "2015-11-23 14:08:02.601067"]]
8777
+  (0.9ms) commit transaction
8778
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
8779
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 20]]
8780
+  (0.1ms) begin transaction
8781
+ SQL (0.3ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 2], ["created_at", "2015-11-23 14:08:02.606072"], ["updated_at", "2015-11-23 14:08:02.606072"]]
8782
+  (0.8ms) commit transaction
8783
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
8784
+ UserText Load (0.2ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 21]]
8785
+  (0.1ms) begin transaction
8786
+ SQL (0.3ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 21], ["parent_id", 2], ["created_at", "2015-11-23 14:08:02.611981"], ["updated_at", "2015-11-23 14:08:02.611981"]]
8787
+  (0.8ms) commit transaction
8788
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/show.html.builder within layouts/application (136.0ms)
8789
+ Completed 200 OK in 166ms (Views: 155.7ms | ActiveRecord: 8.2ms)
8790
+
8791
+
8792
+ Started GET "/users" for ::1 at 2015-11-23 23:08:07 +0900
8793
+ Processing by UsersController#index as HTML
8794
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8795
+ User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT 1
8796
+ User Load (0.1ms) SELECT "users".* FROM "users"
8797
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 19]]
8798
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 19]]
8799
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/users/index.html.builder within layouts/application (4.5ms)
8800
+ Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.6ms)
8801
+
8802
+
8803
+ Started GET "/" for ::1 at 2015-11-23 23:08:12 +0900
8804
+ Processing by SessionsController#login as HTML
8805
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8806
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
8807
+ Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.1ms)
8808
+
8809
+
8810
+ Started GET "/" for ::1 at 2015-11-23 23:08:12 +0900
8811
+ Processing by SessionsController#login as HTML
8812
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
8813
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
8814
+ Completed 200 OK in 37ms (Views: 31.1ms | ActiveRecord: 0.3ms)
8815
+
8816
+
8817
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:08:15 +0900
8818
+
8819
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8820
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8821
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8822
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8823
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8824
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8825
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8826
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8827
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8828
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8829
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8830
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8831
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8832
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8833
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8834
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8835
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8836
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8837
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8838
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8839
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8840
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8841
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8842
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8843
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8844
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8845
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8846
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8847
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8848
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8849
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8850
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8851
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8852
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8853
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8854
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8855
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8856
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8857
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8858
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8859
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8860
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8861
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8862
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8863
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8864
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8865
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8866
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8867
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8868
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8869
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8870
+
8871
+
8872
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
8873
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
8874
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
8875
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.5ms)
8876
+
8877
+
8878
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:08:33 +0900
8879
+
8880
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8881
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8882
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8883
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8884
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8885
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8886
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8887
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8888
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8889
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8890
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8891
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8892
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8893
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8894
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8895
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8896
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8897
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8898
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8899
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8900
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8901
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8902
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8903
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8904
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8905
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8906
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8907
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8908
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8909
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8910
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8911
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8912
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8913
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8914
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8915
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8916
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8917
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8918
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8919
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8920
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8921
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8922
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8923
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8924
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8925
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8926
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8927
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8928
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8929
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8930
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8931
+
8932
+
8933
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
8934
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
8935
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
8936
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.0ms)
8937
+
8938
+
8939
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:09:37 +0900
8940
+
8941
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
8942
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
8943
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
8944
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
8945
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
8946
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
8947
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
8948
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
8949
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
8950
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
8951
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
8952
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
8953
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
8954
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8955
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
8956
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
8957
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
8958
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
8959
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
8960
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
8961
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
8962
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8963
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
8964
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
8965
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
8966
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8967
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
8968
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
8969
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8970
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8971
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
8972
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
8973
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
8974
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
8975
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
8976
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
8977
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8978
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
8979
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
8980
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
8981
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8982
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
8983
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
8984
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
8985
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
8986
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
8987
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
8988
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
8989
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8990
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8991
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8992
+
8993
+
8994
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
8995
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
8996
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
8997
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.9ms)
8998
+
8999
+
9000
+ Started GET "/" for ::1 at 2015-11-23 23:09:48 +0900
9001
+ Processing by SessionsController#login as HTML
9002
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9003
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
9004
+ Completed 200 OK in 41ms (Views: 31.7ms | ActiveRecord: 1.4ms)
9005
+
9006
+
9007
+ Started GET "/logout" for ::1 at 2015-11-23 23:09:48 +0900
9008
+ Processing by SessionsController#logout as HTML
9009
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9010
+ Redirected to http://localhost:3000/
9011
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
9012
+
9013
+
9014
+ Started GET "/" for ::1 at 2015-11-23 23:09:48 +0900
9015
+ Processing by SessionsController#login as HTML
9016
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9017
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
9018
+ Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 0.1ms)
9019
+
9020
+
9021
+ Started GET "/login" for ::1 at 2015-11-23 23:09:49 +0900
9022
+
9023
+ ActionController::RoutingError (No route matches [GET] "/login"):
9024
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9025
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9026
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9027
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9028
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9029
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9030
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9031
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9032
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9033
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9034
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9035
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9036
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9037
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9038
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9039
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9040
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9041
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9042
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9043
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9044
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9045
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9046
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9047
+
9048
+
9049
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
9050
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
9051
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.9ms)
9052
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
9053
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.8ms)
9054
+
9055
+
9056
+ Started GET "/login" for ::1 at 2015-11-23 23:09:49 +0900
9057
+
9058
+ ActionController::RoutingError (No route matches [GET] "/login"):
9059
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9060
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9061
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9062
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9063
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9064
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9065
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9066
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9067
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9068
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9069
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9070
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9071
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9072
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9073
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9074
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9075
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9076
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9077
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9078
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9079
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9080
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9081
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9082
+
9083
+
9084
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
9085
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
9086
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
9087
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
9088
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms)
9089
+
9090
+
9091
+ Started GET "/" for ::1 at 2015-11-23 23:10:03 +0900
9092
+ Processing by SessionsController#login as HTML
9093
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9094
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.3ms)
9095
+ Completed 200 OK in 434ms (Views: 393.8ms | ActiveRecord: 4.0ms)
9096
+
9097
+
9098
+ Started GET "/" for ::1 at 2015-11-23 23:10:04 +0900
9099
+ Processing by SessionsController#login as HTML
9100
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9101
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
9102
+ Completed 200 OK in 32ms (Views: 24.9ms | ActiveRecord: 0.3ms)
9103
+
9104
+
9105
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:10:06 +0900
9106
+
9107
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9108
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9109
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9110
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9111
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9112
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9113
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9114
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9115
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9116
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9117
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9118
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9119
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9120
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9121
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9122
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9123
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9124
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9125
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9126
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9127
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9128
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9129
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9130
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9131
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9132
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9133
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9134
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9135
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9136
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9137
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9138
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9139
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9140
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9141
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9142
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9143
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9144
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9145
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9146
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9147
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9148
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9149
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9150
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9151
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9152
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9153
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9154
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9155
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9156
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9157
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9158
+
9159
+
9160
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
9161
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
9162
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
9163
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.6ms)
9164
+
9165
+
9166
+ Started GET "/" for ::1 at 2015-11-23 23:10:19 +0900
9167
+ Processing by SessionsController#login as HTML
9168
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9169
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
9170
+ Completed 200 OK in 33ms (Views: 27.6ms | ActiveRecord: 0.2ms)
9171
+
9172
+
9173
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:10:19 +0900
9174
+
9175
+
9176
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:10:19 +0900
9177
+
9178
+
9179
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:10:19 +0900
9180
+
9181
+
9182
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:10:19 +0900
9183
+
9184
+
9185
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:10:29 +0900
9186
+
9187
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9188
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9189
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9190
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9191
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9192
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9193
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9194
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9195
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9196
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9197
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9198
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9199
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9200
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9201
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9202
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9203
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9204
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9205
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9206
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9207
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9208
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9209
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9210
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9211
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9212
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9213
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9214
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9215
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9216
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9217
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9218
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9219
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9220
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9221
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9222
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9223
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9224
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9225
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9226
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9227
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9228
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9229
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9230
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9231
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9232
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9233
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9234
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9235
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9236
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9237
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9238
+
9239
+
9240
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
9241
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
9242
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
9243
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.5ms)
9244
+
9245
+
9246
+ Started GET "/" for ::1 at 2015-11-23 23:11:06 +0900
9247
+ Processing by SessionsController#login as HTML
9248
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9249
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.3ms)
9250
+ Completed 200 OK in 360ms (Views: 331.2ms | ActiveRecord: 3.5ms)
9251
+
9252
+
9253
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:11:07 +0900
9254
+
9255
+
9256
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:11:07 +0900
9257
+
9258
+
9259
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:11:07 +0900
9260
+
9261
+
9262
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:11:07 +0900
9263
+
9264
+
9265
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:11:09 +0900
9266
+
9267
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9268
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9269
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9270
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9271
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9272
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9273
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9274
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9275
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9276
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9277
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9278
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9279
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9280
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9281
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9282
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9283
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9284
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9285
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9286
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9287
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9288
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9289
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9290
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9291
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9292
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9293
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9294
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9295
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9296
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9297
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9298
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9299
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9300
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9301
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9302
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9303
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9304
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9305
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9306
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9307
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9308
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9309
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9310
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9311
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9312
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9313
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9314
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9315
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9316
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9317
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9318
+
9319
+
9320
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
9321
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
9322
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
9323
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.8ms)
9324
+
9325
+
9326
+ Started GET "/" for ::1 at 2015-11-23 23:14:13 +0900
9327
+ Processing by SessionsController#login as HTML
9328
+  (28.0ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9329
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (11.8ms)
9330
+ Completed 200 OK in 4376ms (Views: 2423.7ms | ActiveRecord: 28.0ms)
9331
+
9332
+
9333
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:14:23 +0900
9334
+
9335
+
9336
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:14:23 +0900
9337
+
9338
+
9339
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:14:23 +0900
9340
+
9341
+
9342
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:14:24 +0900
9343
+
9344
+
9345
+ Started GET "/" for ::1 at 2015-11-23 23:15:03 +0900
9346
+ Processing by SessionsController#login as HTML
9347
+  (27.4ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9348
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (5.7ms)
9349
+ Completed 200 OK in 1169ms (Views: 431.4ms | ActiveRecord: 27.4ms)
9350
+
9351
+
9352
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:15:07 +0900
9353
+
9354
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9355
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9356
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9357
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9358
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9359
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9360
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9361
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9362
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9363
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9364
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9365
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9366
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9367
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9368
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9369
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9370
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9371
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9372
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9373
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9374
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9375
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9376
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9377
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9378
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9379
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9380
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9381
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9382
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9383
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9384
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9385
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9386
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9387
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9388
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9389
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9390
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9391
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9392
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9393
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9394
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9395
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9396
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9397
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9398
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9399
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9400
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9401
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9402
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9403
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9404
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9405
+
9406
+
9407
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (39.9ms)
9408
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.6ms)
9409
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (35.3ms)
9410
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (285.7ms)
9411
+
9412
+
9413
+ Started GET "/" for ::1 at 2015-11-23 23:16:03 +0900
9414
+ Processing by SessionsController#login as HTML
9415
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9416
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (16.5ms)
9417
+ Completed 200 OK in 564ms (Views: 421.6ms | ActiveRecord: 18.2ms)
9418
+
9419
+
9420
+ Started GET "/" for ::1 at 2015-11-23 23:16:03 +0900
9421
+ Processing by SessionsController#login as HTML
9422
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9423
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
9424
+ Completed 200 OK in 55ms (Views: 49.7ms | ActiveRecord: 0.3ms)
9425
+
9426
+
9427
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:16:07 +0900
9428
+
9429
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9430
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9431
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9432
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9433
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9434
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9435
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9436
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9437
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9438
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9439
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9440
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9441
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9442
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9443
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9444
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9445
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9446
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9447
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9448
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9449
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9450
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9451
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9452
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9453
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9454
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9455
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9456
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9457
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9458
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9459
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9460
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9461
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9462
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9463
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9464
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9465
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9466
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9467
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9468
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9469
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9470
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9471
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9472
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9473
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9474
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9475
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9476
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9477
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9478
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9479
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9480
+
9481
+
9482
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
9483
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
9484
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
9485
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (28.0ms)
9486
+
9487
+
9488
+ Started GET "/" for ::1 at 2015-11-23 23:17:12 +0900
9489
+ Processing by SessionsController#login as HTML
9490
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
9491
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.7ms)
9492
+ Completed 200 OK in 115ms (Views: 107.6ms | ActiveRecord: 0.3ms)
9493
+
9494
+
9495
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:17:12 +0900
9496
+
9497
+
9498
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:17:12 +0900
9499
+
9500
+
9501
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:17:12 +0900
9502
+
9503
+
9504
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:17:12 +0900
9505
+
9506
+
9507
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:17:14 +0900
9508
+
9509
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9510
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9511
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9512
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9513
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9514
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9515
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9516
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9517
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9518
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9519
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9520
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9521
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9522
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9523
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9524
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9525
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9526
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9527
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9528
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9529
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9530
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9531
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9532
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9533
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9534
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9535
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9536
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9537
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9538
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9539
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9540
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9541
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9542
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9543
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9544
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9545
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9546
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9547
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9548
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9549
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9550
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9551
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9552
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9553
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9554
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9555
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9556
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9557
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9558
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9559
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9560
+
9561
+
9562
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
9563
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
9564
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
9565
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.2ms)
9566
+
9567
+
9568
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:20:01 +0900
9569
+
9570
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
9571
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
9572
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
9573
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
9574
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
9575
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
9576
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
9577
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
9578
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
9579
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
9580
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
9581
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
9582
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
9583
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9584
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
9585
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
9586
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
9587
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
9588
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
9589
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
9590
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
9591
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9592
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
9593
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
9594
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
9595
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9596
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
9597
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
9598
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9599
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9600
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
9601
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
9602
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
9603
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
9604
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
9605
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
9606
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9607
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
9608
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
9609
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
9610
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9611
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
9612
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
9613
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
9614
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
9615
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
9616
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
9617
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
9618
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9619
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9620
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9621
+
9622
+
9623
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
9624
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
9625
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
9626
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (30.1ms)
9627
+
9628
+
9629
+ Started GET "/" for ::1 at 2015-11-23 23:22:04 +0900
9630
+ Processing by SessionsController#login as HTML
9631
+ Rendering 500 with exception: Could not find table 'langs'
9632
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (2.2ms)
9633
+ Completed 500 Internal Server Error in 405ms (Views: 396.6ms | ActiveRecord: 1.6ms)
9634
+
9635
+
9636
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:22:04 +0900
9637
+
9638
+
9639
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:22:04 +0900
9640
+
9641
+
9642
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:22:04 +0900
9643
+
9644
+
9645
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:22:05 +0900
9646
+
9647
+
9648
+ Started GET "/" for ::1 at 2015-11-23 23:22:06 +0900
9649
+ Processing by SessionsController#login as HTML
9650
+ Rendering 500 with exception: Could not find table 'langs'
9651
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (0.1ms)
9652
+ Completed 500 Internal Server Error in 45ms (Views: 43.8ms | ActiveRecord: 0.1ms)
9653
+
9654
+
9655
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:22:06 +0900
9656
+
9657
+
9658
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:22:06 +0900
9659
+
9660
+
9661
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:22:06 +0900
9662
+
9663
+
9664
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:22:07 +0900
9665
+
9666
+
9667
+ Started GET "/" for ::1 at 2015-11-23 23:22:09 +0900
9668
+ Processing by SessionsController#login as HTML
9669
+ Rendering 500 with exception: Could not find table 'langs'
9670
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (0.0ms)
9671
+ Completed 500 Internal Server Error in 43ms (Views: 42.9ms | ActiveRecord: 0.1ms)
9672
+
9673
+
9674
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:22:09 +0900
9675
+
9676
+
9677
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:22:09 +0900
9678
+
9679
+
9680
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:22:09 +0900
9681
+
9682
+
9683
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:22:09 +0900
9684
+
9685
+
9686
+ Started GET "/" for ::1 at 2015-11-23 23:22:23 +0900
9687
+ Processing by SessionsController#login as HTML
9688
+ Rendering 500 with exception: Could not find table 'langs'
9689
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (0.1ms)
9690
+ Completed 500 Internal Server Error in 51ms (Views: 49.9ms | ActiveRecord: 0.1ms)
9691
+
9692
+
9693
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:22:23 +0900
9694
+
9695
+
9696
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:22:23 +0900
9697
+
9698
+
9699
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:22:23 +0900
9700
+
9701
+
9702
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:22:23 +0900
9703
+
9704
+
9705
+ Started GET "/" for ::1 at 2015-11-23 23:22:50 +0900
9706
+ Processing by SessionsController#login as HTML
9707
+ Rendering 500 with exception: Could not find table 'langs'
9708
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (1.7ms)
9709
+ Completed 500 Internal Server Error in 368ms (Views: 358.4ms | ActiveRecord: 1.9ms)
9710
+
9711
+
9712
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:22:50 +0900
9713
+
9714
+
9715
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:22:50 +0900
9716
+
9717
+
9718
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:22:50 +0900
9719
+
9720
+
9721
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:22:50 +0900
9722
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
9723
+  (0.6ms) select sqlite_version(*)
9724
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9725
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
9726
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
9727
+ Migrating to CreateLangs (20150803101150)
9728
+  (0.1ms) begin transaction
9729
+  (0.8ms) CREATE TABLE "langs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(5) NOT NULL, "east" boolean DEFAULT 'f' NOT NULL, "position" integer DEFAULT 1 NOT NULL, "enable" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
9730
+  (0.1ms) select sqlite_version(*)
9731
+  (2.0ms) CREATE UNIQUE INDEX "index_langs_on_code" ON "langs" ("code")
9732
+  (0.2ms) CREATE TABLE "lang_texts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer NOT NULL, "lang_id" integer NOT NULL, "label" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9733
+  (0.2ms) CREATE UNIQUE INDEX "index_lang_texts_on_parent_id_and_lang_id" ON "lang_texts" ("parent_id", "lang_id")
9734
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150803101150"]]
9735
+  (1.5ms) commit transaction
9736
+ Migrating to ModifyLangPositionDefault (20150814101311)
9737
+  (0.1ms) begin transaction
9738
+  (0.6ms) CREATE TEMPORARY TABLE "alangs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(5) NOT NULL, "east" boolean DEFAULT 'f' NOT NULL, "position" integer DEFAULT 1 NOT NULL, "enable" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
9739
+  (0.1ms) SELECT sql
9740
+ FROM sqlite_master
9741
+ WHERE name='index_langs_on_code' AND type='index'
9742
+ UNION ALL
9743
+ SELECT sql
9744
+ FROM sqlite_temp_master
9745
+ WHERE name='index_langs_on_code' AND type='index'
9746
+
9747
+  (0.3ms) CREATE UNIQUE INDEX "tindex_alangs_on_code" ON "alangs" ("code")
9748
+  (0.1ms) SELECT * FROM "langs"
9749
+  (1.6ms) DROP TABLE "langs"
9750
+  (0.2ms) CREATE TABLE "langs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" varchar(5) NOT NULL, "east" boolean DEFAULT 'f' NOT NULL, "position" integer DEFAULT 10000 NOT NULL, "enable" boolean DEFAULT 't' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9751
+  (0.1ms)  SELECT sql
9752
+ FROM sqlite_master
9753
+ WHERE name='tindex_alangs_on_code' AND type='index'
9754
+ UNION ALL
9755
+ SELECT sql
9756
+ FROM sqlite_temp_master
9757
+ WHERE name='tindex_alangs_on_code' AND type='index'
9758
+ 
9759
+  (1.0ms) CREATE UNIQUE INDEX "index_langs_on_code" ON "langs" ("code")
9760
+  (0.1ms) SELECT * FROM "alangs"
9761
+  (0.2ms) DROP TABLE "alangs"
9762
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150814101311"]]
9763
+  (2.9ms) commit transaction
9764
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
9765
+  (0.4ms) SELECT sql
9766
+ FROM sqlite_master
9767
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
9768
+ UNION ALL
9769
+ SELECT sql
9770
+ FROM sqlite_temp_master
9771
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
9772
+
9773
+  (0.1ms)  SELECT sql
9774
+ FROM sqlite_master
9775
+ WHERE name='index_langs_on_code' AND type='index'
9776
+ UNION ALL
9777
+ SELECT sql
9778
+ FROM sqlite_temp_master
9779
+ WHERE name='index_langs_on_code' AND type='index'
9780
+ 
9781
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
9782
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9783
+  (0.1ms) begin transaction
9784
+ SQL (0.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-11-23 14:23:25.269494"], ["updated_at", "2015-11-23 14:23:25.269494"]]
9785
+  (0.9ms) commit transaction
9786
+  (0.1ms) begin transaction
9787
+ SQL (0.3ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-11-23 14:23:25.274844"], ["id", 1]]
9788
+  (1.0ms) commit transaction
9789
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
9790
+  (0.1ms) begin transaction
9791
+ SQL (0.6ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-11-23 14:23:25.282161"], ["updated_at", "2015-11-23 14:23:25.282161"]]
9792
+  (1.4ms) commit transaction
9793
+  (0.1ms) begin transaction
9794
+ SQL (0.4ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-11-23 14:23:25.286680"], ["id", 2]]
9795
+  (0.8ms) commit transaction
9796
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
9797
+  (0.1ms) begin transaction
9798
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-11-23 14:23:25.291212"], ["updated_at", "2015-11-23 14:23:25.291212"]]
9799
+  (1.1ms) commit transaction
9800
+  (0.1ms) begin transaction
9801
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-11-23 14:23:25.294165"], ["id", 3]]
9802
+  (0.9ms) commit transaction
9803
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
9804
+  (0.1ms) begin transaction
9805
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-11-23 14:23:25.299156"], ["updated_at", "2015-11-23 14:23:25.299156"]]
9806
+  (0.8ms) commit transaction
9807
+  (0.0ms) begin transaction
9808
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-11-23 14:23:25.301746"], ["id", 4]]
9809
+  (0.8ms) commit transaction
9810
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
9811
+  (0.1ms) begin transaction
9812
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-11-23 14:23:25.305629"], ["updated_at", "2015-11-23 14:23:25.305629"]]
9813
+  (0.8ms) commit transaction
9814
+  (0.1ms) begin transaction
9815
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-11-23 14:23:25.308929"], ["id", 5]]
9816
+  (0.8ms) commit transaction
9817
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
9818
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9819
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
9820
+ ActiveRecord::Mlang::LangText Load (0.2ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 5]]
9821
+  (0.1ms) begin transaction
9822
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 1], ["created_at", "2015-11-23 14:23:25.338365"], ["updated_at", "2015-11-23 14:23:25.338365"]]
9823
+  (0.8ms) commit transaction
9824
+  (0.0ms) begin transaction
9825
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-11-23 14:23:25.340889"], ["id", 1]]
9826
+  (0.9ms) commit transaction
9827
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
9828
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
9829
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 5]]
9830
+  (0.1ms) begin transaction
9831
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 2], ["created_at", "2015-11-23 14:23:25.347647"], ["updated_at", "2015-11-23 14:23:25.347647"]]
9832
+  (1.0ms) commit transaction
9833
+  (0.1ms) begin transaction
9834
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-11-23 14:23:25.350619"], ["id", 2]]
9835
+  (1.0ms) commit transaction
9836
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
9837
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
9838
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 3], ["lang_id", 5]]
9839
+  (0.1ms) begin transaction
9840
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 3], ["created_at", "2015-11-23 14:23:25.356363"], ["updated_at", "2015-11-23 14:23:25.356363"]]
9841
+  (0.9ms) commit transaction
9842
+  (0.1ms) begin transaction
9843
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-11-23 14:23:25.359049"], ["id", 3]]
9844
+  (0.6ms) commit transaction
9845
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
9846
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
9847
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 5]]
9848
+  (0.0ms) begin transaction
9849
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 4], ["created_at", "2015-11-23 14:23:25.363479"], ["updated_at", "2015-11-23 14:23:25.363479"]]
9850
+  (1.1ms) commit transaction
9851
+  (0.1ms) begin transaction
9852
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-11-23 14:23:25.366123"], ["id", 4]]
9853
+  (0.8ms) commit transaction
9854
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
9855
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
9856
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 5], ["lang_id", 5]]
9857
+  (0.1ms) begin transaction
9858
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 5], ["created_at", "2015-11-23 14:23:25.414304"], ["updated_at", "2015-11-23 14:23:25.414304"]]
9859
+  (0.9ms) commit transaction
9860
+  (0.0ms) begin transaction
9861
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-11-23 14:23:25.416796"], ["id", 5]]
9862
+  (0.8ms) commit transaction
9863
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9864
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
9865
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
9866
+  (0.1ms) begin transaction
9867
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 1], ["created_at", "2015-11-23 14:23:25.422823"], ["updated_at", "2015-11-23 14:23:25.422823"]]
9868
+  (0.8ms) commit transaction
9869
+  (0.0ms) begin transaction
9870
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-11-23 14:23:25.425342"], ["id", 6]]
9871
+  (0.7ms) commit transaction
9872
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
9873
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
9874
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 2]]
9875
+  (0.0ms) begin transaction
9876
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 2], ["created_at", "2015-11-23 14:23:25.430144"], ["updated_at", "2015-11-23 14:23:25.430144"]]
9877
+  (1.2ms) commit transaction
9878
+  (0.1ms) begin transaction
9879
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-11-23 14:23:25.432760"], ["id", 7]]
9880
+  (0.8ms) commit transaction
9881
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
9882
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
9883
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 3], ["lang_id", 2]]
9884
+  (0.0ms) begin transaction
9885
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 3], ["created_at", "2015-11-23 14:23:25.437887"], ["updated_at", "2015-11-23 14:23:25.437887"]]
9886
+  (0.9ms) commit transaction
9887
+  (0.1ms) begin transaction
9888
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-11-23 14:23:25.440759"], ["id", 8]]
9889
+  (0.9ms) commit transaction
9890
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
9891
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
9892
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 2]]
9893
+  (0.1ms) begin transaction
9894
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 4], ["created_at", "2015-11-23 14:23:25.446897"], ["updated_at", "2015-11-23 14:23:25.446897"]]
9895
+  (1.3ms) commit transaction
9896
+  (0.1ms) begin transaction
9897
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-11-23 14:23:25.450310"], ["id", 9]]
9898
+  (1.0ms) commit transaction
9899
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
9900
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
9901
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 5], ["lang_id", 2]]
9902
+  (0.1ms) begin transaction
9903
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 5], ["created_at", "2015-11-23 14:23:25.457197"], ["updated_at", "2015-11-23 14:23:25.457197"]]
9904
+  (1.3ms) commit transaction
9905
+  (0.1ms) begin transaction
9906
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-11-23 14:23:25.461083"], ["id", 10]]
9907
+  (1.1ms) commit transaction
9908
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9909
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
9910
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 1]]
9911
+  (0.1ms) begin transaction
9912
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 1], ["created_at", "2015-11-23 14:23:25.468087"], ["updated_at", "2015-11-23 14:23:25.468087"]]
9913
+  (0.8ms) commit transaction
9914
+  (0.1ms) begin transaction
9915
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-11-23 14:23:25.470785"], ["id", 11]]
9916
+  (0.8ms) commit transaction
9917
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
9918
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
9919
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 1]]
9920
+  (0.1ms) begin transaction
9921
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 2], ["created_at", "2015-11-23 14:23:25.476558"], ["updated_at", "2015-11-23 14:23:25.476558"]]
9922
+  (0.8ms) commit transaction
9923
+  (0.0ms) begin transaction
9924
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-11-23 14:23:25.478946"], ["id", 12]]
9925
+  (0.8ms) commit transaction
9926
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
9927
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
9928
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 3], ["lang_id", 1]]
9929
+  (0.1ms) begin transaction
9930
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 3], ["created_at", "2015-11-23 14:23:25.484374"], ["updated_at", "2015-11-23 14:23:25.484374"]]
9931
+  (1.3ms) commit transaction
9932
+  (0.1ms) begin transaction
9933
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-11-23 14:23:25.487902"], ["id", 13]]
9934
+  (1.2ms) commit transaction
9935
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
9936
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
9937
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 1]]
9938
+  (0.1ms) begin transaction
9939
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 4], ["created_at", "2015-11-23 14:23:25.495019"], ["updated_at", "2015-11-23 14:23:25.495019"]]
9940
+  (0.9ms) commit transaction
9941
+  (0.1ms) begin transaction
9942
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-11-23 14:23:25.497732"], ["id", 14]]
9943
+  (0.9ms) commit transaction
9944
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
9945
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
9946
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 5], ["lang_id", 1]]
9947
+  (0.1ms) begin transaction
9948
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 5], ["created_at", "2015-11-23 14:23:25.503057"], ["updated_at", "2015-11-23 14:23:25.503057"]]
9949
+  (1.2ms) commit transaction
9950
+  (0.1ms) begin transaction
9951
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-11-23 14:23:25.506046"], ["id", 15]]
9952
+  (1.2ms) commit transaction
9953
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9954
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
9955
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 3]]
9956
+  (0.1ms) begin transaction
9957
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 1], ["created_at", "2015-11-23 14:23:25.512936"], ["updated_at", "2015-11-23 14:23:25.512936"]]
9958
+  (0.7ms) commit transaction
9959
+  (0.0ms) begin transaction
9960
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-11-23 14:23:25.515283"], ["id", 16]]
9961
+  (0.9ms) commit transaction
9962
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
9963
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
9964
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 3]]
9965
+  (0.1ms) begin transaction
9966
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 2], ["created_at", "2015-11-23 14:23:25.521472"], ["updated_at", "2015-11-23 14:23:25.521472"]]
9967
+  (1.1ms) commit transaction
9968
+  (0.1ms) begin transaction
9969
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-11-23 14:23:25.524475"], ["id", 17]]
9970
+  (0.9ms) commit transaction
9971
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
9972
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
9973
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 3], ["lang_id", 3]]
9974
+  (0.1ms) begin transaction
9975
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 3], ["created_at", "2015-11-23 14:23:25.530550"], ["updated_at", "2015-11-23 14:23:25.530550"]]
9976
+  (1.1ms) commit transaction
9977
+  (0.1ms) begin transaction
9978
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-11-23 14:23:25.533524"], ["id", 18]]
9979
+  (1.0ms) commit transaction
9980
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
9981
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
9982
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 3]]
9983
+  (0.1ms) begin transaction
9984
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 4], ["created_at", "2015-11-23 14:23:25.540033"], ["updated_at", "2015-11-23 14:23:25.540033"]]
9985
+  (1.2ms) commit transaction
9986
+  (0.1ms) begin transaction
9987
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-11-23 14:23:25.542989"], ["id", 19]]
9988
+  (1.3ms) commit transaction
9989
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
9990
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
9991
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 5], ["lang_id", 3]]
9992
+  (0.1ms) begin transaction
9993
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 5], ["created_at", "2015-11-23 14:23:25.550617"], ["updated_at", "2015-11-23 14:23:25.550617"]]
9994
+  (1.2ms) commit transaction
9995
+  (0.1ms) begin transaction
9996
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-11-23 14:23:25.553786"], ["id", 20]]
9997
+  (1.0ms) commit transaction
9998
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
9999
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
10000
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 4]]
10001
+  (0.1ms) begin transaction
10002
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 1], ["created_at", "2015-11-23 14:23:25.559525"], ["updated_at", "2015-11-23 14:23:25.559525"]]
10003
+  (0.9ms) commit transaction
10004
+  (0.1ms) begin transaction
10005
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-11-23 14:23:25.562044"], ["id", 21]]
10006
+  (0.9ms) commit transaction
10007
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
10008
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
10009
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 4]]
10010
+  (0.1ms) begin transaction
10011
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 2], ["created_at", "2015-11-23 14:23:25.567956"], ["updated_at", "2015-11-23 14:23:25.567956"]]
10012
+  (1.1ms) commit transaction
10013
+  (0.1ms) begin transaction
10014
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-11-23 14:23:25.571590"], ["id", 22]]
10015
+  (1.6ms) commit transaction
10016
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
10017
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
10018
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 3], ["lang_id", 4]]
10019
+  (0.1ms) begin transaction
10020
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 3], ["created_at", "2015-11-23 14:23:25.579101"], ["updated_at", "2015-11-23 14:23:25.579101"]]
10021
+  (0.8ms) commit transaction
10022
+  (0.1ms) begin transaction
10023
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-11-23 14:23:25.582005"], ["id", 23]]
10024
+  (0.9ms) commit transaction
10025
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
10026
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
10027
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 4], ["lang_id", 4]]
10028
+  (0.1ms) begin transaction
10029
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 4], ["created_at", "2015-11-23 14:23:25.587811"], ["updated_at", "2015-11-23 14:23:25.587811"]]
10030
+  (1.1ms) commit transaction
10031
+  (0.1ms) begin transaction
10032
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-11-23 14:23:25.590535"], ["id", 24]]
10033
+  (1.0ms) commit transaction
10034
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
10035
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
10036
+ ActiveRecord::Mlang::LangText Load (0.1ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 5], ["lang_id", 4]]
10037
+  (0.1ms) begin transaction
10038
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 5], ["created_at", "2015-11-23 14:23:25.598807"], ["updated_at", "2015-11-23 14:23:25.598807"]]
10039
+  (1.1ms) commit transaction
10040
+  (0.1ms) begin transaction
10041
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-11-23 14:23:25.602192"], ["id", 25]]
10042
+  (0.9ms) commit transaction
10043
+
10044
+
10045
+ Started GET "/" for ::1 at 2015-11-23 23:23:34 +0900
10046
+ Processing by SessionsController#login as HTML
10047
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10048
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.7ms)
10049
+ Completed 200 OK in 410ms (Views: 380.3ms | ActiveRecord: 2.5ms)
10050
+
10051
+
10052
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:23:35 +0900
10053
+
10054
+
10055
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:23:35 +0900
10056
+
10057
+
10058
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:23:35 +0900
10059
+
10060
+
10061
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:23:35 +0900
10062
+
10063
+
10064
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:23:38 +0900
10065
+
10066
+
10067
+ Started GET "/auth/google/callback?state=bc9a08ecf974cc375361d5e31137105d34a1078a71afbce8&code=4/p0kPNJ4PB7XCD6jw9oiMVGlG97nJJ6mKIZUt6SeFHMQ" for ::1 at 2015-11-23 23:23:38 +0900
10068
+ Processing by SessionsController#callback as HTML
10069
+ Parameters: {"state"=>"bc9a08ecf974cc375361d5e31137105d34a1078a71afbce8", "code"=>"4/p0kPNJ4PB7XCD6jw9oiMVGlG97nJJ6mKIZUt6SeFHMQ", "provider"=>"google"}
10070
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10071
+ Redirected to http://localhost:3000/
10072
+ Completed 302 Found in 20ms (ActiveRecord: 0.4ms)
10073
+
10074
+
10075
+ Started GET "/" for ::1 at 2015-11-23 23:23:39 +0900
10076
+ Processing by SessionsController#login as HTML
10077
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10078
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
10079
+ Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.1ms)
10080
+
10081
+
10082
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:23:42 +0900
10083
+
10084
+
10085
+ Started GET "/auth/google/callback?state=439cfed9e9d255d9d9ead360cdd1b6751422b48b66bfcd56&code=4/UEROn2XWswOih-LBc1cN4KS9hF9JvusHH4grduSqM18" for ::1 at 2015-11-23 23:23:42 +0900
10086
+ Processing by SessionsController#callback as HTML
10087
+ Parameters: {"state"=>"439cfed9e9d255d9d9ead360cdd1b6751422b48b66bfcd56", "code"=>"4/UEROn2XWswOih-LBc1cN4KS9hF9JvusHH4grduSqM18", "provider"=>"google"}
10088
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10089
+ Redirected to http://localhost:3000/
10090
+ Completed 302 Found in 1ms (ActiveRecord: 0.2ms)
10091
+
10092
+
10093
+ Started GET "/" for ::1 at 2015-11-23 23:23:43 +0900
10094
+ Processing by SessionsController#login as HTML
10095
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10096
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10097
+ Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms)
10098
+
10099
+
10100
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:24:01 +0900
10101
+
10102
+
10103
+ Started GET "/auth/google/callback?state=ea0a3e16a9d81e3fa36eef2b786244ccb2abd3ead73e146e&code=4/wRzPGQVJgqUrKAJdaOZ02biNeNTL2vhsv6TmMhTGNz0" for ::1 at 2015-11-23 23:24:01 +0900
10104
+ Processing by SessionsController#callback as HTML
10105
+ Parameters: {"state"=>"ea0a3e16a9d81e3fa36eef2b786244ccb2abd3ead73e146e", "code"=>"4/wRzPGQVJgqUrKAJdaOZ02biNeNTL2vhsv6TmMhTGNz0", "provider"=>"google"}
10106
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10107
+ Redirected to http://localhost:3000/
10108
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
10109
+
10110
+
10111
+ Started GET "/" for ::1 at 2015-11-23 23:24:02 +0900
10112
+ Processing by SessionsController#login as HTML
10113
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10114
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
10115
+ Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.1ms)
10116
+
10117
+
10118
+ Started GET "/" for ::1 at 2015-11-23 23:24:04 +0900
10119
+ Processing by SessionsController#login as HTML
10120
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10121
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10122
+ Completed 200 OK in 110ms (Views: 108.9ms | ActiveRecord: 0.2ms)
10123
+
10124
+
10125
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:24:04 +0900
10126
+
10127
+
10128
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:24:04 +0900
10129
+
10130
+
10131
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:24:04 +0900
10132
+
10133
+
10134
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:24:04 +0900
10135
+
10136
+
10137
+ Started GET "/" for ::1 at 2015-11-23 23:24:35 +0900
10138
+ Processing by SessionsController#login as HTML
10139
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10140
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.2ms)
10141
+ Completed 200 OK in 339ms (Views: 310.0ms | ActiveRecord: 2.4ms)
10142
+
10143
+
10144
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:24:35 +0900
10145
+
10146
+
10147
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:24:35 +0900
10148
+
10149
+
10150
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:24:35 +0900
10151
+
10152
+
10153
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:24:35 +0900
10154
+
10155
+
10156
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:24:37 +0900
10157
+
10158
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
10159
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
10160
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
10161
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
10162
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
10163
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
10164
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
10165
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
10166
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
10167
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
10168
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
10169
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
10170
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
10171
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
10172
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
10173
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
10174
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
10175
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
10176
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
10177
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
10178
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
10179
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
10180
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
10181
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
10182
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
10183
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10184
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
10185
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
10186
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
10187
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10188
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10189
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10190
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10191
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10192
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10193
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10194
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10195
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10196
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10197
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10198
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10199
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10200
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10201
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10202
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10203
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10204
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10205
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10206
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10207
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10208
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10209
+
10210
+
10211
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
10212
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
10213
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
10214
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.2ms)
10215
+
10216
+
10217
+ Started GET "/" for ::1 at 2015-11-23 23:24:55 +0900
10218
+ Processing by SessionsController#login as HTML
10219
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10220
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.1ms)
10221
+ Completed 200 OK in 400ms (Views: 372.6ms | ActiveRecord: 2.1ms)
10222
+
10223
+
10224
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:24:56 +0900
10225
+
10226
+
10227
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:24:56 +0900
10228
+
10229
+
10230
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:24:56 +0900
10231
+
10232
+
10233
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:24:56 +0900
10234
+
10235
+
10236
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:24:58 +0900
10237
+
10238
+
10239
+ Started GET "/auth/google/callback?state=843082100d897ecc73d727747efa38a6de7a000bca32e52b&code=4/2SuFuI2-qDt7rLFWSOBuSv081cQZ9N0cQIHkBu96Ous" for ::1 at 2015-11-23 23:24:58 +0900
10240
+ Processing by SessionsController#callback as HTML
10241
+ Parameters: {"state"=>"843082100d897ecc73d727747efa38a6de7a000bca32e52b", "code"=>"4/2SuFuI2-qDt7rLFWSOBuSv081cQZ9N0cQIHkBu96Ous", "provider"=>"google"}
10242
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10243
+ Redirected to http://localhost:3000/
10244
+ Completed 302 Found in 18ms (ActiveRecord: 0.3ms)
10245
+
10246
+
10247
+ Started GET "/" for ::1 at 2015-11-23 23:24:59 +0900
10248
+ Processing by SessionsController#login as HTML
10249
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10250
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10251
+ Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.2ms)
10252
+
10253
+
10254
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:25:01 +0900
10255
+
10256
+
10257
+ Started GET "/auth/google/callback?state=f6f003214ecaf31296162d30995bd43cd37ef24ab3218529&code=4/eUVKuY_v_bVJ9imyH3nH2aeQHfV64VsPJ2eZ1I0vi5s" for ::1 at 2015-11-23 23:25:02 +0900
10258
+ Processing by SessionsController#callback as HTML
10259
+ Parameters: {"state"=>"f6f003214ecaf31296162d30995bd43cd37ef24ab3218529", "code"=>"4/eUVKuY_v_bVJ9imyH3nH2aeQHfV64VsPJ2eZ1I0vi5s", "provider"=>"google"}
10260
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10261
+ Redirected to http://localhost:3000/
10262
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
10263
+
10264
+
10265
+ Started GET "/" for ::1 at 2015-11-23 23:25:02 +0900
10266
+ Processing by SessionsController#login as HTML
10267
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10268
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10269
+ Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.2ms)
10270
+
10271
+
10272
+ Started GET "/" for ::1 at 2015-11-23 23:25:27 +0900
10273
+ Processing by SessionsController#login as HTML
10274
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10275
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.0ms)
10276
+ Completed 200 OK in 372ms (Views: 344.6ms | ActiveRecord: 2.2ms)
10277
+
10278
+
10279
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:25:28 +0900
10280
+
10281
+
10282
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:25:28 +0900
10283
+
10284
+
10285
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:25:28 +0900
10286
+
10287
+
10288
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:25:28 +0900
10289
+
10290
+
10291
+ Started GET "/" for ::1 at 2015-11-23 23:25:29 +0900
10292
+ Processing by SessionsController#login as HTML
10293
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10294
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10295
+ Completed 200 OK in 24ms (Views: 20.2ms | ActiveRecord: 0.2ms)
10296
+
10297
+
10298
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:25:29 +0900
10299
+
10300
+
10301
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:25:29 +0900
10302
+
10303
+
10304
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:25:29 +0900
10305
+
10306
+
10307
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:25:29 +0900
10308
+
10309
+
10310
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:25:37 +0900
10311
+
10312
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
10313
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
10314
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
10315
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
10316
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
10317
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
10318
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
10319
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
10320
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
10321
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
10322
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
10323
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
10324
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
10325
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
10326
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
10327
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
10328
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
10329
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
10330
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
10331
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
10332
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
10333
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
10334
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
10335
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
10336
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
10337
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10338
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
10339
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
10340
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
10341
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10342
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10343
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10344
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10345
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10346
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10347
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10348
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10349
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10350
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10351
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10352
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10353
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10354
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10355
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10356
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10357
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10358
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10359
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10360
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10361
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10362
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10363
+
10364
+
10365
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
10366
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
10367
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
10368
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.3ms)
10369
+
10370
+
10371
+ Started GET "/" for ::1 at 2015-11-23 23:26:21 +0900
10372
+ Processing by SessionsController#login as HTML
10373
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10374
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.1ms)
10375
+ Completed 200 OK in 363ms (Views: 338.2ms | ActiveRecord: 1.9ms)
10376
+
10377
+
10378
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:26:22 +0900
10379
+
10380
+
10381
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:26:22 +0900
10382
+
10383
+
10384
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:26:22 +0900
10385
+
10386
+
10387
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:26:22 +0900
10388
+
10389
+
10390
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:26:30 +0900
10391
+
10392
+
10393
+ Started GET "/auth/google/callback?state=d04b2d164f47cb85f244a86ce05ffa98ba34a11b6211511a&code=4/q61acax0eHyq2v7-FCRxvSybwVS2XWHcFOgL42yI7Qc" for ::1 at 2015-11-23 23:26:30 +0900
10394
+ Processing by SessionsController#callback as HTML
10395
+ Parameters: {"state"=>"d04b2d164f47cb85f244a86ce05ffa98ba34a11b6211511a", "code"=>"4/q61acax0eHyq2v7-FCRxvSybwVS2XWHcFOgL42yI7Qc", "provider"=>"google"}
10396
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10397
+ Redirected to http://localhost:3000/
10398
+ Completed 302 Found in 20ms (ActiveRecord: 0.5ms)
10399
+
10400
+
10401
+ Started GET "/" for ::1 at 2015-11-23 23:26:31 +0900
10402
+ Processing by SessionsController#login as HTML
10403
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10404
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
10405
+ Completed 200 OK in 123ms (Views: 120.8ms | ActiveRecord: 0.2ms)
10406
+
10407
+
10408
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:26:45 +0900
10409
+
10410
+
10411
+ Started GET "/auth/google/callback?state=8f240f8b82b768b908a6bd5c5265027a4274b986d320c057&code=4/b39yYNX342vl4v53HZF-7gfOB23DoQhXxCkuTBHbjiU" for ::1 at 2015-11-23 23:26:45 +0900
10412
+ Processing by SessionsController#callback as HTML
10413
+ Parameters: {"state"=>"8f240f8b82b768b908a6bd5c5265027a4274b986d320c057", "code"=>"4/b39yYNX342vl4v53HZF-7gfOB23DoQhXxCkuTBHbjiU", "provider"=>"google"}
10414
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10415
+ Redirected to http://localhost:3000/
10416
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
10417
+
10418
+
10419
+ Started GET "/" for ::1 at 2015-11-23 23:26:46 +0900
10420
+ Processing by SessionsController#login as HTML
10421
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10422
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10423
+ Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.2ms)
10424
+
10425
+
10426
+ Started GET "/" for ::1 at 2015-11-23 23:28:16 +0900
10427
+ Processing by SessionsController#login as HTML
10428
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10429
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.2ms)
10430
+ Completed 200 OK in 360ms (Views: 331.9ms | ActiveRecord: 2.3ms)
10431
+
10432
+
10433
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:28:17 +0900
10434
+
10435
+
10436
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:28:17 +0900
10437
+
10438
+
10439
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:28:17 +0900
10440
+
10441
+
10442
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:28:17 +0900
10443
+
10444
+
10445
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:28:19 +0900
10446
+
10447
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
10448
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
10449
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
10450
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
10451
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
10452
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
10453
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
10454
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
10455
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
10456
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
10457
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
10458
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
10459
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
10460
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
10461
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
10462
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
10463
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
10464
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
10465
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
10466
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
10467
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
10468
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
10469
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
10470
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
10471
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
10472
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10473
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
10474
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
10475
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
10476
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10477
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10478
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10479
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10480
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10481
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10482
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10483
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10484
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10485
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10486
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10487
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10488
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10489
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10490
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10491
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10492
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10493
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10494
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10495
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10496
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10497
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10498
+
10499
+
10500
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
10501
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
10502
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
10503
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (29.4ms)
10504
+
10505
+
10506
+ Started GET "/" for ::1 at 2015-11-23 23:30:34 +0900
10507
+ Processing by SessionsController#login as HTML
10508
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10509
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
10510
+ Completed 200 OK in 37ms (Views: 27.9ms | ActiveRecord: 0.8ms)
10511
+
10512
+
10513
+ Started GET "/" for ::1 at 2015-11-23 23:31:08 +0900
10514
+ Processing by SessionsController#login as HTML
10515
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10516
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.3ms)
10517
+ Completed 200 OK in 357ms (Views: 326.4ms | ActiveRecord: 2.5ms)
10518
+
10519
+
10520
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:31:08 +0900
10521
+
10522
+
10523
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:31:08 +0900
10524
+
10525
+
10526
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:31:08 +0900
10527
+
10528
+
10529
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:31:08 +0900
10530
+
10531
+
10532
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:31:10 +0900
10533
+
10534
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
10535
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
10536
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
10537
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
10538
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
10539
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
10540
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
10541
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
10542
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
10543
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
10544
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
10545
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
10546
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
10547
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
10548
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
10549
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
10550
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
10551
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
10552
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
10553
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
10554
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
10555
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
10556
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
10557
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
10558
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
10559
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10560
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
10561
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
10562
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
10563
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10564
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10565
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10566
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10567
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10568
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10569
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10570
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10571
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10572
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10573
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10574
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10575
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10576
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10577
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10578
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10579
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10580
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10581
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10582
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10583
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10584
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10585
+
10586
+
10587
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
10588
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
10589
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
10590
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (24.0ms)
10591
+
10592
+
10593
+ Started GET "/" for ::1 at 2015-11-23 23:34:40 +0900
10594
+ Processing by SessionsController#login as HTML
10595
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10596
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.9ms)
10597
+ Completed 200 OK in 367ms (Views: 342.4ms | ActiveRecord: 2.3ms)
10598
+
10599
+
10600
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:34:40 +0900
10601
+
10602
+
10603
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:34:40 +0900
10604
+
10605
+
10606
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:34:40 +0900
10607
+
10608
+
10609
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:34:40 +0900
10610
+
10611
+
10612
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:34:46 +0900
10613
+
10614
+
10615
+ Started GET "/auth/google/callback?state=97e91dd654c7dacd1fa4e9a621d87401178495d0fa9ffed8&code=4/QNAA9wbBNca5EXobLa_Ay6b-oxZNnAcD3vVLb035vSs" for ::1 at 2015-11-23 23:34:47 +0900
10616
+ Processing by SessionsController#callback as HTML
10617
+ Parameters: {"state"=>"97e91dd654c7dacd1fa4e9a621d87401178495d0fa9ffed8", "code"=>"4/QNAA9wbBNca5EXobLa_Ay6b-oxZNnAcD3vVLb035vSs", "provider"=>"google"}
10618
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10619
+ Redirected to http://localhost:3000/
10620
+ Completed 302 Found in 21ms (ActiveRecord: 0.4ms)
10621
+
10622
+
10623
+ Started GET "/" for ::1 at 2015-11-23 23:34:48 +0900
10624
+ Processing by SessionsController#login as HTML
10625
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10626
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
10627
+ Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms)
10628
+
10629
+
10630
+ Started GET "/" for ::1 at 2015-11-23 23:35:08 +0900
10631
+ Processing by SessionsController#login as HTML
10632
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10633
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.0ms)
10634
+ Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.2ms)
10635
+
10636
+
10637
+ Started GET "/logout" for ::1 at 2015-11-23 23:35:10 +0900
10638
+ Processing by SessionsController#logout as HTML
10639
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10640
+ Redirected to http://localhost:3000/
10641
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
10642
+
10643
+
10644
+ Started GET "/" for ::1 at 2015-11-23 23:35:10 +0900
10645
+ Processing by SessionsController#login as HTML
10646
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10647
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10648
+ Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.2ms)
10649
+
10650
+
10651
+ Started GET "/login" for ::1 at 2015-11-23 23:35:10 +0900
10652
+
10653
+ ActionController::RoutingError (No route matches [GET] "/login"):
10654
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10655
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10656
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10657
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10658
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10659
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10660
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10661
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10662
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10663
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10664
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10665
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10666
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10667
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10668
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10669
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10670
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10671
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10672
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10673
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10674
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10675
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10676
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10677
+
10678
+
10679
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
10680
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
10681
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.2ms)
10682
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
10683
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.4ms)
10684
+
10685
+
10686
+ Started GET "/login" for ::1 at 2015-11-23 23:35:11 +0900
10687
+
10688
+ ActionController::RoutingError (No route matches [GET] "/login"):
10689
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10690
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10691
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
10692
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
10693
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
10694
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
10695
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
10696
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
10697
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10698
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
10699
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
10700
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
10701
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10702
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
10703
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
10704
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
10705
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
10706
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
10707
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
10708
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
10709
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10710
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10711
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10712
+
10713
+
10714
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
10715
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms)
10716
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms)
10717
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
10718
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (36.3ms)
10719
+
10720
+
10721
+ Started GET "/" for ::1 at 2015-11-23 23:35:38 +0900
10722
+ Processing by SessionsController#login as HTML
10723
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10724
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
10725
+ Completed 200 OK in 89ms (Views: 86.7ms | ActiveRecord: 0.2ms)
10726
+
10727
+
10728
+ Started GET "/" for ::1 at 2015-11-23 23:35:39 +0900
10729
+ Processing by SessionsController#login as HTML
10730
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10731
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
10732
+ Completed 200 OK in 36ms (Views: 32.6ms | ActiveRecord: 0.3ms)
10733
+
10734
+
10735
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:35:40 +0900
10736
+
10737
+
10738
+ Started GET "/auth/google/callback?state=74ba519952573ab3070d2c1cadb3a82641d2ad89dd2e5e82&code=4/0OjMwiG4ePHpa7BBdTxrBZNCtTXZGtTwGwdzOvGebXk" for ::1 at 2015-11-23 23:35:40 +0900
10739
+ Processing by SessionsController#callback as HTML
10740
+ Parameters: {"state"=>"74ba519952573ab3070d2c1cadb3a82641d2ad89dd2e5e82", "code"=>"4/0OjMwiG4ePHpa7BBdTxrBZNCtTXZGtTwGwdzOvGebXk", "provider"=>"google"}
10741
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10742
+ Redirected to http://localhost:3000/
10743
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
10744
+
10745
+
10746
+ Started GET "/" for ::1 at 2015-11-23 23:35:41 +0900
10747
+ Processing by SessionsController#login as HTML
10748
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10749
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10750
+ Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.2ms)
10751
+
10752
+
10753
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:36:45 +0900
10754
+
10755
+
10756
+ Started GET "/auth/google/callback?state=cf9b37cc761094c3939e194e3d03c4c939deefed530c3813&code=4/XtNFcZ8eYYeyvPGYVBCea0unQCywqQChuXW2ZidtmTo" for ::1 at 2015-11-23 23:36:45 +0900
10757
+ Processing by SessionsController#callback as HTML
10758
+ Parameters: {"state"=>"cf9b37cc761094c3939e194e3d03c4c939deefed530c3813", "code"=>"4/XtNFcZ8eYYeyvPGYVBCea0unQCywqQChuXW2ZidtmTo", "provider"=>"google"}
10759
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10760
+ Redirected to http://localhost:3000/
10761
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
10762
+
10763
+
10764
+ Started GET "/" for ::1 at 2015-11-23 23:36:47 +0900
10765
+ Processing by SessionsController#login as HTML
10766
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10767
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
10768
+ Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.2ms)
10769
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
10770
+ Migrating to AddSessionsTable (20150611132719)
10771
+  (0.1ms) begin transaction
10772
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150611132719_add_sessions_table.rb:6)
10773
+  (0.5ms) CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar NOT NULL, "data" text, "created_at" datetime, "updated_at" datetime) 
10774
+  (0.1ms) select sqlite_version(*)
10775
+  (2.0ms) CREATE UNIQUE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")
10776
+  (0.1ms) SELECT sql
10777
+ FROM sqlite_master
10778
+ WHERE name='index_sessions_on_session_id' AND type='index'
10779
+ UNION ALL
10780
+ SELECT sql
10781
+ FROM sqlite_temp_master
10782
+ WHERE name='index_sessions_on_session_id' AND type='index'
10783
+
10784
+  (0.1ms) CREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")
10785
+ SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150611132719"]]
10786
+  (1.4ms) commit transaction
10787
+ Migrating to CreatePeople (20150612005752)
10788
+  (0.1ms) begin transaction
10789
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150612005752_create_people.rb:11)
10790
+  (0.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "sex" integer DEFAULT 1 NOT NULL, "birth_year" integer DEFAULT 0 NOT NULL, "birth_month" integer DEFAULT 0 NOT NULL, "birth_day" integer DEFAULT 0 NOT NULL, "blood_type" varchar, "created_by" integer NOT NULL, "updated_by" integer NOT NULL, "created_at" datetime, "updated_at" datetime) 
10791
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150612005752_create_people.rb:19)
10792
+  (0.2ms) CREATE TABLE "person_texts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer NOT NULL, "lang_id" integer NOT NULL, "created_by" integer NOT NULL, "updated_by" integer NOT NULL, "created_at" datetime, "updated_at" datetime)
10793
+  (0.3ms) CREATE UNIQUE INDEX "index_person_texts_on_parent_id_and_lang_id" ON "person_texts" ("parent_id", "lang_id")
10794
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150612005752_create_people.rb:27)
10795
+  (0.1ms) CREATE TABLE "person_names" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "person_id" integer NOT NULL, "revision" integer DEFAULT 0 NOT NULL, "modified_on" date NOT NULL, "created_at" datetime, "updated_at" datetime)
10796
+  (0.1ms) CREATE UNIQUE INDEX "index_person_names_on_person_id_and_revision" ON "person_names" ("person_id", "revision")
10797
+  (0.1ms) CREATE TABLE "person_name_texts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer NOT NULL, "lang_id" integer NOT NULL, "first_name" varchar, "first_name_pron" varchar, "last_name" varchar, "last_name_pron" varchar)
10798
+  (0.1ms) CREATE UNIQUE INDEX "idx_person_name_texts" ON "person_name_texts" ("parent_id", "lang_id")
10799
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150612005752"]]
10800
+  (1.3ms) commit transaction
10801
+ Migrating to AddUsers (20150712132226)
10802
+  (0.1ms) begin transaction
10803
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150712132226_add_users.rb:9)
10804
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "person_id" integer, "email" varchar, "user_img_url" varchar, "lang_id" integer NOT NULL, "deleted_at" datetime, "created_at" datetime, "updated_at" datetime) 
10805
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150712132226_add_users.rb:18)
10806
+  (0.3ms) CREATE TABLE "user_texts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer NOT NULL, "lang_id" integer NOT NULL, "nick_name" varchar, "nick_name_pron" varchar, "deleted_at" datetime, "created_at" datetime, "updated_at" datetime)
10807
+  (0.7ms) CREATE UNIQUE INDEX "index_user_texts_on_lang_id_and_parent_id" ON "user_texts" ("lang_id", "parent_id")
10808
+ DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /Users/shinjiro/git/we_bridge_rails_engine_users/db/migrate/20150712132226_add_users.rb:37)
10809
+  (0.3ms) CREATE TABLE "user_accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer NOT NULL, "provider" varchar NOT NULL, "uid" varchar NOT NULL, "token" varchar, "name" varchar, "nickname" varchar, "email" varchar, "url" varchar, "image_url" varchar, "description" varchar, "other" text, "credentials" text, "raw_info" text, "deleted_at" datetime, "created_at" datetime, "updated_at" datetime)
10810
+  (0.3ms) CREATE UNIQUE INDEX "index_user_accounts_on_uid" ON "user_accounts" ("uid")
10811
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150712132226"]]
10812
+  (1.4ms) commit transaction
10813
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
10814
+  (0.2ms)  SELECT sql
10815
+ FROM sqlite_master
10816
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
10817
+ UNION ALL
10818
+ SELECT sql
10819
+ FROM sqlite_temp_master
10820
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
10821
+ 
10822
+  (0.2ms) SELECT sql
10823
+ FROM sqlite_master
10824
+ WHERE name='index_langs_on_code' AND type='index'
10825
+ UNION ALL
10826
+ SELECT sql
10827
+ FROM sqlite_temp_master
10828
+ WHERE name='index_langs_on_code' AND type='index'
10829
+
10830
+  (0.1ms)  SELECT sql
10831
+ FROM sqlite_master
10832
+ WHERE name='idx_person_name_texts' AND type='index'
10833
+ UNION ALL
10834
+ SELECT sql
10835
+ FROM sqlite_temp_master
10836
+ WHERE name='idx_person_name_texts' AND type='index'
10837
+ 
10838
+  (0.1ms) SELECT sql
10839
+ FROM sqlite_master
10840
+ WHERE name='index_person_names_on_person_id_and_revision' AND type='index'
10841
+ UNION ALL
10842
+ SELECT sql
10843
+ FROM sqlite_temp_master
10844
+ WHERE name='index_person_names_on_person_id_and_revision' AND type='index'
10845
+
10846
+  (0.1ms)  SELECT sql
10847
+ FROM sqlite_master
10848
+ WHERE name='index_person_texts_on_parent_id_and_lang_id' AND type='index'
10849
+ UNION ALL
10850
+ SELECT sql
10851
+ FROM sqlite_temp_master
10852
+ WHERE name='index_person_texts_on_parent_id_and_lang_id' AND type='index'
10853
+ 
10854
+  (0.1ms) SELECT sql
10855
+ FROM sqlite_master
10856
+ WHERE name='index_sessions_on_updated_at' AND type='index'
10857
+ UNION ALL
10858
+ SELECT sql
10859
+ FROM sqlite_temp_master
10860
+ WHERE name='index_sessions_on_updated_at' AND type='index'
10861
+
10862
+  (0.1ms)  SELECT sql
10863
+ FROM sqlite_master
10864
+ WHERE name='index_sessions_on_session_id' AND type='index'
10865
+ UNION ALL
10866
+ SELECT sql
10867
+ FROM sqlite_temp_master
10868
+ WHERE name='index_sessions_on_session_id' AND type='index'
10869
+ 
10870
+  (0.1ms) SELECT sql
10871
+ FROM sqlite_master
10872
+ WHERE name='index_user_accounts_on_uid' AND type='index'
10873
+ UNION ALL
10874
+ SELECT sql
10875
+ FROM sqlite_temp_master
10876
+ WHERE name='index_user_accounts_on_uid' AND type='index'
10877
+
10878
+  (0.1ms)  SELECT sql
10879
+ FROM sqlite_master
10880
+ WHERE name='index_user_texts_on_lang_id_and_parent_id' AND type='index'
10881
+ UNION ALL
10882
+ SELECT sql
10883
+ FROM sqlite_temp_master
10884
+ WHERE name='index_user_texts_on_lang_id_and_parent_id' AND type='index'
10885
+ 
10886
+
10887
+
10888
+ Started GET "/" for ::1 at 2015-11-23 23:39:38 +0900
10889
+ Processing by SessionsController#login as HTML
10890
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10891
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.9ms)
10892
+ Completed 200 OK in 364ms (Views: 343.1ms | ActiveRecord: 1.7ms)
10893
+
10894
+
10895
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:39:38 +0900
10896
+
10897
+
10898
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:39:38 +0900
10899
+
10900
+
10901
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:39:38 +0900
10902
+
10903
+
10904
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:39:38 +0900
10905
+
10906
+
10907
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:39:40 +0900
10908
+
10909
+
10910
+ Started GET "/auth/google/callback?state=6631cceda99046b768ad8bf91b1a5a6939f1d6c3079a79f5&code=4/1uhygvufKbBZnSkVkWFpW4XBo_wiGm17OP92Sz-ETxw" for ::1 at 2015-11-23 23:39:40 +0900
10911
+ Processing by SessionsController#callback as HTML
10912
+ Parameters: {"state"=>"6631cceda99046b768ad8bf91b1a5a6939f1d6c3079a79f5", "code"=>"4/1uhygvufKbBZnSkVkWFpW4XBo_wiGm17OP92Sz-ETxw", "provider"=>"google"}
10913
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10914
+ UserAccount Load (0.3ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
10915
+  (0.1ms) begin transaction
10916
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
10917
+ SQL (0.4ms) INSERT INTO "users" ("email", "user_img_url", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "ishinjiroster@gmail.com"], ["user_img_url", "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg"], ["lang_id", 2], ["created_at", "2015-11-23 14:39:41.650365"], ["updated_at", "2015-11-23 14:39:41.650365"]]
10918
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
10919
+ UserText Load (0.2ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
10920
+ SQL (0.2ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 1], ["created_at", "2015-11-23 14:39:41.678812"], ["updated_at", "2015-11-23 14:39:41.678812"]]
10921
+ SQL (1.3ms) UPDATE "user_texts" SET "nick_name" = ?, "updated_at" = ? WHERE "user_texts"."id" = ? [["nick_name", "ishinjiroster"], ["updated_at", "2015-11-23 14:39:41.680379"], ["id", 1]]
10922
+ SQL (0.2ms) INSERT INTO "user_accounts" ("user_id", "provider", "uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["user_id", 1], ["provider", "googleoauth2"], ["uid", "111815106125466718842"], ["name", "ishinjiroster"], ["created_at", "2015-11-23 14:39:41.696078"], ["updated_at", "2015-11-23 14:39:41.696078"]]
10923
+  (1.3ms) commit transaction
10924
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10925
+ Redirected to http://localhost:3000/
10926
+ Completed 302 Found in 170ms (ActiveRecord: 6.0ms)
10927
+
10928
+
10929
+ Started GET "/" for ::1 at 2015-11-23 23:39:41 +0900
10930
+ Processing by SessionsController#login as HTML
10931
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10932
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10933
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
10934
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
10935
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
10936
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (14.1ms)
10937
+ Completed 200 OK in 43ms (Views: 35.9ms | ActiveRecord: 0.7ms)
10938
+
10939
+
10940
+ Started GET "/" for ::1 at 2015-11-23 23:40:03 +0900
10941
+ Processing by SessionsController#login as HTML
10942
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10943
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10944
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
10945
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
10946
+ UserText Load (0.2ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
10947
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (68.2ms)
10948
+ Completed 200 OK in 449ms (Views: 381.0ms | ActiveRecord: 3.2ms)
10949
+
10950
+
10951
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:40:04 +0900
10952
+
10953
+
10954
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:40:04 +0900
10955
+
10956
+
10957
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:40:04 +0900
10958
+
10959
+
10960
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:40:04 +0900
10961
+
10962
+
10963
+ Started GET "/logout" for ::1 at 2015-11-23 23:40:08 +0900
10964
+ Processing by SessionsController#logout as HTML
10965
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10966
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10967
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
10968
+ Redirected to http://localhost:3000/
10969
+ Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
10970
+
10971
+
10972
+ Started GET "/" for ::1 at 2015-11-23 23:40:08 +0900
10973
+ Processing by SessionsController#login as HTML
10974
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10975
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
10976
+ Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.2ms)
10977
+
10978
+
10979
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:40:09 +0900
10980
+
10981
+
10982
+ Started GET "/auth/google/callback?state=5cfdb718e7c349a9d74c41fcd90befe3d4fb57e985642916&code=4/JB2bnp0AQ-oHuF7IbjHvDdh6V330W9f_hdH9AmqdQmE" for ::1 at 2015-11-23 23:40:10 +0900
10983
+ Processing by SessionsController#callback as HTML
10984
+ Parameters: {"state"=>"5cfdb718e7c349a9d74c41fcd90befe3d4fb57e985642916", "code"=>"4/JB2bnp0AQ-oHuF7IbjHvDdh6V330W9f_hdH9AmqdQmE", "provider"=>"google"}
10985
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10986
+ UserAccount Load (0.2ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
10987
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10988
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10989
+ Redirected to http://localhost:3000/
10990
+ Completed 302 Found in 22ms (ActiveRecord: 1.0ms)
10991
+
10992
+
10993
+ Started GET "/" for ::1 at 2015-11-23 23:40:10 +0900
10994
+ Processing by SessionsController#login as HTML
10995
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
10996
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
10997
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
10998
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
10999
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11000
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.6ms)
11001
+ Completed 200 OK in 94ms (Views: 18.3ms | ActiveRecord: 0.5ms)
11002
+
11003
+
11004
+ Started GET "/" for ::1 at 2015-11-23 23:41:02 +0900
11005
+ Processing by SessionsController#login as HTML
11006
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11007
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11008
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11009
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11010
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11011
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (4.0ms)
11012
+ Completed 200 OK in 38ms (Views: 33.3ms | ActiveRecord: 0.6ms)
11013
+
11014
+
11015
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:41:02 +0900
11016
+
11017
+
11018
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:41:02 +0900
11019
+
11020
+
11021
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:41:02 +0900
11022
+
11023
+
11024
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:41:02 +0900
11025
+
11026
+
11027
+ Started GET "/logout" for ::1 at 2015-11-23 23:41:04 +0900
11028
+ Processing by SessionsController#logout as HTML
11029
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11030
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11031
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11032
+ Redirected to http://localhost:3000/
11033
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
11034
+
11035
+
11036
+ Started GET "/" for ::1 at 2015-11-23 23:41:04 +0900
11037
+ Processing by SessionsController#login as HTML
11038
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11039
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11040
+ Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms)
11041
+
11042
+
11043
+ Started GET "/" for ::1 at 2015-11-23 23:41:15 +0900
11044
+ Processing by SessionsController#login as HTML
11045
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11046
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.1ms)
11047
+ Completed 200 OK in 370ms (Views: 340.0ms | ActiveRecord: 2.8ms)
11048
+
11049
+
11050
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:41:15 +0900
11051
+
11052
+
11053
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:41:15 +0900
11054
+
11055
+
11056
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:41:15 +0900
11057
+
11058
+
11059
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:41:15 +0900
11060
+
11061
+
11062
+ Started GET "/auth/google" for ::1 at 2015-11-23 23:41:17 +0900
11063
+
11064
+
11065
+ Started GET "/auth/google/callback?state=a0456bbe355e6ac2e986ec5a2c95e2db7d2ad4efd1850045&code=4/qVXijnXF9nR1dyQ2BsN4xVo2Pc-R_rb88zR_ovGe7hI" for ::1 at 2015-11-23 23:41:17 +0900
11066
+ Processing by SessionsController#callback as HTML
11067
+ Parameters: {"state"=>"a0456bbe355e6ac2e986ec5a2c95e2db7d2ad4efd1850045", "code"=>"4/qVXijnXF9nR1dyQ2BsN4xVo2Pc-R_rb88zR_ovGe7hI", "provider"=>"google"}
11068
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11069
+ UserAccount Load (0.3ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
11070
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11071
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11072
+ Redirected to http://localhost:3000/
11073
+ Completed 302 Found in 135ms (ActiveRecord: 1.6ms)
11074
+
11075
+
11076
+ Started GET "/" for ::1 at 2015-11-23 23:41:18 +0900
11077
+ Processing by SessionsController#login as HTML
11078
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11079
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11080
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11081
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11082
+ UserText Load (0.3ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11083
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (27.5ms)
11084
+ Completed 200 OK in 58ms (Views: 44.6ms | ActiveRecord: 1.3ms)
11085
+
11086
+
11087
+ Started GET "/" for ::1 at 2015-11-23 23:41:49 +0900
11088
+ Processing by SessionsController#login as HTML
11089
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11090
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11091
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11092
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11093
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11094
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (4.9ms)
11095
+ Completed 200 OK in 113ms (Views: 106.6ms | ActiveRecord: 0.8ms)
11096
+
11097
+
11098
+ Started GET "/logout" for ::1 at 2015-11-23 23:41:51 +0900
11099
+ Processing by SessionsController#logout as HTML
11100
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11101
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11102
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11103
+ Redirected to http://localhost:3000/
11104
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
11105
+
11106
+
11107
+ Started GET "/" for ::1 at 2015-11-23 23:41:51 +0900
11108
+ Processing by SessionsController#login as HTML
11109
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11110
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11111
+ Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms)
11112
+
11113
+
11114
+ Started GET "/" for ::1 at 2015-11-23 23:43:39 +0900
11115
+ Processing by SessionsController#login as HTML
11116
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11117
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.7ms)
11118
+ Completed 200 OK in 373ms (Views: 345.0ms | ActiveRecord: 4.0ms)
11119
+
11120
+
11121
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:43:40 +0900
11122
+
11123
+
11124
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:43:40 +0900
11125
+
11126
+
11127
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:43:40 +0900
11128
+
11129
+
11130
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:43:40 +0900
11131
+
11132
+
11133
+ Started GET "/" for ::1 at 2015-11-23 23:43:41 +0900
11134
+ Processing by SessionsController#login as HTML
11135
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11136
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11137
+ Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 0.2ms)
11138
+
11139
+
11140
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:43:41 +0900
11141
+
11142
+
11143
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:43:41 +0900
11144
+
11145
+
11146
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:43:41 +0900
11147
+
11148
+
11149
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:43:41 +0900
11150
+
11151
+
11152
+ Started GET "/" for ::1 at 2015-11-23 23:43:49 +0900
11153
+ Processing by SessionsController#login as HTML
11154
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11155
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.9ms)
11156
+ Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 0.3ms)
11157
+
11158
+
11159
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:43:49 +0900
11160
+
11161
+
11162
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:43:49 +0900
11163
+
11164
+
11165
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:43:49 +0900
11166
+
11167
+
11168
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:43:49 +0900
11169
+
11170
+
11171
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:43:51 +0900
11172
+
11173
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
11174
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
11175
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
11176
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
11177
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
11178
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
11179
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
11180
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
11181
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
11182
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
11183
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
11184
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
11185
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
11186
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
11187
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
11188
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
11189
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
11190
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
11191
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
11192
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
11193
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
11194
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
11195
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
11196
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
11197
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
11198
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
11199
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
11200
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
11201
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
11202
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11203
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11204
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11205
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11206
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11207
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11208
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11209
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11210
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11211
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11212
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11213
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11214
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11215
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11216
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11217
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11218
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11219
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11220
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11221
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11222
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11223
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11224
+
11225
+
11226
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms)
11227
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
11228
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
11229
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (27.9ms)
11230
+
11231
+
11232
+ Started GET "/jofe" for ::1 at 2015-11-23 23:44:26 +0900
11233
+
11234
+ ActionController::RoutingError (No route matches [GET] "/jofe"):
11235
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11236
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11237
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11238
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11239
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11240
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11241
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11242
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11243
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11244
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11245
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11246
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11247
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11248
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11249
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11250
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11251
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11252
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11253
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11254
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11255
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11256
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11257
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11258
+
11259
+
11260
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
11261
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
11262
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.2ms)
11263
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
11264
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.3ms)
11265
+
11266
+
11267
+ Started GET "/" for ::1 at 2015-11-23 23:44:55 +0900
11268
+ Processing by SessionsController#login as HTML
11269
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11270
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.0ms)
11271
+ Completed 200 OK in 385ms (Views: 361.5ms | ActiveRecord: 2.0ms)
11272
+
11273
+
11274
+ Started GET "/" for ::1 at 2015-11-23 23:44:55 +0900
11275
+ Processing by SessionsController#login as HTML
11276
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11277
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.0ms)
11278
+ Completed 200 OK in 40ms (Views: 32.9ms | ActiveRecord: 0.3ms)
11279
+
11280
+
11281
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:44:57 +0900
11282
+
11283
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
11284
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
11285
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
11286
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
11287
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
11288
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
11289
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
11290
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
11291
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
11292
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
11293
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
11294
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
11295
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
11296
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
11297
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
11298
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
11299
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
11300
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
11301
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
11302
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
11303
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
11304
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
11305
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
11306
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
11307
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
11308
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
11309
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
11310
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
11311
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
11312
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11313
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11314
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11315
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11316
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11317
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11318
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11319
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11320
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11321
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11322
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11323
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11324
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11325
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11326
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11327
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11328
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11329
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11330
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11331
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11332
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11333
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11334
+
11335
+
11336
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms)
11337
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
11338
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
11339
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (18.8ms)
11340
+ ActiveRecord::SessionStore::Session Load (10.2ms) SELECT "sessions".* FROM "sessions"
11341
+
11342
+
11343
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:45:26 +0900
11344
+
11345
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
11346
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
11347
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
11348
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
11349
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
11350
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
11351
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
11352
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
11353
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
11354
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
11355
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
11356
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
11357
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
11358
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
11359
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
11360
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
11361
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
11362
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
11363
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
11364
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
11365
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
11366
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
11367
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
11368
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
11369
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
11370
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
11371
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
11372
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
11373
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
11374
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11375
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11376
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11377
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11378
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11379
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11380
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11381
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11382
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11383
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11384
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11385
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11386
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11387
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11388
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11389
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11390
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11391
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11392
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11393
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11394
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11395
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11396
+
11397
+
11398
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
11399
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
11400
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
11401
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.0ms)
11402
+
11403
+
11404
+ Started GET "/" for ::1 at 2015-11-23 23:45:29 +0900
11405
+ Processing by SessionsController#login as HTML
11406
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11407
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
11408
+ Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 0.2ms)
11409
+
11410
+
11411
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-23 23:45:29 +0900
11412
+
11413
+
11414
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-23 23:45:29 +0900
11415
+
11416
+
11417
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-23 23:45:29 +0900
11418
+
11419
+
11420
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-23 23:45:29 +0900
11421
+
11422
+
11423
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:45:40 +0900
11424
+
11425
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
11426
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
11427
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
11428
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
11429
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
11430
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
11431
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
11432
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
11433
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
11434
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
11435
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
11436
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
11437
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
11438
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
11439
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
11440
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
11441
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
11442
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
11443
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
11444
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
11445
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
11446
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
11447
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
11448
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
11449
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
11450
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
11451
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
11452
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
11453
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
11454
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11455
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11456
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11457
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11458
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11459
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11460
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11461
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11462
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11463
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11464
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11465
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11466
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11467
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11468
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11469
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11470
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11471
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11472
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11473
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11474
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11475
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11476
+
11477
+
11478
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms)
11479
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
11480
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
11481
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.9ms)
11482
+
11483
+
11484
+ Started GET "/auth/google/callback" for ::1 at 2015-11-23 23:46:07 +0900
11485
+
11486
+ OmniAuth::Strategies::OAuth2::CallbackError (csrf_detected | CSRF detected):
11487
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:25:in `raise_out!'
11488
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:20:in `call'
11489
+ omniauth (1.2.2) lib/omniauth/failure_endpoint.rb:12:in `call'
11490
+ omniauth (1.2.2) lib/omniauth/strategy.rb:475:in `fail!'
11491
+ omniauth-oauth2 (1.3.1) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase'
11492
+ omniauth (1.2.2) lib/omniauth/strategy.rb:227:in `callback_call'
11493
+ omniauth (1.2.2) lib/omniauth/strategy.rb:184:in `call!'
11494
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
11495
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
11496
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
11497
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
11498
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
11499
+ actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
11500
+ actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
11501
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
11502
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
11503
+ actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
11504
+ activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
11505
+ activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
11506
+ activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
11507
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
11508
+ activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
11509
+ activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
11510
+ activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
11511
+ actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
11512
+ actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
11513
+ actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
11514
+ actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
11515
+ actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
11516
+ railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
11517
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
11518
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
11519
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
11520
+ activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
11521
+ railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
11522
+ actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
11523
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
11524
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
11525
+ activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
11526
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11527
+ actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
11528
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
11529
+ railties (4.2.5) lib/rails/engine.rb:518:in `call'
11530
+ railties (4.2.5) lib/rails/application.rb:165:in `call'
11531
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
11532
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
11533
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
11534
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
11535
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
11536
+ /Users/shinjiro/.rbenv/versions/2.0.0-p645/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
11537
+
11538
+
11539
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms)
11540
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
11541
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
11542
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.2ms)
11543
+
11544
+
11545
+ Started GET "/" for ::1 at 2015-11-24 11:57:02 +0900
11546
+ Processing by SessionsController#login as HTML
11547
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11548
+ Rendering 500 with exception: undefined method `auth_path_method' for WeBridgeRailsEngineUsers::ProviderSettings:Class
11549
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (0.9ms)
11550
+ Completed 500 Internal Server Error in 427ms (Views: 389.3ms | ActiveRecord: 5.7ms)
11551
+
11552
+
11553
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 11:57:02 +0900
11554
+
11555
+
11556
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 11:57:02 +0900
11557
+
11558
+
11559
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 11:57:02 +0900
11560
+
11561
+
11562
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 11:57:02 +0900
11563
+
11564
+
11565
+ Started GET "/" for ::1 at 2015-11-24 11:57:05 +0900
11566
+ Processing by SessionsController#login as HTML
11567
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11568
+ Rendering 500 with exception: undefined method `auth_path_method' for WeBridgeRailsEngineUsers::ProviderSettings:Class
11569
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/vendor/bundle/ruby/2.0.0/gems/we_bridge-exceptions-0.1.1/lib/we_bridge/views/500.html.erb within layouts/application (0.1ms)
11570
+ Completed 500 Internal Server Error in 27ms (Views: 22.5ms | ActiveRecord: 0.2ms)
11571
+
11572
+
11573
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 11:57:06 +0900
11574
+
11575
+
11576
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 11:57:06 +0900
11577
+
11578
+
11579
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 11:57:06 +0900
11580
+
11581
+
11582
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 11:57:06 +0900
11583
+
11584
+
11585
+ Started GET "/" for ::1 at 2015-11-24 11:57:52 +0900
11586
+ Processing by SessionsController#login as HTML
11587
+  (0.7ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11588
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.3ms)
11589
+ Completed 200 OK in 365ms (Views: 333.6ms | ActiveRecord: 3.6ms)
11590
+
11591
+
11592
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 11:57:53 +0900
11593
+
11594
+
11595
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 11:57:53 +0900
11596
+
11597
+
11598
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 11:57:53 +0900
11599
+
11600
+
11601
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 11:57:53 +0900
11602
+
11603
+
11604
+ Started GET "/auth/google" for ::1 at 2015-11-24 11:57:55 +0900
11605
+
11606
+
11607
+ Started GET "/auth/google/callback?state=cd67ed32e5d27074bdc652d046e69d915f3ff8ec382a28ff&code=4/IznxgW6s6K81mM1X0hOPRJS6Fa-FJZUDWiNGEAhBLzI" for ::1 at 2015-11-24 11:57:56 +0900
11608
+ Processing by SessionsController#callback as HTML
11609
+ Parameters: {"state"=>"cd67ed32e5d27074bdc652d046e69d915f3ff8ec382a28ff", "code"=>"4/IznxgW6s6K81mM1X0hOPRJS6Fa-FJZUDWiNGEAhBLzI", "provider"=>"google"}
11610
+  (0.4ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11611
+ UserAccount Load (1.1ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
11612
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11613
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11614
+ Redirected to http://localhost:3000/
11615
+ Completed 302 Found in 149ms (ActiveRecord: 2.9ms)
11616
+
11617
+
11618
+ Started GET "/" for ::1 at 2015-11-24 11:57:57 +0900
11619
+ Processing by SessionsController#login as HTML
11620
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11621
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11622
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11623
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11624
+ UserText Load (1.0ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11625
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (28.2ms)
11626
+ Completed 200 OK in 62ms (Views: 44.4ms | ActiveRecord: 2.1ms)
11627
+
11628
+
11629
+ Started GET "/" for ::1 at 2015-11-24 12:02:29 +0900
11630
+ Processing by SessionsController#login as HTML
11631
+  (2.9ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11632
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11633
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11634
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11635
+ UserText Load (0.8ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11636
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (30.2ms)
11637
+ Completed 200 OK in 572ms (Views: 429.7ms | ActiveRecord: 10.2ms)
11638
+
11639
+
11640
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 12:02:30 +0900
11641
+
11642
+
11643
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 12:02:30 +0900
11644
+
11645
+
11646
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 12:02:30 +0900
11647
+
11648
+
11649
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 12:02:30 +0900
11650
+
11651
+
11652
+ Started GET "/logout" for ::1 at 2015-11-24 12:02:32 +0900
11653
+ Processing by SessionsController#logout as HTML
11654
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11655
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11656
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11657
+ Redirected to http://localhost:3000/
11658
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
11659
+
11660
+
11661
+ Started GET "/" for ::1 at 2015-11-24 12:02:32 +0900
11662
+ Processing by SessionsController#login as HTML
11663
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11664
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11665
+ Completed 200 OK in 87ms (Views: 83.9ms | ActiveRecord: 0.2ms)
11666
+
11667
+
11668
+ Started GET "/auth/google" for ::1 at 2015-11-24 12:02:33 +0900
11669
+
11670
+
11671
+ Started GET "/auth/google/callback?state=114b33818833c60dfb8e4b3b012293cc2be533fdae2eee5d&code=4/xFYl-AFX2nJgfFMV7D2YjnkngQ9aZCQds1ui-7jn1yI" for ::1 at 2015-11-24 12:02:34 +0900
11672
+ Processing by SessionsController#callback as HTML
11673
+ Parameters: {"state"=>"114b33818833c60dfb8e4b3b012293cc2be533fdae2eee5d", "code"=>"4/xFYl-AFX2nJgfFMV7D2YjnkngQ9aZCQds1ui-7jn1yI", "provider"=>"google"}
11674
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11675
+ UserAccount Load (0.8ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
11676
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11677
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11678
+ Redirected to http://localhost:3000/
11679
+ Completed 302 Found in 29ms (ActiveRecord: 1.5ms)
11680
+
11681
+
11682
+ Started GET "/" for ::1 at 2015-11-24 12:02:35 +0900
11683
+ Processing by SessionsController#login as HTML
11684
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11685
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11686
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11687
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11688
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11689
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (4.0ms)
11690
+ Completed 200 OK in 32ms (Views: 24.5ms | ActiveRecord: 0.7ms)
11691
+
11692
+
11693
+ Started GET "/logout" for ::1 at 2015-11-24 12:02:36 +0900
11694
+ Processing by SessionsController#logout as HTML
11695
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11696
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11697
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11698
+ Redirected to http://localhost:3000/
11699
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
11700
+
11701
+
11702
+ Started GET "/" for ::1 at 2015-11-24 12:02:36 +0900
11703
+ Processing by SessionsController#login as HTML
11704
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11705
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
11706
+ Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 0.1ms)
11707
+
11708
+
11709
+ Started GET "/" for ::1 at 2015-11-24 12:10:42 +0900
11710
+ Processing by SessionsController#login as HTML
11711
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11712
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.1ms)
11713
+ Completed 200 OK in 411ms (Views: 374.8ms | ActiveRecord: 6.9ms)
11714
+
11715
+
11716
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 12:10:42 +0900
11717
+
11718
+
11719
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 12:10:42 +0900
11720
+
11721
+
11722
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 12:10:42 +0900
11723
+
11724
+
11725
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 12:10:42 +0900
11726
+
11727
+
11728
+ Started GET "/auth/google" for ::1 at 2015-11-24 12:10:44 +0900
11729
+
11730
+
11731
+ Started GET "/auth/google/callback?state=ec22e876586f68f5bd67156bf4bc5ba69cc4fe21e6e73092&code=4/-i9oQn61GsvrnUnwwVFsDIOSk1diT2OUfTC3Bi6pp_0" for ::1 at 2015-11-24 12:10:44 +0900
11732
+ Processing by SessionsController#callback as HTML
11733
+ Parameters: {"state"=>"ec22e876586f68f5bd67156bf4bc5ba69cc4fe21e6e73092", "code"=>"4/-i9oQn61GsvrnUnwwVFsDIOSk1diT2OUfTC3Bi6pp_0", "provider"=>"google"}
11734
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11735
+ UserAccount Load (1.0ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "111815106125466718842"]]
11736
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11737
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11738
+ Redirected to http://localhost:3000/
11739
+ Completed 302 Found in 77ms (ActiveRecord: 2.8ms)
11740
+
11741
+
11742
+ Started GET "/" for ::1 at 2015-11-24 12:10:45 +0900
11743
+ Processing by SessionsController#login as HTML
11744
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11745
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11746
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11747
+ ActiveRecord::Mlang::Lang Exists (0.3ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11748
+ UserText Load (1.0ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
11749
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (43.1ms)
11750
+ Completed 200 OK in 145ms (Views: 57.8ms | ActiveRecord: 2.1ms)
11751
+
11752
+
11753
+ Started GET "/logout" for ::1 at 2015-11-24 12:10:47 +0900
11754
+ Processing by SessionsController#logout as HTML
11755
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11756
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
11757
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11758
+ Redirected to http://localhost:3000/
11759
+ Completed 302 Found in 8ms (ActiveRecord: 0.5ms)
11760
+
11761
+
11762
+ Started GET "/" for ::1 at 2015-11-24 12:10:47 +0900
11763
+ Processing by SessionsController#login as HTML
11764
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11765
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
11766
+ Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.2ms)
11767
+
11768
+
11769
+ Started GET "/" for ::1 at 2015-11-24 13:55:10 +0900
11770
+ Processing by SessionsController#login as HTML
11771
+  (0.6ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11772
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (7.5ms)
11773
+ Completed 200 OK in 414ms (Views: 387.5ms | ActiveRecord: 3.1ms)
11774
+
11775
+
11776
+ Started GET "/" for ::1 at 2015-11-24 13:55:12 +0900
11777
+ Processing by SessionsController#login as HTML
11778
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11779
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11780
+ Completed 200 OK in 27ms (Views: 22.7ms | ActiveRecord: 0.2ms)
11781
+
11782
+
11783
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 13:55:12 +0900
11784
+
11785
+
11786
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 13:55:12 +0900
11787
+
11788
+
11789
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 13:55:12 +0900
11790
+
11791
+
11792
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 13:55:12 +0900
11793
+
11794
+
11795
+ Started GET "/auth/google" for ::1 at 2015-11-24 13:55:16 +0900
11796
+
11797
+
11798
+ Started GET "/auth/google" for ::1 at 2015-11-24 13:55:16 +0900
11799
+
11800
+
11801
+ Started GET "/auth/google/callback?state=297179740d80eeb2d4af6b08bfa36861e44b08df40d56e0b&code=4/bDhTQR4pTzTMuYDCuM1aMfjQdIaNI1SDvK5p3zivQOc" for ::1 at 2015-11-24 13:55:16 +0900
11802
+ Processing by SessionsController#callback as HTML
11803
+ Parameters: {"state"=>"297179740d80eeb2d4af6b08bfa36861e44b08df40d56e0b", "code"=>"4/bDhTQR4pTzTMuYDCuM1aMfjQdIaNI1SDvK5p3zivQOc", "provider"=>"google"}
11804
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11805
+ 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", "googleoauth2"], ["uid", "109753673813506497271"]]
11806
+  (0.1ms) begin transaction
11807
+ Lang Load (0.6ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
11808
+ SQL (1.3ms) INSERT INTO "users" ("email", "user_img_url", "lang_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "baseball.bridge@gmail.com"], ["user_img_url", "https://lh3.googleusercontent.com/-_qh3vrMeoz4/AAAAAAAAAAI/AAAAAAAAAOo/WwfXIuoR-II/photo.jpg"], ["lang_id", 2], ["created_at", "2015-11-24 04:55:17.735692"], ["updated_at", "2015-11-24 04:55:17.735692"]]
11809
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
11810
+ UserText Load (0.4ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 2]]
11811
+ SQL (0.6ms) INSERT INTO "user_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 2], ["created_at", "2015-11-24 04:55:17.826852"], ["updated_at", "2015-11-24 04:55:17.826852"]]
11812
+ SQL (1.4ms) UPDATE "user_texts" SET "nick_name" = ?, "updated_at" = ? WHERE "user_texts"."id" = ? [["nick_name", "Kyuji Hashino"], ["updated_at", "2015-11-24 04:55:17.829442"], ["id", 2]]
11813
+ SQL (0.7ms) INSERT INTO "user_accounts" ("user_id", "provider", "uid", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["user_id", 2], ["provider", "googleoauth2"], ["uid", "109753673813506497271"], ["name", "Kyuji Hashino"], ["created_at", "2015-11-24 04:55:17.845838"], ["updated_at", "2015-11-24 04:55:17.845838"]]
11814
+  (1.4ms) commit transaction
11815
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11816
+ Redirected to http://localhost:3000/
11817
+ Completed 302 Found in 185ms (ActiveRecord: 9.3ms)
11818
+
11819
+
11820
+ Started GET "/" for ::1 at 2015-11-24 13:55:17 +0900
11821
+ Processing by SessionsController#login as HTML
11822
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11823
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11824
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11825
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11826
+ UserText Load (0.1ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 2]]
11827
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (11.0ms)
11828
+ Completed 200 OK in 40ms (Views: 29.2ms | ActiveRecord: 0.7ms)
11829
+
11830
+
11831
+ Started GET "/logout" for ::1 at 2015-11-24 13:55:21 +0900
11832
+ Processing by SessionsController#logout as HTML
11833
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11834
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11835
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11836
+ Redirected to http://localhost:3000/
11837
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
11838
+
11839
+
11840
+ Started GET "/" for ::1 at 2015-11-24 13:55:22 +0900
11841
+ Processing by SessionsController#login as HTML
11842
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11843
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11844
+ Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.2ms)
11845
+
11846
+
11847
+ Started GET "/" for ::1 at 2015-11-24 14:00:21 +0900
11848
+ Processing by SessionsController#login as HTML
11849
+  (0.5ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11850
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (1.9ms)
11851
+ Completed 200 OK in 368ms (Views: 333.6ms | ActiveRecord: 3.8ms)
11852
+
11853
+
11854
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 14:00:22 +0900
11855
+
11856
+
11857
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 14:00:22 +0900
11858
+
11859
+
11860
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 14:00:22 +0900
11861
+
11862
+
11863
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 14:00:22 +0900
11864
+
11865
+
11866
+ Started GET "/auth/google" for ::1 at 2015-11-24 14:00:23 +0900
11867
+
11868
+
11869
+ Started GET "/auth/google/callback?state=9cd6e3dbe3327ba908d0723795a0ffb0c589bce1c22e6825&code=4/yQiVhZ5Ay8jUTZWSoRjZftAtGzM7YPh256KYnjUIUn0" for ::1 at 2015-11-24 14:00:24 +0900
11870
+ Processing by SessionsController#callback as HTML
11871
+ Parameters: {"state"=>"9cd6e3dbe3327ba908d0723795a0ffb0c589bce1c22e6825", "code"=>"4/yQiVhZ5Ay8jUTZWSoRjZftAtGzM7YPh256KYnjUIUn0", "provider"=>"google"}
11872
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11873
+ UserAccount Load (0.9ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "109753673813506497271"]]
11874
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11875
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11876
+ Redirected to http://localhost:3000/
11877
+ Completed 302 Found in 125ms (ActiveRecord: 2.5ms)
11878
+
11879
+
11880
+ Started GET "/" for ::1 at 2015-11-24 14:00:25 +0900
11881
+ Processing by SessionsController#login as HTML
11882
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11883
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11884
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11885
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11886
+ UserText Load (0.8ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 2]]
11887
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (34.3ms)
11888
+ Completed 200 OK in 66ms (Views: 50.5ms | ActiveRecord: 1.7ms)
11889
+
11890
+
11891
+ Started GET "/logout" for ::1 at 2015-11-24 14:00:26 +0900
11892
+ Processing by SessionsController#logout as HTML
11893
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11894
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11895
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11896
+ Redirected to http://localhost:3000/
11897
+ Completed 302 Found in 4ms (ActiveRecord: 0.4ms)
11898
+
11899
+
11900
+ Started GET "/" for ::1 at 2015-11-24 14:00:26 +0900
11901
+ Processing by SessionsController#login as HTML
11902
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11903
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
11904
+ Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.2ms)
11905
+
11906
+
11907
+ Started GET "/" for ::1 at 2015-11-24 14:03:49 +0900
11908
+ Processing by SessionsController#login as HTML
11909
+  (0.7ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11910
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (5.5ms)
11911
+ Completed 200 OK in 366ms (Views: 331.9ms | ActiveRecord: 4.3ms)
11912
+
11913
+
11914
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 14:03:50 +0900
11915
+
11916
+
11917
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 14:03:50 +0900
11918
+
11919
+
11920
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 14:03:50 +0900
11921
+
11922
+
11923
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 14:03:50 +0900
11924
+
11925
+
11926
+ Started GET "/" for ::1 at 2015-11-24 14:03:51 +0900
11927
+ Processing by SessionsController#login as HTML
11928
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11929
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
11930
+ Completed 200 OK in 31ms (Views: 27.3ms | ActiveRecord: 0.2ms)
11931
+
11932
+
11933
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 14:03:51 +0900
11934
+
11935
+
11936
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 14:03:51 +0900
11937
+
11938
+
11939
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 14:03:51 +0900
11940
+
11941
+
11942
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 14:03:51 +0900
11943
+
11944
+
11945
+ Started GET "/" for ::1 at 2015-11-24 14:03:51 +0900
11946
+ Processing by SessionsController#login as HTML
11947
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11948
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
11949
+ Completed 200 OK in 25ms (Views: 20.5ms | ActiveRecord: 0.2ms)
11950
+
11951
+
11952
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-24 14:03:52 +0900
11953
+
11954
+
11955
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-24 14:03:52 +0900
11956
+
11957
+
11958
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-24 14:03:52 +0900
11959
+
11960
+
11961
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-24 14:03:52 +0900
11962
+
11963
+
11964
+ Started GET "/auth/google" for ::1 at 2015-11-24 14:03:53 +0900
11965
+
11966
+
11967
+ Started GET "/auth/google/callback?state=7685cea170b90064a45c95f08e7d3b597a6b846d2932b61d&code=4/7P2KX675zdhoFzEIzM020a5XmPaZ10rZznxa5fyom24" for ::1 at 2015-11-24 14:03:53 +0900
11968
+ Processing by SessionsController#callback as HTML
11969
+ Parameters: {"state"=>"7685cea170b90064a45c95f08e7d3b597a6b846d2932b61d", "code"=>"4/7P2KX675zdhoFzEIzM020a5XmPaZ10rZznxa5fyom24", "provider"=>"google"}
11970
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11971
+ UserAccount Load (1.0ms) SELECT "user_accounts".* FROM "user_accounts" WHERE "user_accounts"."provider" = ? AND "user_accounts"."uid" = ? ORDER BY "user_accounts"."id" ASC LIMIT 1 [["provider", "googleoauth2"], ["uid", "109753673813506497271"]]
11972
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11973
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11974
+ Redirected to http://localhost:3000/
11975
+ Completed 302 Found in 76ms (ActiveRecord: 3.0ms)
11976
+
11977
+
11978
+ Started GET "/" for ::1 at 2015-11-24 14:03:55 +0900
11979
+ Processing by SessionsController#login as HTML
11980
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11981
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11982
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11983
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
11984
+ UserText Load (1.0ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 2]]
11985
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (104.8ms)
11986
+ Completed 200 OK in 136ms (Views: 120.2ms | ActiveRecord: 2.2ms)
11987
+
11988
+
11989
+ Started GET "/logout" for ::1 at 2015-11-24 14:03:56 +0900
11990
+ Processing by SessionsController#logout as HTML
11991
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
11992
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
11993
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
11994
+ Redirected to http://localhost:3000/
11995
+ Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
11996
+
11997
+
11998
+ Started GET "/" for ::1 at 2015-11-24 14:03:56 +0900
11999
+ Processing by SessionsController#login as HTML
12000
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12001
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
12002
+ Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.1ms)