we_bridge_rails_engine_users 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eb2ca219695dfac51ab42ab2e704ee68cdf352e
4
- data.tar.gz: f0bb088922c7c25701f2c2b3ad2fe880e59a212f
3
+ metadata.gz: d2053a2a5bfb31020ec3a66b71213d51ac9eb2c8
4
+ data.tar.gz: aad837a12659299b3b32491bdc4221c6ca23217b
5
5
  SHA512:
6
- metadata.gz: 82732db59861c7f7edfc22e31546466e798c2d80c9ce0faf6553840a255268bba0cbfb037eb7cce1604381b1ec2c534ed86efb647896ee72a5d6d3e413a8ba13
7
- data.tar.gz: cf45ca61a91e5b4a8b4c310c3d896933aeed1a1d4b834f39dcf6071011a085c5316b3b8d54148e3589401d40d149a1da8c21d0588192a3d63267ae3fef47e5c9
6
+ metadata.gz: 3352f7930e700397f1e5f48ab292a40e3b20ee55ce86ee03d8e281cf0f2de72333d0f528daaf6bbe72810a93ff72a7164b8adeadf50e122a495b4288d8159271
7
+ data.tar.gz: a6856aaf4a98ef257bee4bd590a6bf48625f63fb86336578e15a1f1868639719704617311ef63f3b73da4157a39f2026e75a195ea4afad9305549e698cece237
@@ -1,3 +1,3 @@
1
1
  module WeBridgeRailsEngineUsers
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -12090,3 +12090,541 @@ Processing by SessionsController#login as HTML
12090
12090
  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]]
12091
12091
  Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.4ms)
12092
12092
  Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.5ms)
12093
+
12094
+
12095
+ Started GET "/" for ::1 at 2015-11-26 23:29:13 +0900
12096
+ Processing by SessionsController#login as HTML
12097
+  (0.7ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12098
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12099
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12100
+ ActiveRecord::Mlang::Lang Exists (0.2ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12101
+ UserText Load (0.9ms) SELECT "user_texts".* FROM "user_texts" WHERE "user_texts"."parent_id" = ? AND "user_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 2]]
12102
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (46.9ms)
12103
+ Completed 200 OK in 592ms (Views: 454.3ms | ActiveRecord: 6.2ms)
12104
+
12105
+
12106
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:13 +0900
12107
+
12108
+
12109
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:13 +0900
12110
+
12111
+
12112
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:13 +0900
12113
+
12114
+
12115
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:13 +0900
12116
+
12117
+
12118
+ Started GET "/" for ::1 at 2015-11-26 23:29:15 +0900
12119
+ Processing by SessionsController#login as HTML
12120
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12121
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12122
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12123
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12124
+ 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]]
12125
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.5ms)
12126
+ Completed 200 OK in 88ms (Views: 84.0ms | ActiveRecord: 0.5ms)
12127
+
12128
+
12129
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12130
+
12131
+
12132
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12133
+
12134
+
12135
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12136
+
12137
+
12138
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12139
+
12140
+
12141
+ Started GET "/" for ::1 at 2015-11-26 23:29:15 +0900
12142
+ Processing by SessionsController#login as HTML
12143
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12144
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12145
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12146
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12147
+ 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]]
12148
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.1ms)
12149
+ Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 0.6ms)
12150
+
12151
+
12152
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12153
+
12154
+
12155
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12156
+
12157
+
12158
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12159
+
12160
+
12161
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:15 +0900
12162
+
12163
+
12164
+ Started GET "/" for ::1 at 2015-11-26 23:29:16 +0900
12165
+ Processing by SessionsController#login as HTML
12166
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12167
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12168
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12169
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12170
+ 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]]
12171
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.1ms)
12172
+ Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.6ms)
12173
+
12174
+
12175
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12176
+
12177
+
12178
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12179
+
12180
+
12181
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12182
+
12183
+
12184
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12185
+
12186
+
12187
+ Started GET "/" for ::1 at 2015-11-26 23:29:16 +0900
12188
+ Processing by SessionsController#login as HTML
12189
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12190
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12191
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12192
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12193
+ 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]]
12194
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.4ms)
12195
+ Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.5ms)
12196
+
12197
+
12198
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12199
+
12200
+
12201
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12202
+
12203
+
12204
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12205
+
12206
+
12207
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:16 +0900
12208
+
12209
+
12210
+ Started GET "/" for ::1 at 2015-11-26 23:29:17 +0900
12211
+ Processing by SessionsController#login as HTML
12212
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12213
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12214
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12215
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12216
+ 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]]
12217
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.2ms)
12218
+ Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.5ms)
12219
+
12220
+
12221
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12222
+
12223
+
12224
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12225
+
12226
+
12227
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12228
+
12229
+
12230
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12231
+
12232
+
12233
+ Started GET "/" for ::1 at 2015-11-26 23:29:17 +0900
12234
+ Processing by SessionsController#login as HTML
12235
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12236
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12237
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12238
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12239
+ 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]]
12240
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.7ms)
12241
+ Completed 200 OK in 101ms (Views: 97.8ms | ActiveRecord: 0.5ms)
12242
+
12243
+
12244
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12245
+
12246
+
12247
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12248
+
12249
+
12250
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12251
+
12252
+
12253
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:17 +0900
12254
+
12255
+
12256
+ Started GET "/" for ::1 at 2015-11-26 23:29:18 +0900
12257
+ Processing by SessionsController#login as HTML
12258
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12259
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12260
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12261
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12262
+ 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]]
12263
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.7ms)
12264
+ Completed 200 OK in 23ms (Views: 18.9ms | ActiveRecord: 0.5ms)
12265
+
12266
+
12267
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12268
+
12269
+
12270
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12271
+
12272
+
12273
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12274
+
12275
+
12276
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12277
+
12278
+
12279
+ Started GET "/" for ::1 at 2015-11-26 23:29:18 +0900
12280
+ Processing by SessionsController#login as HTML
12281
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12282
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12283
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12284
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12285
+ 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]]
12286
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.5ms)
12287
+ Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 0.6ms)
12288
+
12289
+
12290
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12291
+
12292
+
12293
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12294
+
12295
+
12296
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12297
+
12298
+
12299
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:18 +0900
12300
+
12301
+
12302
+ Started GET "/" for ::1 at 2015-11-26 23:29:19 +0900
12303
+ Processing by SessionsController#login as HTML
12304
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12305
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12306
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12307
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12308
+ 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]]
12309
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.1ms)
12310
+ Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 0.4ms)
12311
+
12312
+
12313
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:19 +0900
12314
+
12315
+
12316
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:19 +0900
12317
+
12318
+
12319
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:19 +0900
12320
+
12321
+
12322
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:19 +0900
12323
+
12324
+
12325
+ Started GET "/" for ::1 at 2015-11-26 23:29:21 +0900
12326
+ Processing by SessionsController#login as HTML
12327
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12328
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12329
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12330
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12331
+ 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]]
12332
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.2ms)
12333
+ Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.6ms)
12334
+
12335
+
12336
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:21 +0900
12337
+
12338
+
12339
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:21 +0900
12340
+
12341
+
12342
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:21 +0900
12343
+
12344
+
12345
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:21 +0900
12346
+
12347
+
12348
+ Started GET "/" for ::1 at 2015-11-26 23:29:22 +0900
12349
+ Processing by SessionsController#login as HTML
12350
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12351
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12352
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12353
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12354
+ 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]]
12355
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (76.8ms)
12356
+ Completed 200 OK in 100ms (Views: 96.2ms | ActiveRecord: 0.7ms)
12357
+
12358
+
12359
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:22 +0900
12360
+
12361
+
12362
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:22 +0900
12363
+
12364
+
12365
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:22 +0900
12366
+
12367
+
12368
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:22 +0900
12369
+
12370
+
12371
+ Started GET "/" for ::1 at 2015-11-26 23:29:34 +0900
12372
+ Processing by SessionsController#login as HTML
12373
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12374
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
12375
+ Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms)
12376
+
12377
+
12378
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:34 +0900
12379
+
12380
+
12381
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:34 +0900
12382
+
12383
+
12384
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:34 +0900
12385
+
12386
+
12387
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:34 +0900
12388
+
12389
+
12390
+ Started GET "/" for ::1 at 2015-11-26 23:29:37 +0900
12391
+ Processing by SessionsController#login as HTML
12392
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12393
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
12394
+ Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms)
12395
+
12396
+
12397
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12398
+
12399
+
12400
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12401
+
12402
+
12403
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12404
+
12405
+
12406
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12407
+
12408
+
12409
+ Started GET "/" for ::1 at 2015-11-26 23:29:37 +0900
12410
+ Processing by SessionsController#login as HTML
12411
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12412
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
12413
+ Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms)
12414
+
12415
+
12416
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12417
+
12418
+
12419
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12420
+
12421
+
12422
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12423
+
12424
+
12425
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12426
+
12427
+
12428
+ Started GET "/" for ::1 at 2015-11-26 23:29:37 +0900
12429
+ Processing by SessionsController#login as HTML
12430
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12431
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
12432
+ Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.3ms)
12433
+
12434
+
12435
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12436
+
12437
+
12438
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12439
+
12440
+
12441
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12442
+
12443
+
12444
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:37 +0900
12445
+
12446
+
12447
+ Started GET "/" for ::1 at 2015-11-26 23:29:37 +0900
12448
+ Processing by SessionsController#login as HTML
12449
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12450
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.7ms)
12451
+ Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.3ms)
12452
+
12453
+
12454
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12455
+
12456
+
12457
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12458
+
12459
+
12460
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12461
+
12462
+
12463
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12464
+
12465
+
12466
+ Started GET "/" for ::1 at 2015-11-26 23:29:38 +0900
12467
+ Processing by SessionsController#login as HTML
12468
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12469
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.8ms)
12470
+ Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.2ms)
12471
+
12472
+
12473
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12474
+
12475
+
12476
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12477
+
12478
+
12479
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12480
+
12481
+
12482
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12483
+
12484
+
12485
+ Started GET "/" for ::1 at 2015-11-26 23:29:38 +0900
12486
+ Processing by SessionsController#login as HTML
12487
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12488
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
12489
+ Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.3ms)
12490
+
12491
+
12492
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12493
+
12494
+
12495
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12496
+
12497
+
12498
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12499
+
12500
+
12501
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:38 +0900
12502
+
12503
+
12504
+ Started GET "/" for ::1 at 2015-11-26 23:29:39 +0900
12505
+ Processing by SessionsController#login as HTML
12506
+  (0.1ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12507
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.4ms)
12508
+ Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms)
12509
+
12510
+
12511
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12512
+
12513
+
12514
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12515
+
12516
+
12517
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12518
+
12519
+
12520
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12521
+
12522
+
12523
+ Started GET "/" for ::1 at 2015-11-26 23:29:39 +0900
12524
+ Processing by SessionsController#login as HTML
12525
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12526
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.5ms)
12527
+ Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.2ms)
12528
+
12529
+
12530
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12531
+
12532
+
12533
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12534
+
12535
+
12536
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12537
+
12538
+
12539
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12540
+
12541
+
12542
+ Started GET "/" for ::1 at 2015-11-26 23:29:39 +0900
12543
+ Processing by SessionsController#login as HTML
12544
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12545
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (0.6ms)
12546
+ Completed 200 OK in 96ms (Views: 19.8ms | ActiveRecord: 0.2ms)
12547
+
12548
+
12549
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12550
+
12551
+
12552
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12553
+
12554
+
12555
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12556
+
12557
+
12558
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:39 +0900
12559
+
12560
+
12561
+ Started GET "/auth/google" for ::1 at 2015-11-26 23:29:41 +0900
12562
+
12563
+
12564
+ Started GET "/auth/google/callback?state=bc6abadb5309d61be3f827d143bc035dfd370931e5bf6349&code=4/aY8EZR4u0QhXreRAj3nf-3DU9pW27BJdHlIwTeASx_c" for ::1 at 2015-11-26 23:29:41 +0900
12565
+ Processing by SessionsController#callback as HTML
12566
+ Parameters: {"state"=>"bc6abadb5309d61be3f827d143bc035dfd370931e5bf6349", "code"=>"4/aY8EZR4u0QhXreRAj3nf-3DU9pW27BJdHlIwTeASx_c", "provider"=>"google"}
12567
+  (0.3ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12568
+ 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", "111815106125466718842"]]
12569
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12570
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12571
+ Redirected to http://localhost:3000/
12572
+ Completed 302 Found in 21ms (ActiveRecord: 1.6ms)
12573
+
12574
+
12575
+ Started GET "/" for ::1 at 2015-11-26 23:29:42 +0900
12576
+ Processing by SessionsController#login as HTML
12577
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12578
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12579
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12580
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12581
+ 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]]
12582
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (2.5ms)
12583
+ Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.5ms)
12584
+
12585
+
12586
+ Started GET "/" for ::1 at 2015-11-26 23:29:44 +0900
12587
+ Processing by SessionsController#login as HTML
12588
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12589
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12590
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12591
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12592
+ 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]]
12593
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.0ms)
12594
+ Completed 200 OK in 24ms (Views: 19.7ms | ActiveRecord: 0.6ms)
12595
+
12596
+
12597
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:44 +0900
12598
+
12599
+
12600
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:44 +0900
12601
+
12602
+
12603
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:44 +0900
12604
+
12605
+
12606
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:44 +0900
12607
+
12608
+
12609
+ Started GET "/" for ::1 at 2015-11-26 23:29:45 +0900
12610
+ Processing by SessionsController#login as HTML
12611
+  (0.2ms) SELECT "langs"."code" FROM "langs" ORDER BY "langs"."position" ASC
12612
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
12613
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."id" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["id", 2]]
12614
+ ActiveRecord::Mlang::Lang Exists (0.1ms) SELECT 1 AS one FROM "langs" WHERE "langs"."id" = ? LIMIT 1 [["id", 2]]
12615
+ 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]]
12616
+ Rendered /Users/shinjiro/git/we_bridge_rails_engine_users/app/views/sessions/login.html.builder within layouts/application (3.2ms)
12617
+ Completed 200 OK in 109ms (Views: 106.0ms | ActiveRecord: 0.5ms)
12618
+
12619
+
12620
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-11-26 23:29:45 +0900
12621
+
12622
+
12623
+ Started GET "/assets/jquery.self-a714331225dda820228db323939889f149aec0127aeb06255646b616ba1ca419.js?body=1" for ::1 at 2015-11-26 23:29:45 +0900
12624
+
12625
+
12626
+ Started GET "/assets/jquery_ujs.self-d456baa54c1fa6be2ec3711f0a72ddf7a5b2f34a6b4f515f33767d6207b7d4b3.js?body=1" for ::1 at 2015-11-26 23:29:45 +0900
12627
+
12628
+
12629
+ Started GET "/assets/application.self-1da6d28687370077cd6ba59def469f872870ada4ce65335c79d77914791d0983.js?body=1" for ::1 at 2015-11-26 23:29:45 +0900
12630
+ Session Load (5.2ms) SELECT "sessions".* FROM "sessions"
@@ -0,0 +1 @@
1
+ 37267
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: we_bridge_rails_engine_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinjiro Itagaki
@@ -346,7 +346,6 @@ files:
346
346
  - app/views/users/new.html.builder
347
347
  - app/views/users/show.html.builder
348
348
  - config/routes.rb
349
- - db/migrate/20150611132719_add_sessions_table.rb
350
349
  - db/migrate/20150612005752_create_people.rb
351
350
  - db/migrate/20150712132226_add_users.rb
352
351
  - db/seeds.rb
@@ -456,6 +455,7 @@ files:
456
455
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ywrvZQThT9rnaryoYsuu-A9ASTnpprmv4CTaIzMF38I.cache
457
456
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZlCZ2f9IsAYQFtwHsabLoBl7tUOMrlGMOnxmDKAbHl8.cache
458
457
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zXyNDzHS674AFmnf5IgSMrAVpq3LnBtyECknB_R3Al8.cache
458
+ - spec/dummy/tmp/pids/server.pid
459
459
  - spec/factories/users.rb
460
460
  - spec/helpers/users_helper_spec.rb
461
461
  - spec/models/person_name_spec.rb
@@ -596,6 +596,7 @@ test_files:
596
596
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ywrvZQThT9rnaryoYsuu-A9ASTnpprmv4CTaIzMF38I.cache
597
597
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZlCZ2f9IsAYQFtwHsabLoBl7tUOMrlGMOnxmDKAbHl8.cache
598
598
  - spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zXyNDzHS674AFmnf5IgSMrAVpq3LnBtyECknB_R3Al8.cache
599
+ - spec/dummy/tmp/pids/server.pid
599
600
  - spec/factories/users.rb
600
601
  - spec/helpers/users_helper_spec.rb
601
602
  - spec/models/person_name_spec.rb
@@ -1,12 +0,0 @@
1
- class AddSessionsTable < ActiveRecord::Migration
2
- def change
3
- create_table :sessions do |t|
4
- t.string :session_id, :null => false
5
- t.text :data
6
- t.timestamps
7
- end
8
-
9
- add_index :sessions, :session_id, :unique => true
10
- add_index :sessions, :updated_at
11
- end
12
- end