we_bridge_rails_engine_langs 0.1.6 → 0.1.7

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: f83c8e6c6d4f165d54033f3e2a1ca7f4bc15ba1d
4
- data.tar.gz: 4f974a82d29c911d15b99d45a9598c41a9115b11
3
+ metadata.gz: c89f845e4211945798dd76f69bf8aaac2a08ff8c
4
+ data.tar.gz: 6af1c69f6325b603787da84237bf909333269941
5
5
  SHA512:
6
- metadata.gz: 2ce480868d1d29eed3e7d75d4968c6f48da8f18363ead5ccb226fb43fcc2ab2233a6bca726fdb9f02c32d7ca971a0f15b2eaa3449a6a855c2678a539f1deccce
7
- data.tar.gz: 6cc574faa0e19a6cfac294a68142c543e6ac27dc3bf819c5b0e9abb4d6186f7f8fad95aa36429f06d0861b7170ee0b40407db9d95e530bcc7be4d075aa4bce72
6
+ metadata.gz: a76b0c4100799389e054bf3f9bd839652d8ebd1f1e772459705d760c912e107f0edf2cb9684edb13f834c3697cb214983ce89b31a0424fb9ec6074d8d63bb35f
7
+ data.tar.gz: e8b04ee60fd83198403344c4c207b969c08b68b3be20a5945c59872abf9ce25d53f06e8cbf0db34722631fadcd0aa82edfe25e3c543ab286e03093b9bb54346a
@@ -11,14 +11,14 @@ module WeBridgeRailsEngineLangs
11
11
  end
12
12
 
13
13
  initializer :append_migrations_and_seeds do |app|
14
- unless app.root.to_s.match root.to_s
14
+ # unless app.root.to_s.match root.to_s
15
15
  config.paths["db/migrate"].expanded.each do |expanded_path|
16
16
  app.config.paths["db/migrate"] << expanded_path
17
17
  end
18
18
  config.paths["db/seeds.rb"].existent.each do |expanded_path|
19
19
  app.config.paths["db/seeds.rb"] << expanded_path
20
20
  end
21
- end
21
+ # end
22
22
  end
23
23
  end
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module WeBridgeRailsEngineLangs
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
Binary file
@@ -15155,3 +15155,1759 @@ Migrating to ModifyLangPositionDefault (20150814101311)
15155
15155
  FROM sqlite_temp_master
15156
15156
  WHERE name='index_langs_on_code' AND type='index'
15157
15157
 
15158
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
15159
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
15160
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
15161
+ Lang Load (0.5ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15162
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15163
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
15164
+ Lang Load (2.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15165
+ Lang Load (0.6ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15166
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
15167
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15168
+ Lang Load (0.4ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15169
+ Lang Load (0.7ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15170
+  (0.1ms) begin transaction
15171
+ SQL (1.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-12-02 03:03:32.896216"], ["updated_at", "2015-12-02 03:03:32.896216"]]
15172
+  (1.0ms) commit transaction
15173
+  (0.1ms) begin transaction
15174
+ SQL (0.4ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-12-02 03:03:32.904773"], ["id", 1]]
15175
+  (1.2ms) commit transaction
15176
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15177
+  (0.1ms) begin transaction
15178
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-12-02 03:03:32.911542"], ["updated_at", "2015-12-02 03:03:32.911542"]]
15179
+  (0.9ms) commit transaction
15180
+  (0.1ms) begin transaction
15181
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-12-02 03:03:32.915022"], ["id", 2]]
15182
+  (0.8ms) commit transaction
15183
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15184
+  (0.1ms) begin transaction
15185
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-12-02 03:03:32.919476"], ["updated_at", "2015-12-02 03:03:32.919476"]]
15186
+  (1.0ms) commit transaction
15187
+  (0.1ms) begin transaction
15188
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-12-02 03:03:32.922300"], ["id", 3]]
15189
+  (0.8ms) commit transaction
15190
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15191
+  (0.1ms) begin transaction
15192
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-12-02 03:03:32.927025"], ["updated_at", "2015-12-02 03:03:32.927025"]]
15193
+  (1.1ms) commit transaction
15194
+  (0.1ms) begin transaction
15195
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-12-02 03:03:32.930475"], ["id", 4]]
15196
+  (1.0ms) commit transaction
15197
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15198
+  (0.1ms) begin transaction
15199
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-12-02 03:03:32.935242"], ["updated_at", "2015-12-02 03:03:32.935242"]]
15200
+  (1.1ms) commit transaction
15201
+  (0.1ms) begin transaction
15202
+ SQL (0.4ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-12-02 03:03:32.938547"], ["id", 5]]
15203
+  (0.7ms) commit transaction
15204
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15205
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15206
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15207
+ ActiveRecord::Mlang::LangText Load (0.6ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 5]]
15208
+  (0.1ms) begin transaction
15209
+ SQL (0.7ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 1], ["created_at", "2015-12-02 03:03:33.012318"], ["updated_at", "2015-12-02 03:03:33.012318"]]
15210
+  (0.8ms) commit transaction
15211
+  (0.1ms) begin transaction
15212
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-12-02 03:03:33.015780"], ["id", 1]]
15213
+  (0.8ms) commit transaction
15214
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15215
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15216
+ 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]]
15217
+  (0.1ms) begin transaction
15218
+ 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-12-02 03:03:33.022123"], ["updated_at", "2015-12-02 03:03:33.022123"]]
15219
+  (0.9ms) commit transaction
15220
+  (0.1ms) begin transaction
15221
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-12-02 03:03:33.025197"], ["id", 2]]
15222
+  (0.8ms) commit transaction
15223
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15224
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15225
+ 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]]
15226
+  (0.1ms) begin transaction
15227
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 3], ["created_at", "2015-12-02 03:03:33.030825"], ["updated_at", "2015-12-02 03:03:33.030825"]]
15228
+  (0.8ms) commit transaction
15229
+  (0.0ms) begin transaction
15230
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-12-02 03:03:33.033127"], ["id", 3]]
15231
+  (0.6ms) commit transaction
15232
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15233
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15234
+ 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]]
15235
+  (0.0ms) begin transaction
15236
+ 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-12-02 03:03:33.038043"], ["updated_at", "2015-12-02 03:03:33.038043"]]
15237
+  (0.7ms) commit transaction
15238
+  (0.1ms) begin transaction
15239
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-12-02 03:03:33.040479"], ["id", 4]]
15240
+  (0.6ms) commit transaction
15241
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15242
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15243
+ 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]]
15244
+  (0.0ms) begin transaction
15245
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 5], ["created_at", "2015-12-02 03:03:33.045747"], ["updated_at", "2015-12-02 03:03:33.045747"]]
15246
+  (0.7ms) commit transaction
15247
+  (0.0ms) begin transaction
15248
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-12-02 03:03:33.048564"], ["id", 5]]
15249
+  (0.8ms) commit transaction
15250
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15251
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15252
+ 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]]
15253
+  (0.1ms) begin transaction
15254
+ 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-12-02 03:03:33.053938"], ["updated_at", "2015-12-02 03:03:33.053938"]]
15255
+  (1.0ms) commit transaction
15256
+  (0.1ms) begin transaction
15257
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-12-02 03:03:33.056766"], ["id", 6]]
15258
+  (0.7ms) commit transaction
15259
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15260
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15261
+ 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]]
15262
+  (0.1ms) begin transaction
15263
+ 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-12-02 03:03:33.062951"], ["updated_at", "2015-12-02 03:03:33.062951"]]
15264
+  (0.7ms) commit transaction
15265
+  (0.0ms) begin transaction
15266
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-12-02 03:03:33.065211"], ["id", 7]]
15267
+  (0.7ms) commit transaction
15268
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15269
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15270
+ 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]]
15271
+  (0.0ms) begin transaction
15272
+ 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-12-02 03:03:33.070577"], ["updated_at", "2015-12-02 03:03:33.070577"]]
15273
+  (0.8ms) commit transaction
15274
+  (0.0ms) begin transaction
15275
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-12-02 03:03:33.073138"], ["id", 8]]
15276
+  (0.9ms) commit transaction
15277
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15278
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15279
+ 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]]
15280
+  (0.1ms) begin transaction
15281
+ 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-12-02 03:03:33.078774"], ["updated_at", "2015-12-02 03:03:33.078774"]]
15282
+  (0.8ms) commit transaction
15283
+  (0.1ms) begin transaction
15284
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-12-02 03:03:33.081471"], ["id", 9]]
15285
+  (0.6ms) commit transaction
15286
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15287
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15288
+ 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]]
15289
+  (0.0ms) begin transaction
15290
+ 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-12-02 03:03:33.086779"], ["updated_at", "2015-12-02 03:03:33.086779"]]
15291
+  (0.7ms) commit transaction
15292
+  (0.1ms) begin transaction
15293
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-12-02 03:03:33.089512"], ["id", 10]]
15294
+  (0.7ms) commit transaction
15295
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15296
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15297
+ 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]]
15298
+  (0.1ms) begin transaction
15299
+ 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-12-02 03:03:33.095536"], ["updated_at", "2015-12-02 03:03:33.095536"]]
15300
+  (0.7ms) commit transaction
15301
+  (0.1ms) begin transaction
15302
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-12-02 03:03:33.098044"], ["id", 11]]
15303
+  (0.7ms) commit transaction
15304
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15305
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15306
+ 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]]
15307
+  (0.1ms) begin transaction
15308
+ 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-12-02 03:03:33.103098"], ["updated_at", "2015-12-02 03:03:33.103098"]]
15309
+  (0.8ms) commit transaction
15310
+  (0.1ms) begin transaction
15311
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-12-02 03:03:33.105712"], ["id", 12]]
15312
+  (0.7ms) commit transaction
15313
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15314
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15315
+ 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]]
15316
+  (0.1ms) begin transaction
15317
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 3], ["created_at", "2015-12-02 03:03:33.111062"], ["updated_at", "2015-12-02 03:03:33.111062"]]
15318
+  (0.8ms) commit transaction
15319
+  (0.1ms) begin transaction
15320
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-12-02 03:03:33.113940"], ["id", 13]]
15321
+  (0.6ms) commit transaction
15322
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15323
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15324
+ 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]]
15325
+  (0.1ms) begin transaction
15326
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 4], ["created_at", "2015-12-02 03:03:33.118426"], ["updated_at", "2015-12-02 03:03:33.118426"]]
15327
+  (0.9ms) commit transaction
15328
+  (0.0ms) begin transaction
15329
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-12-02 03:03:33.120777"], ["id", 14]]
15330
+  (0.8ms) commit transaction
15331
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15332
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15333
+ 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]]
15334
+  (0.0ms) begin transaction
15335
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 5], ["created_at", "2015-12-02 03:03:33.125694"], ["updated_at", "2015-12-02 03:03:33.125694"]]
15336
+  (1.0ms) commit transaction
15337
+  (0.1ms) begin transaction
15338
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-12-02 03:03:33.128285"], ["id", 15]]
15339
+  (1.0ms) commit transaction
15340
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15341
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15342
+ 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]]
15343
+  (0.1ms) begin transaction
15344
+ 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-12-02 03:03:33.135066"], ["updated_at", "2015-12-02 03:03:33.135066"]]
15345
+  (1.1ms) commit transaction
15346
+  (0.1ms) begin transaction
15347
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-12-02 03:03:33.138054"], ["id", 16]]
15348
+  (0.9ms) commit transaction
15349
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15350
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15351
+ 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]]
15352
+  (0.1ms) begin transaction
15353
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 2], ["created_at", "2015-12-02 03:03:33.145108"], ["updated_at", "2015-12-02 03:03:33.145108"]]
15354
+  (1.1ms) commit transaction
15355
+  (0.1ms) begin transaction
15356
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-12-02 03:03:33.148346"], ["id", 17]]
15357
+  (1.0ms) commit transaction
15358
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15359
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15360
+ 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]]
15361
+  (0.1ms) begin transaction
15362
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 3], ["created_at", "2015-12-02 03:03:33.156573"], ["updated_at", "2015-12-02 03:03:33.156573"]]
15363
+  (1.2ms) commit transaction
15364
+  (0.1ms) begin transaction
15365
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-12-02 03:03:33.160668"], ["id", 18]]
15366
+  (1.0ms) commit transaction
15367
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15368
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15369
+ 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]]
15370
+  (0.1ms) begin transaction
15371
+ 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-12-02 03:03:33.166835"], ["updated_at", "2015-12-02 03:03:33.166835"]]
15372
+  (0.8ms) commit transaction
15373
+  (0.1ms) begin transaction
15374
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-12-02 03:03:33.169388"], ["id", 19]]
15375
+  (1.2ms) commit transaction
15376
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15377
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15378
+ 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]]
15379
+  (0.1ms) begin transaction
15380
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 5], ["created_at", "2015-12-02 03:03:33.175059"], ["updated_at", "2015-12-02 03:03:33.175059"]]
15381
+  (0.7ms) commit transaction
15382
+  (0.0ms) begin transaction
15383
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-12-02 03:03:33.177100"], ["id", 20]]
15384
+  (0.7ms) commit transaction
15385
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15386
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15387
+ 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]]
15388
+  (0.0ms) begin transaction
15389
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 1], ["created_at", "2015-12-02 03:03:33.181634"], ["updated_at", "2015-12-02 03:03:33.181634"]]
15390
+  (1.2ms) commit transaction
15391
+  (0.1ms) begin transaction
15392
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-12-02 03:03:33.184270"], ["id", 21]]
15393
+  (0.7ms) commit transaction
15394
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15395
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15396
+ ActiveRecord::Mlang::LangText Load (0.0ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 2], ["lang_id", 4]]
15397
+  (0.0ms) begin transaction
15398
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 2], ["created_at", "2015-12-02 03:03:33.188983"], ["updated_at", "2015-12-02 03:03:33.188983"]]
15399
+  (0.7ms) commit transaction
15400
+  (0.0ms) begin transaction
15401
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-12-02 03:03:33.190942"], ["id", 22]]
15402
+  (0.8ms) commit transaction
15403
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15404
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15405
+ 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]]
15406
+  (0.0ms) begin transaction
15407
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 3], ["created_at", "2015-12-02 03:03:33.195281"], ["updated_at", "2015-12-02 03:03:33.195281"]]
15408
+  (1.0ms) commit transaction
15409
+  (0.1ms) begin transaction
15410
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-12-02 03:03:33.197830"], ["id", 23]]
15411
+  (1.0ms) commit transaction
15412
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15413
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15414
+ 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]]
15415
+  (0.1ms) begin transaction
15416
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 4], ["created_at", "2015-12-02 03:03:33.203784"], ["updated_at", "2015-12-02 03:03:33.203784"]]
15417
+  (0.8ms) commit transaction
15418
+  (0.1ms) begin transaction
15419
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-12-02 03:03:33.206731"], ["id", 24]]
15420
+  (0.8ms) commit transaction
15421
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15422
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15423
+ 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]]
15424
+  (0.0ms) begin transaction
15425
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 5], ["created_at", "2015-12-02 03:03:33.211818"], ["updated_at", "2015-12-02 03:03:33.211818"]]
15426
+  (0.9ms) commit transaction
15427
+  (0.0ms) begin transaction
15428
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-12-02 03:03:33.214213"], ["id", 25]]
15429
+  (0.9ms) commit transaction
15430
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
15431
+ Lang Load (1.3ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15432
+  (0.8ms) SELECT COUNT(*) FROM "langs"
15433
+ Lang Load (0.6ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15434
+  (0.7ms) begin transaction
15435
+ SQL (0.5ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 5]]
15436
+  (0.8ms) commit transaction
15437
+  (0.1ms) begin transaction
15438
+ SQL (0.2ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 2]]
15439
+  (0.8ms) commit transaction
15440
+  (0.1ms) begin transaction
15441
+ SQL (0.2ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 1]]
15442
+  (0.8ms) commit transaction
15443
+  (0.1ms) begin transaction
15444
+ SQL (0.4ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 3]]
15445
+  (0.9ms) commit transaction
15446
+  (0.1ms) begin transaction
15447
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 4]]
15448
+  (0.8ms) commit transaction
15449
+  (0.4ms) SELECT COUNT(*) FROM "langs"
15450
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15451
+  (0.1ms) begin transaction
15452
+ SQL (0.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-12-02 03:04:10.434343"], ["updated_at", "2015-12-02 03:04:10.434343"]]
15453
+  (1.1ms) commit transaction
15454
+  (0.1ms) begin transaction
15455
+ SQL (0.4ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-12-02 03:04:10.440374"], ["id", 6]]
15456
+  (0.9ms) commit transaction
15457
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15458
+  (0.1ms) begin transaction
15459
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-12-02 03:04:10.446856"], ["updated_at", "2015-12-02 03:04:10.446856"]]
15460
+  (1.0ms) commit transaction
15461
+  (0.1ms) begin transaction
15462
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-12-02 03:04:10.450207"], ["id", 7]]
15463
+  (0.8ms) commit transaction
15464
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15465
+  (0.1ms) begin transaction
15466
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-12-02 03:04:10.454325"], ["updated_at", "2015-12-02 03:04:10.454325"]]
15467
+  (1.0ms) commit transaction
15468
+  (0.1ms) begin transaction
15469
+ SQL (0.4ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-12-02 03:04:10.457230"], ["id", 8]]
15470
+  (1.0ms) commit transaction
15471
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15472
+  (0.1ms) begin transaction
15473
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-12-02 03:04:10.462107"], ["updated_at", "2015-12-02 03:04:10.462107"]]
15474
+  (1.1ms) commit transaction
15475
+  (0.1ms) begin transaction
15476
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-12-02 03:04:10.465507"], ["id", 9]]
15477
+  (0.9ms) commit transaction
15478
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15479
+  (0.1ms) begin transaction
15480
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-12-02 03:04:10.469943"], ["updated_at", "2015-12-02 03:04:10.469943"]]
15481
+  (0.9ms) commit transaction
15482
+  (0.1ms) begin transaction
15483
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-12-02 03:04:10.473041"], ["id", 10]]
15484
+  (0.7ms) commit transaction
15485
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15486
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15487
+ ActiveRecord::Mlang::Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15488
+ 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", 6], ["lang_id", 10]]
15489
+  (0.1ms) begin transaction
15490
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 10], ["parent_id", 6], ["created_at", "2015-12-02 03:04:10.542548"], ["updated_at", "2015-12-02 03:04:10.542548"]]
15491
+  (1.1ms) commit transaction
15492
+  (0.1ms) begin transaction
15493
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-12-02 03:04:10.545695"], ["id", 26]]
15494
+  (1.0ms) commit transaction
15495
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15496
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15497
+ 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", 7], ["lang_id", 10]]
15498
+  (0.1ms) begin transaction
15499
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 10], ["parent_id", 7], ["created_at", "2015-12-02 03:04:10.553019"], ["updated_at", "2015-12-02 03:04:10.553019"]]
15500
+  (0.9ms) commit transaction
15501
+  (0.1ms) begin transaction
15502
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-12-02 03:04:10.555984"], ["id", 27]]
15503
+  (0.8ms) commit transaction
15504
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15505
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15506
+ 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", 8], ["lang_id", 10]]
15507
+  (0.1ms) begin transaction
15508
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 10], ["parent_id", 8], ["created_at", "2015-12-02 03:04:10.561643"], ["updated_at", "2015-12-02 03:04:10.561643"]]
15509
+  (1.0ms) commit transaction
15510
+  (0.1ms) begin transaction
15511
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-12-02 03:04:10.564461"], ["id", 28]]
15512
+  (1.0ms) commit transaction
15513
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15514
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15515
+ 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", 9], ["lang_id", 10]]
15516
+  (0.1ms) begin transaction
15517
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 10], ["parent_id", 9], ["created_at", "2015-12-02 03:04:10.571078"], ["updated_at", "2015-12-02 03:04:10.571078"]]
15518
+  (0.8ms) commit transaction
15519
+  (0.0ms) begin transaction
15520
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-12-02 03:04:10.573673"], ["id", 29]]
15521
+  (0.9ms) commit transaction
15522
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15523
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15524
+ 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", 10], ["lang_id", 10]]
15525
+  (0.1ms) begin transaction
15526
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 10], ["parent_id", 10], ["created_at", "2015-12-02 03:04:10.579311"], ["updated_at", "2015-12-02 03:04:10.579311"]]
15527
+  (0.8ms) commit transaction
15528
+  (0.1ms) begin transaction
15529
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-12-02 03:04:10.581824"], ["id", 30]]
15530
+  (0.8ms) commit transaction
15531
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15532
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15533
+ 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", 6], ["lang_id", 7]]
15534
+  (0.1ms) begin transaction
15535
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 7], ["parent_id", 6], ["created_at", "2015-12-02 03:04:10.587658"], ["updated_at", "2015-12-02 03:04:10.587658"]]
15536
+  (1.0ms) commit transaction
15537
+  (0.1ms) begin transaction
15538
+ SQL (0.5ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-12-02 03:04:10.590337"], ["id", 31]]
15539
+  (0.8ms) commit transaction
15540
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15541
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15542
+ 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", 7], ["lang_id", 7]]
15543
+  (0.1ms) begin transaction
15544
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 7], ["parent_id", 7], ["created_at", "2015-12-02 03:04:10.596710"], ["updated_at", "2015-12-02 03:04:10.596710"]]
15545
+  (1.1ms) commit transaction
15546
+  (0.1ms) begin transaction
15547
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-12-02 03:04:10.599600"], ["id", 32]]
15548
+  (1.1ms) commit transaction
15549
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15550
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15551
+ 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", 8], ["lang_id", 7]]
15552
+  (0.1ms) begin transaction
15553
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 7], ["parent_id", 8], ["created_at", "2015-12-02 03:04:10.606208"], ["updated_at", "2015-12-02 03:04:10.606208"]]
15554
+  (0.9ms) commit transaction
15555
+  (0.1ms) begin transaction
15556
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-12-02 03:04:10.608884"], ["id", 33]]
15557
+  (0.8ms) commit transaction
15558
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15559
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15560
+ 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", 9], ["lang_id", 7]]
15561
+  (0.1ms) begin transaction
15562
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 7], ["parent_id", 9], ["created_at", "2015-12-02 03:04:10.614881"], ["updated_at", "2015-12-02 03:04:10.614881"]]
15563
+  (1.4ms) commit transaction
15564
+  (0.1ms) begin transaction
15565
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-12-02 03:04:10.618177"], ["id", 34]]
15566
+  (1.0ms) commit transaction
15567
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15568
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15569
+ 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", 10], ["lang_id", 7]]
15570
+  (0.1ms) begin transaction
15571
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 7], ["parent_id", 10], ["created_at", "2015-12-02 03:04:10.624931"], ["updated_at", "2015-12-02 03:04:10.624931"]]
15572
+  (1.0ms) commit transaction
15573
+  (0.1ms) begin transaction
15574
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-12-02 03:04:10.628109"], ["id", 35]]
15575
+  (0.9ms) commit transaction
15576
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15577
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15578
+ 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", 6], ["lang_id", 6]]
15579
+  (0.1ms) begin transaction
15580
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 6], ["parent_id", 6], ["created_at", "2015-12-02 03:04:10.634038"], ["updated_at", "2015-12-02 03:04:10.634038"]]
15581
+  (1.0ms) commit transaction
15582
+  (0.1ms) begin transaction
15583
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-12-02 03:04:10.636774"], ["id", 36]]
15584
+  (0.7ms) commit transaction
15585
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15586
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15587
+ 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", 7], ["lang_id", 6]]
15588
+  (0.1ms) begin transaction
15589
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 6], ["parent_id", 7], ["created_at", "2015-12-02 03:04:10.642027"], ["updated_at", "2015-12-02 03:04:10.642027"]]
15590
+  (0.7ms) commit transaction
15591
+  (0.1ms) begin transaction
15592
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-12-02 03:04:10.644385"], ["id", 37]]
15593
+  (0.5ms) commit transaction
15594
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15595
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15596
+ 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", 8], ["lang_id", 6]]
15597
+  (0.0ms) begin transaction
15598
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 6], ["parent_id", 8], ["created_at", "2015-12-02 03:04:10.649043"], ["updated_at", "2015-12-02 03:04:10.649043"]]
15599
+  (0.8ms) commit transaction
15600
+  (0.0ms) begin transaction
15601
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-12-02 03:04:10.651604"], ["id", 38]]
15602
+  (0.7ms) commit transaction
15603
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15604
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15605
+ 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", 9], ["lang_id", 6]]
15606
+  (0.1ms) begin transaction
15607
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 6], ["parent_id", 9], ["created_at", "2015-12-02 03:04:10.656711"], ["updated_at", "2015-12-02 03:04:10.656711"]]
15608
+  (1.1ms) commit transaction
15609
+  (0.1ms) begin transaction
15610
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-12-02 03:04:10.659559"], ["id", 39]]
15611
+  (0.9ms) commit transaction
15612
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15613
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15614
+ 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", 10], ["lang_id", 6]]
15615
+  (0.1ms) begin transaction
15616
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 6], ["parent_id", 10], ["created_at", "2015-12-02 03:04:10.664828"], ["updated_at", "2015-12-02 03:04:10.664828"]]
15617
+  (1.0ms) commit transaction
15618
+  (0.1ms) begin transaction
15619
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-12-02 03:04:10.667592"], ["id", 40]]
15620
+  (0.9ms) commit transaction
15621
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15622
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15623
+ 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", 6], ["lang_id", 8]]
15624
+  (0.1ms) begin transaction
15625
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 8], ["parent_id", 6], ["created_at", "2015-12-02 03:04:10.674232"], ["updated_at", "2015-12-02 03:04:10.674232"]]
15626
+  (1.0ms) commit transaction
15627
+  (0.1ms) begin transaction
15628
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-12-02 03:04:10.677076"], ["id", 41]]
15629
+  (1.0ms) commit transaction
15630
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15631
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15632
+ 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", 7], ["lang_id", 8]]
15633
+  (0.1ms) begin transaction
15634
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 8], ["parent_id", 7], ["created_at", "2015-12-02 03:04:10.683666"], ["updated_at", "2015-12-02 03:04:10.683666"]]
15635
+  (0.9ms) commit transaction
15636
+  (0.1ms) begin transaction
15637
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-12-02 03:04:10.686859"], ["id", 42]]
15638
+  (0.9ms) commit transaction
15639
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15640
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15641
+ 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", 8], ["lang_id", 8]]
15642
+  (0.1ms) begin transaction
15643
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 8], ["parent_id", 8], ["created_at", "2015-12-02 03:04:10.692511"], ["updated_at", "2015-12-02 03:04:10.692511"]]
15644
+  (1.2ms) commit transaction
15645
+  (0.1ms) begin transaction
15646
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-12-02 03:04:10.695475"], ["id", 43]]
15647
+  (0.9ms) commit transaction
15648
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15649
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15650
+ 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", 9], ["lang_id", 8]]
15651
+  (0.1ms) begin transaction
15652
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 8], ["parent_id", 9], ["created_at", "2015-12-02 03:04:10.701044"], ["updated_at", "2015-12-02 03:04:10.701044"]]
15653
+  (0.8ms) commit transaction
15654
+  (0.0ms) begin transaction
15655
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-12-02 03:04:10.703374"], ["id", 44]]
15656
+  (0.8ms) commit transaction
15657
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15658
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15659
+ 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", 10], ["lang_id", 8]]
15660
+  (0.0ms) begin transaction
15661
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 8], ["parent_id", 10], ["created_at", "2015-12-02 03:04:10.707855"], ["updated_at", "2015-12-02 03:04:10.707855"]]
15662
+  (0.8ms) commit transaction
15663
+  (0.1ms) begin transaction
15664
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-12-02 03:04:10.710255"], ["id", 45]]
15665
+  (0.7ms) commit transaction
15666
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15667
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15668
+ 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", 6], ["lang_id", 9]]
15669
+  (0.0ms) begin transaction
15670
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 9], ["parent_id", 6], ["created_at", "2015-12-02 03:04:10.715059"], ["updated_at", "2015-12-02 03:04:10.715059"]]
15671
+  (0.8ms) commit transaction
15672
+  (0.0ms) begin transaction
15673
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-12-02 03:04:10.717067"], ["id", 46]]
15674
+  (0.8ms) commit transaction
15675
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15676
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15677
+ 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", 7], ["lang_id", 9]]
15678
+  (0.1ms) begin transaction
15679
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 9], ["parent_id", 7], ["created_at", "2015-12-02 03:04:10.722540"], ["updated_at", "2015-12-02 03:04:10.722540"]]
15680
+  (1.0ms) commit transaction
15681
+  (0.1ms) begin transaction
15682
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-12-02 03:04:10.725157"], ["id", 47]]
15683
+  (1.0ms) commit transaction
15684
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15685
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15686
+ 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", 8], ["lang_id", 9]]
15687
+  (0.1ms) begin transaction
15688
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 9], ["parent_id", 8], ["created_at", "2015-12-02 03:04:10.731639"], ["updated_at", "2015-12-02 03:04:10.731639"]]
15689
+  (0.9ms) commit transaction
15690
+  (0.1ms) begin transaction
15691
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-12-02 03:04:10.734341"], ["id", 48]]
15692
+  (1.0ms) commit transaction
15693
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15694
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15695
+ 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", 9], ["lang_id", 9]]
15696
+  (0.1ms) begin transaction
15697
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 9], ["parent_id", 9], ["created_at", "2015-12-02 03:04:10.740174"], ["updated_at", "2015-12-02 03:04:10.740174"]]
15698
+  (1.1ms) commit transaction
15699
+  (0.1ms) begin transaction
15700
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-12-02 03:04:10.742948"], ["id", 49]]
15701
+  (1.1ms) commit transaction
15702
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15703
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15704
+ 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", 10], ["lang_id", 9]]
15705
+  (0.1ms) begin transaction
15706
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 9], ["parent_id", 10], ["created_at", "2015-12-02 03:04:10.750147"], ["updated_at", "2015-12-02 03:04:10.750147"]]
15707
+  (0.8ms) commit transaction
15708
+  (0.1ms) begin transaction
15709
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-12-02 03:04:10.752659"], ["id", 50]]
15710
+  (0.7ms) commit transaction
15711
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
15712
+  (0.3ms) SELECT COUNT(*) FROM "langs"
15713
+ Lang Load (2.6ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15714
+  (0.2ms) begin transaction
15715
+ SQL (0.4ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 10]]
15716
+  (10.4ms) commit transaction
15717
+  (0.1ms) begin transaction
15718
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 7]]
15719
+  (0.8ms) commit transaction
15720
+  (0.3ms) begin transaction
15721
+ SQL (1.0ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 6]]
15722
+  (0.8ms) commit transaction
15723
+  (0.1ms) begin transaction
15724
+ SQL (0.2ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 8]]
15725
+  (0.9ms) commit transaction
15726
+  (0.1ms) begin transaction
15727
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 9]]
15728
+  (0.9ms) commit transaction
15729
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15730
+  (0.1ms) begin transaction
15731
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-12-02 03:04:54.722617"], ["updated_at", "2015-12-02 03:04:54.722617"]]
15732
+  (0.9ms) commit transaction
15733
+  (0.1ms) begin transaction
15734
+ SQL (0.3ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-12-02 03:04:54.728372"], ["id", 11]]
15735
+  (1.1ms) commit transaction
15736
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15737
+  (0.1ms) begin transaction
15738
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-12-02 03:04:54.734181"], ["updated_at", "2015-12-02 03:04:54.734181"]]
15739
+  (1.1ms) commit transaction
15740
+  (0.1ms) begin transaction
15741
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-12-02 03:04:54.737723"], ["id", 12]]
15742
+  (1.0ms) commit transaction
15743
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15744
+  (0.1ms) begin transaction
15745
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-12-02 03:04:54.742575"], ["updated_at", "2015-12-02 03:04:54.742575"]]
15746
+  (1.0ms) commit transaction
15747
+  (0.1ms) begin transaction
15748
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-12-02 03:04:54.746013"], ["id", 13]]
15749
+  (0.8ms) commit transaction
15750
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15751
+  (0.1ms) begin transaction
15752
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-12-02 03:04:54.749995"], ["updated_at", "2015-12-02 03:04:54.749995"]]
15753
+  (0.9ms) commit transaction
15754
+  (0.1ms) begin transaction
15755
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-12-02 03:04:54.752622"], ["id", 14]]
15756
+  (0.8ms) commit transaction
15757
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15758
+  (0.1ms) begin transaction
15759
+ SQL (0.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-12-02 03:04:54.756717"], ["updated_at", "2015-12-02 03:04:54.756717"]]
15760
+  (0.8ms) commit transaction
15761
+  (0.1ms) begin transaction
15762
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-12-02 03:04:54.759526"], ["id", 15]]
15763
+  (0.9ms) commit transaction
15764
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
15765
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15766
+ ActiveRecord::Mlang::Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15767
+ 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", 11], ["lang_id", 15]]
15768
+  (0.1ms) begin transaction
15769
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 15], ["parent_id", 11], ["created_at", "2015-12-02 03:04:54.796692"], ["updated_at", "2015-12-02 03:04:54.796692"]]
15770
+  (1.1ms) commit transaction
15771
+  (0.1ms) begin transaction
15772
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-12-02 03:04:54.799990"], ["id", 51]]
15773
+  (1.0ms) commit transaction
15774
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15775
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15776
+ 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", 12], ["lang_id", 15]]
15777
+  (0.1ms) begin transaction
15778
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 15], ["parent_id", 12], ["created_at", "2015-12-02 03:04:54.807541"], ["updated_at", "2015-12-02 03:04:54.807541"]]
15779
+  (0.8ms) commit transaction
15780
+  (0.1ms) begin transaction
15781
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-12-02 03:04:54.810617"], ["id", 52]]
15782
+  (0.8ms) commit transaction
15783
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15784
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15785
+ 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", 13], ["lang_id", 15]]
15786
+  (0.1ms) begin transaction
15787
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 15], ["parent_id", 13], ["created_at", "2015-12-02 03:04:54.816091"], ["updated_at", "2015-12-02 03:04:54.816091"]]
15788
+  (0.8ms) commit transaction
15789
+  (0.1ms) begin transaction
15790
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-12-02 03:04:54.818666"], ["id", 53]]
15791
+  (1.0ms) commit transaction
15792
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15793
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15794
+ 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", 14], ["lang_id", 15]]
15795
+  (0.1ms) begin transaction
15796
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 15], ["parent_id", 14], ["created_at", "2015-12-02 03:04:54.824842"], ["updated_at", "2015-12-02 03:04:54.824842"]]
15797
+  (0.7ms) commit transaction
15798
+  (0.1ms) begin transaction
15799
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-12-02 03:04:54.827760"], ["id", 54]]
15800
+  (0.6ms) commit transaction
15801
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15802
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
15803
+ 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", 15], ["lang_id", 15]]
15804
+  (0.1ms) begin transaction
15805
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 15], ["parent_id", 15], ["created_at", "2015-12-02 03:04:54.832932"], ["updated_at", "2015-12-02 03:04:54.832932"]]
15806
+  (0.9ms) commit transaction
15807
+  (0.1ms) begin transaction
15808
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-12-02 03:04:54.835650"], ["id", 55]]
15809
+  (0.8ms) commit transaction
15810
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15811
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15812
+ 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", 11], ["lang_id", 12]]
15813
+  (0.1ms) begin transaction
15814
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 12], ["parent_id", 11], ["created_at", "2015-12-02 03:04:54.841515"], ["updated_at", "2015-12-02 03:04:54.841515"]]
15815
+  (1.2ms) commit transaction
15816
+  (0.1ms) begin transaction
15817
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-12-02 03:04:54.844409"], ["id", 56]]
15818
+  (0.8ms) commit transaction
15819
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15820
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15821
+ 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", 12], ["lang_id", 12]]
15822
+  (0.1ms) begin transaction
15823
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 12], ["parent_id", 12], ["created_at", "2015-12-02 03:04:54.850190"], ["updated_at", "2015-12-02 03:04:54.850190"]]
15824
+  (0.9ms) commit transaction
15825
+  (0.1ms) begin transaction
15826
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-12-02 03:04:54.852560"], ["id", 57]]
15827
+  (0.8ms) commit transaction
15828
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15829
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15830
+ 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", 13], ["lang_id", 12]]
15831
+  (0.1ms) begin transaction
15832
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 12], ["parent_id", 13], ["created_at", "2015-12-02 03:04:54.858347"], ["updated_at", "2015-12-02 03:04:54.858347"]]
15833
+  (1.0ms) commit transaction
15834
+  (0.1ms) begin transaction
15835
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-12-02 03:04:54.861437"], ["id", 58]]
15836
+  (0.9ms) commit transaction
15837
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15838
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15839
+ 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", 14], ["lang_id", 12]]
15840
+  (0.1ms) begin transaction
15841
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 12], ["parent_id", 14], ["created_at", "2015-12-02 03:04:54.867129"], ["updated_at", "2015-12-02 03:04:54.867129"]]
15842
+  (0.9ms) commit transaction
15843
+  (0.1ms) begin transaction
15844
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-12-02 03:04:54.869688"], ["id", 59]]
15845
+  (0.6ms) commit transaction
15846
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15847
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
15848
+ 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", 15], ["lang_id", 12]]
15849
+  (0.1ms) begin transaction
15850
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 12], ["parent_id", 15], ["created_at", "2015-12-02 03:04:54.875445"], ["updated_at", "2015-12-02 03:04:54.875445"]]
15851
+  (0.9ms) commit transaction
15852
+  (0.1ms) begin transaction
15853
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-12-02 03:04:54.878093"], ["id", 60]]
15854
+  (0.8ms) commit transaction
15855
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15856
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15857
+ 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", 11], ["lang_id", 11]]
15858
+  (0.1ms) begin transaction
15859
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 11], ["parent_id", 11], ["created_at", "2015-12-02 03:04:54.885149"], ["updated_at", "2015-12-02 03:04:54.885149"]]
15860
+  (1.1ms) commit transaction
15861
+  (0.1ms) begin transaction
15862
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-12-02 03:04:54.888266"], ["id", 61]]
15863
+  (0.9ms) commit transaction
15864
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15865
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15866
+ 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", 12], ["lang_id", 11]]
15867
+  (0.1ms) begin transaction
15868
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 11], ["parent_id", 12], ["created_at", "2015-12-02 03:04:54.894523"], ["updated_at", "2015-12-02 03:04:54.894523"]]
15869
+  (1.0ms) commit transaction
15870
+  (0.1ms) begin transaction
15871
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-12-02 03:04:54.897194"], ["id", 62]]
15872
+  (0.9ms) commit transaction
15873
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15874
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15875
+ 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", 13], ["lang_id", 11]]
15876
+  (0.0ms) begin transaction
15877
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 11], ["parent_id", 13], ["created_at", "2015-12-02 03:04:54.902119"], ["updated_at", "2015-12-02 03:04:54.902119"]]
15878
+  (1.0ms) commit transaction
15879
+  (0.1ms) begin transaction
15880
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-12-02 03:04:54.904491"], ["id", 63]]
15881
+  (0.8ms) commit transaction
15882
+ Lang Load (0.4ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15883
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15884
+ 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", 14], ["lang_id", 11]]
15885
+  (0.1ms) begin transaction
15886
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 11], ["parent_id", 14], ["created_at", "2015-12-02 03:04:54.948884"], ["updated_at", "2015-12-02 03:04:54.948884"]]
15887
+  (0.8ms) commit transaction
15888
+  (0.0ms) begin transaction
15889
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-12-02 03:04:54.951284"], ["id", 64]]
15890
+  (0.8ms) commit transaction
15891
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15892
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
15893
+ 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", 15], ["lang_id", 11]]
15894
+  (0.0ms) begin transaction
15895
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 11], ["parent_id", 15], ["created_at", "2015-12-02 03:04:54.956303"], ["updated_at", "2015-12-02 03:04:54.956303"]]
15896
+  (1.1ms) commit transaction
15897
+  (0.1ms) begin transaction
15898
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-12-02 03:04:54.958963"], ["id", 65]]
15899
+  (1.1ms) commit transaction
15900
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15901
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15902
+ 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", 11], ["lang_id", 13]]
15903
+  (0.1ms) begin transaction
15904
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 13], ["parent_id", 11], ["created_at", "2015-12-02 03:04:54.966077"], ["updated_at", "2015-12-02 03:04:54.966077"]]
15905
+  (1.1ms) commit transaction
15906
+  (0.1ms) begin transaction
15907
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-12-02 03:04:54.969101"], ["id", 66]]
15908
+  (0.8ms) commit transaction
15909
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15910
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15911
+ 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", 12], ["lang_id", 13]]
15912
+  (0.1ms) begin transaction
15913
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 13], ["parent_id", 12], ["created_at", "2015-12-02 03:04:54.975214"], ["updated_at", "2015-12-02 03:04:54.975214"]]
15914
+  (1.0ms) commit transaction
15915
+  (0.1ms) begin transaction
15916
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-12-02 03:04:54.978179"], ["id", 67]]
15917
+  (0.7ms) commit transaction
15918
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15919
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15920
+ 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", 13], ["lang_id", 13]]
15921
+  (0.1ms) begin transaction
15922
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 13], ["parent_id", 13], ["created_at", "2015-12-02 03:04:54.983536"], ["updated_at", "2015-12-02 03:04:54.983536"]]
15923
+  (1.0ms) commit transaction
15924
+  (0.1ms) begin transaction
15925
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-12-02 03:04:54.986197"], ["id", 68]]
15926
+  (0.9ms) commit transaction
15927
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15928
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15929
+ 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", 14], ["lang_id", 13]]
15930
+  (0.0ms) begin transaction
15931
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 13], ["parent_id", 14], ["created_at", "2015-12-02 03:04:54.991398"], ["updated_at", "2015-12-02 03:04:54.991398"]]
15932
+  (0.8ms) commit transaction
15933
+  (0.0ms) begin transaction
15934
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-12-02 03:04:54.993677"], ["id", 69]]
15935
+  (0.8ms) commit transaction
15936
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15937
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
15938
+ 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", 15], ["lang_id", 13]]
15939
+  (0.1ms) begin transaction
15940
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 13], ["parent_id", 15], ["created_at", "2015-12-02 03:04:54.999114"], ["updated_at", "2015-12-02 03:04:54.999114"]]
15941
+  (1.0ms) commit transaction
15942
+  (0.1ms) begin transaction
15943
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-12-02 03:04:55.002579"], ["id", 70]]
15944
+  (0.9ms) commit transaction
15945
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15946
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15947
+ 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", 11], ["lang_id", 14]]
15948
+  (0.1ms) begin transaction
15949
+ SQL (0.6ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 14], ["parent_id", 11], ["created_at", "2015-12-02 03:04:55.008428"], ["updated_at", "2015-12-02 03:04:55.008428"]]
15950
+  (0.8ms) commit transaction
15951
+  (0.1ms) begin transaction
15952
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-12-02 03:04:55.011538"], ["id", 71]]
15953
+  (0.8ms) commit transaction
15954
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15955
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15956
+ 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", 12], ["lang_id", 14]]
15957
+  (0.1ms) begin transaction
15958
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 14], ["parent_id", 12], ["created_at", "2015-12-02 03:04:55.017052"], ["updated_at", "2015-12-02 03:04:55.017052"]]
15959
+  (1.0ms) commit transaction
15960
+  (0.1ms) begin transaction
15961
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-12-02 03:04:55.019558"], ["id", 72]]
15962
+  (0.8ms) commit transaction
15963
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15964
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15965
+ 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", 13], ["lang_id", 14]]
15966
+  (0.0ms) begin transaction
15967
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 14], ["parent_id", 13], ["created_at", "2015-12-02 03:04:55.024124"], ["updated_at", "2015-12-02 03:04:55.024124"]]
15968
+  (0.8ms) commit transaction
15969
+  (0.0ms) begin transaction
15970
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-12-02 03:04:55.026426"], ["id", 73]]
15971
+  (0.8ms) commit transaction
15972
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
15973
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15974
+ 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", 14], ["lang_id", 14]]
15975
+  (0.1ms) begin transaction
15976
+ SQL (1.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 14], ["parent_id", 14], ["created_at", "2015-12-02 03:04:55.031538"], ["updated_at", "2015-12-02 03:04:55.031538"]]
15977
+  (0.9ms) commit transaction
15978
+  (0.1ms) begin transaction
15979
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-12-02 03:04:55.035990"], ["id", 74]]
15980
+  (0.8ms) commit transaction
15981
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
15982
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
15983
+ 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", 15], ["lang_id", 14]]
15984
+  (0.1ms) begin transaction
15985
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 14], ["parent_id", 15], ["created_at", "2015-12-02 03:04:55.042025"], ["updated_at", "2015-12-02 03:04:55.042025"]]
15986
+  (0.9ms) commit transaction
15987
+  (0.1ms) begin transaction
15988
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-12-02 03:04:55.044663"], ["id", 75]]
15989
+  (0.9ms) commit transaction
15990
+ Lang Load (0.4ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
15991
+  (0.1ms) begin transaction
15992
+  (0.1ms) commit transaction
15993
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
15994
+  (0.0ms) begin transaction
15995
+  (0.0ms) commit transaction
15996
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
15997
+  (0.0ms) begin transaction
15998
+  (0.0ms) commit transaction
15999
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16000
+  (0.0ms) begin transaction
16001
+  (0.0ms) commit transaction
16002
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16003
+  (0.0ms) begin transaction
16004
+  (0.0ms) commit transaction
16005
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16006
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16007
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16008
+ 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", 11], ["lang_id", 15]]
16009
+  (0.1ms) begin transaction
16010
+  (0.1ms) commit transaction
16011
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16012
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16013
+ 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", 12], ["lang_id", 15]]
16014
+  (0.1ms) begin transaction
16015
+  (0.0ms) commit transaction
16016
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16017
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16018
+ 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", 13], ["lang_id", 15]]
16019
+  (0.0ms) begin transaction
16020
+  (0.0ms) commit transaction
16021
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16022
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16023
+ 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", 14], ["lang_id", 15]]
16024
+  (0.0ms) begin transaction
16025
+  (0.0ms) commit transaction
16026
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16027
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16028
+ 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", 15], ["lang_id", 15]]
16029
+  (0.0ms) begin transaction
16030
+  (0.0ms) commit transaction
16031
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16032
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16033
+ 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", 11], ["lang_id", 12]]
16034
+  (0.0ms) begin transaction
16035
+  (0.0ms) commit transaction
16036
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16037
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16038
+ 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", 12], ["lang_id", 12]]
16039
+  (0.0ms) begin transaction
16040
+  (0.0ms) commit transaction
16041
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16042
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16043
+ 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", 13], ["lang_id", 12]]
16044
+  (0.0ms) begin transaction
16045
+  (0.0ms) commit transaction
16046
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16047
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16048
+ 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", 14], ["lang_id", 12]]
16049
+  (0.0ms) begin transaction
16050
+  (0.0ms) commit transaction
16051
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16052
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16053
+ 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", 15], ["lang_id", 12]]
16054
+  (0.0ms) begin transaction
16055
+  (0.0ms) commit transaction
16056
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16057
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16058
+ 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", 11], ["lang_id", 11]]
16059
+  (0.0ms) begin transaction
16060
+  (0.0ms) commit transaction
16061
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16062
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16063
+ 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", 12], ["lang_id", 11]]
16064
+  (0.0ms) begin transaction
16065
+  (0.0ms) commit transaction
16066
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16067
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16068
+ 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", 13], ["lang_id", 11]]
16069
+  (0.0ms) begin transaction
16070
+  (0.0ms) commit transaction
16071
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16072
+ ActiveRecord::Mlang::Lang Load (0.0ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16073
+ 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", 14], ["lang_id", 11]]
16074
+  (0.0ms) begin transaction
16075
+  (0.0ms) commit transaction
16076
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16077
+ ActiveRecord::Mlang::Lang Load (0.0ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16078
+ 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", 15], ["lang_id", 11]]
16079
+  (0.0ms) begin transaction
16080
+  (0.0ms) commit transaction
16081
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16082
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16083
+ 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", 11], ["lang_id", 13]]
16084
+  (0.0ms) begin transaction
16085
+  (0.0ms) commit transaction
16086
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16087
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16088
+ 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", 12], ["lang_id", 13]]
16089
+  (0.0ms) begin transaction
16090
+  (0.1ms) commit transaction
16091
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16092
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16093
+ 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", 13], ["lang_id", 13]]
16094
+  (0.0ms) begin transaction
16095
+  (0.0ms) commit transaction
16096
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16097
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16098
+ 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", 14], ["lang_id", 13]]
16099
+  (0.0ms) begin transaction
16100
+  (0.0ms) commit transaction
16101
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16102
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16103
+ 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", 15], ["lang_id", 13]]
16104
+  (0.0ms) begin transaction
16105
+  (0.0ms) commit transaction
16106
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16107
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16108
+ 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", 11], ["lang_id", 14]]
16109
+  (0.0ms) begin transaction
16110
+  (0.0ms) commit transaction
16111
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16112
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16113
+ 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", 12], ["lang_id", 14]]
16114
+  (0.0ms) begin transaction
16115
+  (0.0ms) commit transaction
16116
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16117
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16118
+ 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", 13], ["lang_id", 14]]
16119
+  (0.1ms) begin transaction
16120
+  (0.0ms) commit transaction
16121
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16122
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16123
+ 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", 14], ["lang_id", 14]]
16124
+  (0.1ms) begin transaction
16125
+  (0.0ms) commit transaction
16126
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16127
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16128
+ 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", 15], ["lang_id", 14]]
16129
+  (0.1ms) begin transaction
16130
+  (0.0ms) commit transaction
16131
+  (0.2ms) SELECT COUNT(*) FROM "langs"
16132
+ Lang Load (0.7ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16133
+  (0.2ms) begin transaction
16134
+ SQL (0.6ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 15]]
16135
+  (8.7ms) commit transaction
16136
+  (0.1ms) begin transaction
16137
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 12]]
16138
+  (0.7ms) commit transaction
16139
+  (0.1ms) begin transaction
16140
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 11]]
16141
+  (0.9ms) commit transaction
16142
+  (0.1ms) begin transaction
16143
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 13]]
16144
+  (0.8ms) commit transaction
16145
+  (0.1ms) begin transaction
16146
+ SQL (0.2ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 14]]
16147
+  (0.8ms) commit transaction
16148
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16149
+  (0.4ms) SELECT COUNT(*) FROM "langs"
16150
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16151
+  (0.1ms) begin transaction
16152
+ SQL (0.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-12-02 03:05:54.176709"], ["updated_at", "2015-12-02 03:05:54.176709"]]
16153
+  (0.8ms) commit transaction
16154
+  (0.1ms) begin transaction
16155
+ SQL (0.4ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-12-02 03:05:54.183509"], ["id", 16]]
16156
+  (0.7ms) commit transaction
16157
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16158
+  (0.1ms) begin transaction
16159
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-12-02 03:05:54.189300"], ["updated_at", "2015-12-02 03:05:54.189300"]]
16160
+  (0.9ms) commit transaction
16161
+  (0.1ms) begin transaction
16162
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-12-02 03:05:54.192884"], ["id", 17]]
16163
+  (0.7ms) commit transaction
16164
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16165
+  (0.1ms) begin transaction
16166
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-12-02 03:05:54.196370"], ["updated_at", "2015-12-02 03:05:54.196370"]]
16167
+  (0.7ms) commit transaction
16168
+  (0.1ms) begin transaction
16169
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-12-02 03:05:54.198758"], ["id", 18]]
16170
+  (0.7ms) commit transaction
16171
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16172
+  (0.0ms) begin transaction
16173
+ SQL (0.4ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-12-02 03:05:54.202335"], ["updated_at", "2015-12-02 03:05:54.202335"]]
16174
+  (0.8ms) commit transaction
16175
+  (0.1ms) begin transaction
16176
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-12-02 03:05:54.205539"], ["id", 19]]
16177
+  (0.8ms) commit transaction
16178
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16179
+  (0.1ms) begin transaction
16180
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-12-02 03:05:54.209303"], ["updated_at", "2015-12-02 03:05:54.209303"]]
16181
+  (0.9ms) commit transaction
16182
+  (0.0ms) begin transaction
16183
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-12-02 03:05:54.211692"], ["id", 20]]
16184
+  (0.7ms) commit transaction
16185
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16186
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16187
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16188
+ 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", 16], ["lang_id", 20]]
16189
+  (0.1ms) begin transaction
16190
+ SQL (0.5ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 16], ["created_at", "2015-12-02 03:05:54.240269"], ["updated_at", "2015-12-02 03:05:54.240269"]]
16191
+  (0.8ms) commit transaction
16192
+  (0.1ms) begin transaction
16193
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-12-02 03:05:54.243347"], ["id", 76]]
16194
+  (0.7ms) commit transaction
16195
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16196
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16197
+ 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", 17], ["lang_id", 20]]
16198
+  (0.1ms) begin transaction
16199
+ SQL (0.5ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 17], ["created_at", "2015-12-02 03:05:54.248939"], ["updated_at", "2015-12-02 03:05:54.248939"]]
16200
+  (0.9ms) commit transaction
16201
+  (0.1ms) begin transaction
16202
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-12-02 03:05:54.251930"], ["id", 77]]
16203
+  (0.8ms) commit transaction
16204
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16205
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16206
+ 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", 18], ["lang_id", 20]]
16207
+  (0.0ms) begin transaction
16208
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 18], ["created_at", "2015-12-02 03:05:54.257988"], ["updated_at", "2015-12-02 03:05:54.257988"]]
16209
+  (0.7ms) commit transaction
16210
+  (0.1ms) begin transaction
16211
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-12-02 03:05:54.260408"], ["id", 78]]
16212
+  (0.7ms) commit transaction
16213
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16214
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16215
+ 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", 19], ["lang_id", 20]]
16216
+  (0.1ms) begin transaction
16217
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 19], ["created_at", "2015-12-02 03:05:54.265575"], ["updated_at", "2015-12-02 03:05:54.265575"]]
16218
+  (0.8ms) commit transaction
16219
+  (0.1ms) begin transaction
16220
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-12-02 03:05:54.268075"], ["id", 79]]
16221
+  (1.7ms) commit transaction
16222
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16223
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16224
+ 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", 20], ["lang_id", 20]]
16225
+  (0.0ms) begin transaction
16226
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 20], ["parent_id", 20], ["created_at", "2015-12-02 03:05:54.274015"], ["updated_at", "2015-12-02 03:05:54.274015"]]
16227
+  (1.0ms) commit transaction
16228
+  (0.1ms) begin transaction
16229
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-12-02 03:05:54.276508"], ["id", 80]]
16230
+  (0.8ms) commit transaction
16231
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16232
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16233
+ 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", 16], ["lang_id", 17]]
16234
+  (0.0ms) begin transaction
16235
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 17], ["parent_id", 16], ["created_at", "2015-12-02 03:05:54.281406"], ["updated_at", "2015-12-02 03:05:54.281406"]]
16236
+  (1.2ms) commit transaction
16237
+  (0.1ms) begin transaction
16238
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-12-02 03:05:54.284037"], ["id", 81]]
16239
+  (0.8ms) commit transaction
16240
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16241
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16242
+ 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", 17], ["lang_id", 17]]
16243
+  (0.1ms) begin transaction
16244
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 17], ["parent_id", 17], ["created_at", "2015-12-02 03:05:54.290206"], ["updated_at", "2015-12-02 03:05:54.290206"]]
16245
+  (0.9ms) commit transaction
16246
+  (0.1ms) begin transaction
16247
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-12-02 03:05:54.292947"], ["id", 82]]
16248
+  (1.0ms) commit transaction
16249
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16250
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16251
+ 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", 18], ["lang_id", 17]]
16252
+  (0.1ms) begin transaction
16253
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 17], ["parent_id", 18], ["created_at", "2015-12-02 03:05:54.299292"], ["updated_at", "2015-12-02 03:05:54.299292"]]
16254
+  (1.4ms) commit transaction
16255
+  (0.1ms) begin transaction
16256
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-12-02 03:05:54.303416"], ["id", 83]]
16257
+  (0.8ms) commit transaction
16258
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16259
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16260
+ 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", 19], ["lang_id", 17]]
16261
+  (0.1ms) begin transaction
16262
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 17], ["parent_id", 19], ["created_at", "2015-12-02 03:05:54.309423"], ["updated_at", "2015-12-02 03:05:54.309423"]]
16263
+  (1.0ms) commit transaction
16264
+  (0.1ms) begin transaction
16265
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-12-02 03:05:54.312141"], ["id", 84]]
16266
+  (0.8ms) commit transaction
16267
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16268
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16269
+ 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", 20], ["lang_id", 17]]
16270
+  (0.1ms) begin transaction
16271
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 17], ["parent_id", 20], ["created_at", "2015-12-02 03:05:54.318301"], ["updated_at", "2015-12-02 03:05:54.318301"]]
16272
+  (0.7ms) commit transaction
16273
+  (0.1ms) begin transaction
16274
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-12-02 03:05:54.320999"], ["id", 85]]
16275
+  (0.6ms) commit transaction
16276
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16277
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16278
+ 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", 16], ["lang_id", 16]]
16279
+  (0.0ms) begin transaction
16280
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 16], ["parent_id", 16], ["created_at", "2015-12-02 03:05:54.325468"], ["updated_at", "2015-12-02 03:05:54.325468"]]
16281
+  (0.7ms) commit transaction
16282
+  (0.1ms) begin transaction
16283
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-12-02 03:05:54.328558"], ["id", 86]]
16284
+  (4.8ms) commit transaction
16285
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16286
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16287
+ 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", 17], ["lang_id", 16]]
16288
+  (0.0ms) begin transaction
16289
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 16], ["parent_id", 17], ["created_at", "2015-12-02 03:05:54.337533"], ["updated_at", "2015-12-02 03:05:54.337533"]]
16290
+  (0.9ms) commit transaction
16291
+  (0.2ms) begin transaction
16292
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-12-02 03:05:54.341414"], ["id", 87]]
16293
+  (0.9ms) commit transaction
16294
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16295
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16296
+ 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", 18], ["lang_id", 16]]
16297
+  (0.0ms) begin transaction
16298
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 16], ["parent_id", 18], ["created_at", "2015-12-02 03:05:54.347801"], ["updated_at", "2015-12-02 03:05:54.347801"]]
16299
+  (0.8ms) commit transaction
16300
+  (0.1ms) begin transaction
16301
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-12-02 03:05:54.350373"], ["id", 88]]
16302
+  (0.6ms) commit transaction
16303
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16304
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16305
+ 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", 19], ["lang_id", 16]]
16306
+  (0.1ms) begin transaction
16307
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 16], ["parent_id", 19], ["created_at", "2015-12-02 03:05:54.396986"], ["updated_at", "2015-12-02 03:05:54.396986"]]
16308
+  (0.7ms) commit transaction
16309
+  (0.0ms) begin transaction
16310
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-12-02 03:05:54.399489"], ["id", 89]]
16311
+  (0.6ms) commit transaction
16312
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16313
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16314
+ 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", 20], ["lang_id", 16]]
16315
+  (0.0ms) begin transaction
16316
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 16], ["parent_id", 20], ["created_at", "2015-12-02 03:05:54.404035"], ["updated_at", "2015-12-02 03:05:54.404035"]]
16317
+  (0.7ms) commit transaction
16318
+  (0.0ms) begin transaction
16319
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-12-02 03:05:54.406209"], ["id", 90]]
16320
+  (0.7ms) commit transaction
16321
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16322
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16323
+ 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", 16], ["lang_id", 18]]
16324
+  (0.0ms) begin transaction
16325
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 16], ["created_at", "2015-12-02 03:05:54.411476"], ["updated_at", "2015-12-02 03:05:54.411476"]]
16326
+  (0.8ms) commit transaction
16327
+  (0.0ms) begin transaction
16328
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-12-02 03:05:54.413927"], ["id", 91]]
16329
+  (0.7ms) commit transaction
16330
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16331
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16332
+ 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", 17], ["lang_id", 18]]
16333
+  (0.1ms) begin transaction
16334
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 17], ["created_at", "2015-12-02 03:05:54.418865"], ["updated_at", "2015-12-02 03:05:54.418865"]]
16335
+  (0.8ms) commit transaction
16336
+  (0.1ms) begin transaction
16337
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-12-02 03:05:54.421621"], ["id", 92]]
16338
+  (0.7ms) commit transaction
16339
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16340
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16341
+ 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", 18], ["lang_id", 18]]
16342
+  (0.0ms) begin transaction
16343
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 18], ["created_at", "2015-12-02 03:05:54.426035"], ["updated_at", "2015-12-02 03:05:54.426035"]]
16344
+  (0.8ms) commit transaction
16345
+  (0.0ms) begin transaction
16346
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-12-02 03:05:54.428696"], ["id", 93]]
16347
+  (0.9ms) commit transaction
16348
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16349
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16350
+ 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", 19], ["lang_id", 18]]
16351
+  (0.1ms) begin transaction
16352
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 19], ["created_at", "2015-12-02 03:05:54.435034"], ["updated_at", "2015-12-02 03:05:54.435034"]]
16353
+  (1.0ms) commit transaction
16354
+  (0.1ms) begin transaction
16355
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-12-02 03:05:54.438270"], ["id", 94]]
16356
+  (0.9ms) commit transaction
16357
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16358
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16359
+ 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", 20], ["lang_id", 18]]
16360
+  (0.0ms) begin transaction
16361
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 18], ["parent_id", 20], ["created_at", "2015-12-02 03:05:54.444493"], ["updated_at", "2015-12-02 03:05:54.444493"]]
16362
+  (0.9ms) commit transaction
16363
+  (0.1ms) begin transaction
16364
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-12-02 03:05:54.447222"], ["id", 95]]
16365
+  (0.8ms) commit transaction
16366
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16367
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16368
+ 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", 16], ["lang_id", 19]]
16369
+  (0.1ms) begin transaction
16370
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 19], ["parent_id", 16], ["created_at", "2015-12-02 03:05:54.452652"], ["updated_at", "2015-12-02 03:05:54.452652"]]
16371
+  (0.9ms) commit transaction
16372
+  (0.1ms) begin transaction
16373
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-12-02 03:05:54.456364"], ["id", 96]]
16374
+  (0.6ms) commit transaction
16375
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16376
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16377
+ 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", 17], ["lang_id", 19]]
16378
+  (0.0ms) begin transaction
16379
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 19], ["parent_id", 17], ["created_at", "2015-12-02 03:05:54.460903"], ["updated_at", "2015-12-02 03:05:54.460903"]]
16380
+  (0.9ms) commit transaction
16381
+  (0.0ms) begin transaction
16382
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-12-02 03:05:54.463074"], ["id", 97]]
16383
+  (0.8ms) commit transaction
16384
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16385
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16386
+ 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", 18], ["lang_id", 19]]
16387
+  (0.0ms) begin transaction
16388
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 19], ["parent_id", 18], ["created_at", "2015-12-02 03:05:54.467339"], ["updated_at", "2015-12-02 03:05:54.467339"]]
16389
+  (0.9ms) commit transaction
16390
+  (0.1ms) begin transaction
16391
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-12-02 03:05:54.469748"], ["id", 98]]
16392
+  (0.9ms) commit transaction
16393
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16394
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16395
+ 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", 19], ["lang_id", 19]]
16396
+  (0.0ms) begin transaction
16397
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 19], ["parent_id", 19], ["created_at", "2015-12-02 03:05:54.474985"], ["updated_at", "2015-12-02 03:05:54.474985"]]
16398
+  (0.9ms) commit transaction
16399
+  (0.1ms) begin transaction
16400
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-12-02 03:05:54.477333"], ["id", 99]]
16401
+  (0.8ms) commit transaction
16402
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16403
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16404
+ 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", 20], ["lang_id", 19]]
16405
+  (0.1ms) begin transaction
16406
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 19], ["parent_id", 20], ["created_at", "2015-12-02 03:05:54.482714"], ["updated_at", "2015-12-02 03:05:54.482714"]]
16407
+  (0.9ms) commit transaction
16408
+  (0.1ms) begin transaction
16409
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-12-02 03:05:54.485233"], ["id", 100]]
16410
+  (0.7ms) commit transaction
16411
+ Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16412
+  (0.2ms) begin transaction
16413
+  (0.1ms) commit transaction
16414
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16415
+  (0.0ms) begin transaction
16416
+  (0.0ms) commit transaction
16417
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16418
+  (0.0ms) begin transaction
16419
+  (0.0ms) commit transaction
16420
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16421
+  (0.1ms) begin transaction
16422
+  (0.0ms) commit transaction
16423
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16424
+  (0.1ms) begin transaction
16425
+  (0.1ms) commit transaction
16426
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16427
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16428
+ ActiveRecord::Mlang::Lang Load (0.3ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16429
+ 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", 16], ["lang_id", 20]]
16430
+  (0.1ms) begin transaction
16431
+  (0.0ms) commit transaction
16432
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16433
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16434
+ 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", 17], ["lang_id", 20]]
16435
+  (0.0ms) begin transaction
16436
+  (0.0ms) commit transaction
16437
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16438
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16439
+ 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", 18], ["lang_id", 20]]
16440
+  (0.0ms) begin transaction
16441
+  (0.1ms) commit transaction
16442
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16443
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16444
+ 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", 19], ["lang_id", 20]]
16445
+  (0.1ms) begin transaction
16446
+  (0.0ms) commit transaction
16447
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16448
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16449
+ 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", 20], ["lang_id", 20]]
16450
+  (0.1ms) begin transaction
16451
+  (0.0ms) commit transaction
16452
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16453
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16454
+ 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", 16], ["lang_id", 17]]
16455
+  (0.0ms) begin transaction
16456
+  (0.0ms) commit transaction
16457
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16458
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16459
+ 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", 17], ["lang_id", 17]]
16460
+  (0.1ms) begin transaction
16461
+  (0.0ms) commit transaction
16462
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16463
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16464
+ 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", 18], ["lang_id", 17]]
16465
+  (0.0ms) begin transaction
16466
+  (0.0ms) commit transaction
16467
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16468
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16469
+ 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", 19], ["lang_id", 17]]
16470
+  (0.0ms) begin transaction
16471
+  (0.0ms) commit transaction
16472
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16473
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16474
+ 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", 20], ["lang_id", 17]]
16475
+  (0.0ms) begin transaction
16476
+  (0.0ms) commit transaction
16477
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16478
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16479
+ 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", 16], ["lang_id", 16]]
16480
+  (0.0ms) begin transaction
16481
+  (0.0ms) commit transaction
16482
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16483
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16484
+ 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", 17], ["lang_id", 16]]
16485
+  (0.0ms) begin transaction
16486
+  (0.0ms) commit transaction
16487
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16488
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16489
+ 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", 18], ["lang_id", 16]]
16490
+  (0.0ms) begin transaction
16491
+  (0.0ms) commit transaction
16492
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16493
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16494
+ 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", 19], ["lang_id", 16]]
16495
+  (0.0ms) begin transaction
16496
+  (0.0ms) commit transaction
16497
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16498
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16499
+ 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", 20], ["lang_id", 16]]
16500
+  (0.0ms) begin transaction
16501
+  (0.0ms) commit transaction
16502
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16503
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16504
+ 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", 16], ["lang_id", 18]]
16505
+  (0.1ms) begin transaction
16506
+  (0.1ms) commit transaction
16507
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16508
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16509
+ 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", 17], ["lang_id", 18]]
16510
+  (0.1ms) begin transaction
16511
+  (0.1ms) commit transaction
16512
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16513
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16514
+ 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", 18], ["lang_id", 18]]
16515
+  (0.1ms) begin transaction
16516
+  (0.1ms) commit transaction
16517
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16518
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16519
+ 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", 19], ["lang_id", 18]]
16520
+  (0.1ms) begin transaction
16521
+  (0.1ms) commit transaction
16522
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16523
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16524
+ 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", 20], ["lang_id", 18]]
16525
+  (0.1ms) begin transaction
16526
+  (0.1ms) commit transaction
16527
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16528
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16529
+ 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", 16], ["lang_id", 19]]
16530
+  (0.1ms) begin transaction
16531
+  (0.1ms) commit transaction
16532
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16533
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16534
+ 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", 17], ["lang_id", 19]]
16535
+  (0.1ms) begin transaction
16536
+  (0.1ms) commit transaction
16537
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16538
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16539
+ 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", 18], ["lang_id", 19]]
16540
+  (0.1ms) begin transaction
16541
+  (0.1ms) commit transaction
16542
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16543
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16544
+ 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", 19], ["lang_id", 19]]
16545
+  (0.1ms) begin transaction
16546
+  (0.1ms) commit transaction
16547
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16548
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16549
+ 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", 20], ["lang_id", 19]]
16550
+  (0.1ms) begin transaction
16551
+  (0.1ms) commit transaction
16552
+  (0.5ms) SELECT COUNT(*) FROM "langs"
16553
+ Lang Load (6.3ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16554
+  (0.1ms) begin transaction
16555
+ SQL (0.5ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 20]]
16556
+  (0.8ms) commit transaction
16557
+  (0.1ms) begin transaction
16558
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 17]]
16559
+  (0.8ms) commit transaction
16560
+  (0.1ms) begin transaction
16561
+ SQL (0.3ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 16]]
16562
+  (0.9ms) commit transaction
16563
+  (0.1ms) begin transaction
16564
+ SQL (0.2ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 18]]
16565
+  (1.4ms) commit transaction
16566
+  (0.1ms) begin transaction
16567
+ SQL (0.5ms) DELETE FROM "langs" WHERE "langs"."id" = ? [["id", 19]]
16568
+  (1.0ms) commit transaction
16569
+  (0.4ms) SELECT COUNT(*) FROM "langs"
16570
+  (0.7ms) SELECT COUNT(*) FROM "langs"
16571
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16572
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
16573
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16574
+  (0.1ms)  SELECT sql
16575
+ FROM sqlite_master
16576
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
16577
+ UNION ALL
16578
+ SELECT sql
16579
+ FROM sqlite_temp_master
16580
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
16581
+ 
16582
+  (0.1ms) SELECT sql
16583
+ FROM sqlite_master
16584
+ WHERE name='index_langs_on_code' AND type='index'
16585
+ UNION ALL
16586
+ SELECT sql
16587
+ FROM sqlite_temp_master
16588
+ WHERE name='index_langs_on_code' AND type='index'
16589
+
16590
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
16591
+  (0.7ms) select sqlite_version(*)
16592
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16593
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16594
+ Migrating to CreateLangs (20150803101150)
16595
+  (0.1ms) begin transaction
16596
+  (0.5ms) 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)
16597
+  (2.9ms) CREATE UNIQUE INDEX "index_langs_on_code" ON "langs" ("code")
16598
+  (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)
16599
+  (0.2ms) CREATE UNIQUE INDEX "index_lang_texts_on_parent_id_and_lang_id" ON "lang_texts" ("parent_id", "lang_id")
16600
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150803101150"]]
16601
+  (1.5ms) commit transaction
16602
+ Migrating to ModifyLangPositionDefault (20150814101311)
16603
+  (0.1ms) begin transaction
16604
+  (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) 
16605
+  (0.1ms) SELECT sql
16606
+ FROM sqlite_master
16607
+ WHERE name='index_langs_on_code' AND type='index'
16608
+ UNION ALL
16609
+ SELECT sql
16610
+ FROM sqlite_temp_master
16611
+ WHERE name='index_langs_on_code' AND type='index'
16612
+
16613
+  (0.4ms) CREATE UNIQUE INDEX "tindex_alangs_on_code" ON "alangs" ("code")
16614
+  (0.1ms) SELECT * FROM "langs"
16615
+  (0.3ms) DROP TABLE "langs"
16616
+  (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)
16617
+  (0.1ms)  SELECT sql
16618
+ FROM sqlite_master
16619
+ WHERE name='tindex_alangs_on_code' AND type='index'
16620
+ UNION ALL
16621
+ SELECT sql
16622
+ FROM sqlite_temp_master
16623
+ WHERE name='tindex_alangs_on_code' AND type='index'
16624
+ 
16625
+  (0.5ms) CREATE UNIQUE INDEX "index_langs_on_code" ON "langs" ("code")
16626
+  (0.1ms) SELECT * FROM "alangs"
16627
+  (0.2ms) DROP TABLE "alangs"
16628
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150814101311"]]
16629
+  (1.3ms) commit transaction
16630
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16631
+  (0.2ms) SELECT sql
16632
+ FROM sqlite_master
16633
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
16634
+ UNION ALL
16635
+ SELECT sql
16636
+ FROM sqlite_temp_master
16637
+ WHERE name='index_lang_texts_on_parent_id_and_lang_id' AND type='index'
16638
+
16639
+  (0.1ms)  SELECT sql
16640
+ FROM sqlite_master
16641
+ WHERE name='index_langs_on_code' AND type='index'
16642
+ UNION ALL
16643
+ SELECT sql
16644
+ FROM sqlite_temp_master
16645
+ WHERE name='index_langs_on_code' AND type='index'
16646
+ 
16647
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
16648
+  (0.4ms) SELECT COUNT(*) FROM "langs"
16649
+  (2.2ms) SELECT COUNT(*) FROM "langs"
16650
+  (1.2ms) SELECT COUNT(*) FROM "langs"
16651
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16652
+ Lang Load (0.7ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16653
+  (0.1ms) begin transaction
16654
+ SQL (1.3ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "de"], ["created_at", "2015-12-02 03:41:43.790009"], ["updated_at", "2015-12-02 03:41:43.790009"]]
16655
+  (1.1ms) commit transaction
16656
+  (0.1ms) begin transaction
16657
+ SQL (0.4ms) UPDATE "langs" SET "enable" = ?, "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["enable", "f"], ["position", 300], ["updated_at", "2015-12-02 03:41:43.798615"], ["id", 1]]
16658
+  (1.2ms) commit transaction
16659
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16660
+  (0.1ms) begin transaction
16661
+ SQL (0.5ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "en"], ["created_at", "2015-12-02 03:41:43.805432"], ["updated_at", "2015-12-02 03:41:43.805432"]]
16662
+  (1.0ms) commit transaction
16663
+  (0.1ms) begin transaction
16664
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 200], ["updated_at", "2015-12-02 03:41:43.809271"], ["id", 2]]
16665
+  (0.8ms) commit transaction
16666
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16667
+  (0.1ms) begin transaction
16668
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "es"], ["created_at", "2015-12-02 03:41:43.813292"], ["updated_at", "2015-12-02 03:41:43.813292"]]
16669
+  (0.9ms) commit transaction
16670
+  (0.1ms) begin transaction
16671
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 400], ["enable", "f"], ["updated_at", "2015-12-02 03:41:43.815980"], ["id", 3]]
16672
+  (1.1ms) commit transaction
16673
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16674
+  (0.1ms) begin transaction
16675
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "fa"], ["created_at", "2015-12-02 03:41:43.819661"], ["updated_at", "2015-12-02 03:41:43.819661"]]
16676
+  (1.0ms) commit transaction
16677
+  (0.1ms) begin transaction
16678
+ SQL (0.3ms) UPDATE "langs" SET "position" = ?, "enable" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 500], ["enable", "f"], ["updated_at", "2015-12-02 03:41:43.822579"], ["id", 4]]
16679
+  (1.1ms) commit transaction
16680
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16681
+  (0.1ms) begin transaction
16682
+ SQL (0.2ms) INSERT INTO "langs" ("code", "created_at", "updated_at") VALUES (?, ?, ?) [["code", "ja"], ["created_at", "2015-12-02 03:41:43.827386"], ["updated_at", "2015-12-02 03:41:43.827386"]]
16683
+  (0.8ms) commit transaction
16684
+  (0.1ms) begin transaction
16685
+ SQL (0.2ms) UPDATE "langs" SET "position" = ?, "updated_at" = ? WHERE "langs"."id" = ? [["position", 100], ["updated_at", "2015-12-02 03:41:43.830177"], ["id", 5]]
16686
+  (0.8ms) commit transaction
16687
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" ORDER BY "langs"."position" ASC
16688
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16689
+ ActiveRecord::Mlang::Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16690
+ ActiveRecord::Mlang::LangText Load (0.6ms) SELECT "lang_texts".* FROM "lang_texts" WHERE "lang_texts"."parent_id" = ? AND "lang_texts"."lang_id" = ? LIMIT 1 [["parent_id", 1], ["lang_id", 5]]
16691
+  (0.1ms) begin transaction
16692
+ SQL (0.8ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 1], ["created_at", "2015-12-02 03:41:43.863531"], ["updated_at", "2015-12-02 03:41:43.863531"]]
16693
+  (1.3ms) commit transaction
16694
+  (0.1ms) begin transaction
16695
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ドイツ語"], ["updated_at", "2015-12-02 03:41:43.867710"], ["id", 1]]
16696
+  (5.2ms) commit transaction
16697
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16698
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16699
+ 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]]
16700
+  (0.1ms) begin transaction
16701
+ 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-12-02 03:41:43.879466"], ["updated_at", "2015-12-02 03:41:43.879466"]]
16702
+  (2.7ms) commit transaction
16703
+  (0.1ms) begin transaction
16704
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "英語"], ["updated_at", "2015-12-02 03:41:43.884100"], ["id", 2]]
16705
+  (4.4ms) commit transaction
16706
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16707
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16708
+ 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]]
16709
+  (0.1ms) begin transaction
16710
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 3], ["created_at", "2015-12-02 03:41:43.893355"], ["updated_at", "2015-12-02 03:41:43.893355"]]
16711
+  (2.7ms) commit transaction
16712
+  (0.1ms) begin transaction
16713
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "スペイン語"], ["updated_at", "2015-12-02 03:41:43.897724"], ["id", 3]]
16714
+  (3.9ms) commit transaction
16715
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16716
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16717
+ 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]]
16718
+  (0.1ms) begin transaction
16719
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 4], ["created_at", "2015-12-02 03:41:43.907908"], ["updated_at", "2015-12-02 03:41:43.907908"]]
16720
+  (3.7ms) commit transaction
16721
+  (0.1ms) begin transaction
16722
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ペルシア語"], ["updated_at", "2015-12-02 03:41:43.914110"], ["id", 4]]
16723
+  (5.4ms) commit transaction
16724
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16725
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "ja"]]
16726
+ 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]]
16727
+  (0.1ms) begin transaction
16728
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 5], ["parent_id", 5], ["created_at", "2015-12-02 03:41:43.924584"], ["updated_at", "2015-12-02 03:41:43.924584"]]
16729
+  (0.9ms) commit transaction
16730
+  (0.1ms) begin transaction
16731
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "日本語"], ["updated_at", "2015-12-02 03:41:43.927262"], ["id", 5]]
16732
+  (3.4ms) commit transaction
16733
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16734
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16735
+ 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]]
16736
+  (0.1ms) begin transaction
16737
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 1], ["created_at", "2015-12-02 03:41:43.935263"], ["updated_at", "2015-12-02 03:41:43.935263"]]
16738
+  (3.0ms) commit transaction
16739
+  (0.1ms) begin transaction
16740
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "German"], ["updated_at", "2015-12-02 03:41:43.940180"], ["id", 6]]
16741
+  (4.8ms) commit transaction
16742
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16743
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16744
+ 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]]
16745
+  (0.1ms) begin transaction
16746
+ 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-12-02 03:41:43.950001"], ["updated_at", "2015-12-02 03:41:43.950001"]]
16747
+  (3.0ms) commit transaction
16748
+  (0.1ms) begin transaction
16749
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "English"], ["updated_at", "2015-12-02 03:41:43.954782"], ["id", 7]]
16750
+  (1.3ms) commit transaction
16751
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16752
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16753
+ 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]]
16754
+  (0.1ms) begin transaction
16755
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 2], ["parent_id", 3], ["created_at", "2015-12-02 03:41:43.962326"], ["updated_at", "2015-12-02 03:41:43.962326"]]
16756
+  (3.0ms) commit transaction
16757
+  (0.1ms) begin transaction
16758
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanish"], ["updated_at", "2015-12-02 03:41:43.967634"], ["id", 8]]
16759
+  (0.8ms) commit transaction
16760
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16761
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16762
+ 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]]
16763
+  (0.1ms) begin transaction
16764
+ 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-12-02 03:41:43.973642"], ["updated_at", "2015-12-02 03:41:43.973642"]]
16765
+  (2.7ms) commit transaction
16766
+  (0.1ms) begin transaction
16767
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persian"], ["updated_at", "2015-12-02 03:41:43.978276"], ["id", 9]]
16768
+  (3.2ms) commit transaction
16769
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16770
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "en"]]
16771
+ 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]]
16772
+  (0.1ms) begin transaction
16773
+ 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-12-02 03:41:43.986198"], ["updated_at", "2015-12-02 03:41:43.986198"]]
16774
+  (0.9ms) commit transaction
16775
+  (0.1ms) begin transaction
16776
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanese"], ["updated_at", "2015-12-02 03:41:43.989019"], ["id", 10]]
16777
+  (1.5ms) commit transaction
16778
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16779
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16780
+ 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]]
16781
+  (0.1ms) begin transaction
16782
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 1], ["created_at", "2015-12-02 03:41:43.996167"], ["updated_at", "2015-12-02 03:41:43.996167"]]
16783
+  (0.8ms) commit transaction
16784
+  (0.1ms) begin transaction
16785
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Deutsch"], ["updated_at", "2015-12-02 03:41:43.998508"], ["id", 11]]
16786
+  (0.9ms) commit transaction
16787
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16788
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16789
+ 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]]
16790
+  (0.1ms) begin transaction
16791
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 2], ["created_at", "2015-12-02 03:41:44.004021"], ["updated_at", "2015-12-02 03:41:44.004021"]]
16792
+  (1.2ms) commit transaction
16793
+  (0.1ms) begin transaction
16794
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Englisch"], ["updated_at", "2015-12-02 03:41:44.006965"], ["id", 12]]
16795
+  (5.5ms) commit transaction
16796
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16797
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16798
+ 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]]
16799
+  (0.1ms) begin transaction
16800
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 3], ["created_at", "2015-12-02 03:41:44.018851"], ["updated_at", "2015-12-02 03:41:44.018851"]]
16801
+  (3.4ms) commit transaction
16802
+  (0.1ms) begin transaction
16803
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Spanisch"], ["updated_at", "2015-12-02 03:41:44.024614"], ["id", 13]]
16804
+  (1.8ms) commit transaction
16805
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16806
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16807
+ 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]]
16808
+  (0.1ms) begin transaction
16809
+ 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-12-02 03:41:44.032661"], ["updated_at", "2015-12-02 03:41:44.032661"]]
16810
+  (2.9ms) commit transaction
16811
+  (0.1ms) begin transaction
16812
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persisch"], ["updated_at", "2015-12-02 03:41:44.037560"], ["id", 14]]
16813
+  (4.0ms) commit transaction
16814
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16815
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "de"]]
16816
+ 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]]
16817
+  (0.1ms) begin transaction
16818
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 1], ["parent_id", 5], ["created_at", "2015-12-02 03:41:44.046962"], ["updated_at", "2015-12-02 03:41:44.046962"]]
16819
+  (1.0ms) commit transaction
16820
+  (0.1ms) begin transaction
16821
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japanisch"], ["updated_at", "2015-12-02 03:41:44.049593"], ["id", 15]]
16822
+  (3.7ms) commit transaction
16823
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16824
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16825
+ 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]]
16826
+  (0.1ms) begin transaction
16827
+ SQL (0.4ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 1], ["created_at", "2015-12-02 03:41:44.059336"], ["updated_at", "2015-12-02 03:41:44.059336"]]
16828
+  (3.8ms) commit transaction
16829
+  (0.1ms) begin transaction
16830
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Alemán"], ["updated_at", "2015-12-02 03:41:44.065829"], ["id", 16]]
16831
+  (5.5ms) commit transaction
16832
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16833
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16834
+ 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]]
16835
+  (0.1ms) begin transaction
16836
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 2], ["created_at", "2015-12-02 03:41:44.076592"], ["updated_at", "2015-12-02 03:41:44.076592"]]
16837
+  (3.0ms) commit transaction
16838
+  (0.1ms) begin transaction
16839
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Inglés"], ["updated_at", "2015-12-02 03:41:44.081595"], ["id", 17]]
16840
+  (4.1ms) commit transaction
16841
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16842
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16843
+ 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]]
16844
+  (0.1ms) begin transaction
16845
+ SQL (0.3ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 3], ["created_at", "2015-12-02 03:41:44.091326"], ["updated_at", "2015-12-02 03:41:44.091326"]]
16846
+  (3.3ms) commit transaction
16847
+  (0.1ms) begin transaction
16848
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Españoles"], ["updated_at", "2015-12-02 03:41:44.096752"], ["id", 18]]
16849
+  (5.9ms) commit transaction
16850
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16851
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16852
+ 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]]
16853
+  (0.1ms) begin transaction
16854
+ 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-12-02 03:41:44.107344"], ["updated_at", "2015-12-02 03:41:44.107344"]]
16855
+  (3.5ms) commit transaction
16856
+  (0.1ms) begin transaction
16857
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Persa"], ["updated_at", "2015-12-02 03:41:44.112787"], ["id", 19]]
16858
+  (3.9ms) commit transaction
16859
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16860
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "es"]]
16861
+ 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]]
16862
+  (0.1ms) begin transaction
16863
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 3], ["parent_id", 5], ["created_at", "2015-12-02 03:41:44.121756"], ["updated_at", "2015-12-02 03:41:44.121756"]]
16864
+  (3.1ms) commit transaction
16865
+  (0.1ms) begin transaction
16866
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "Japonés"], ["updated_at", "2015-12-02 03:41:44.126821"], ["id", 20]]
16867
+  (5.6ms) commit transaction
16868
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "de"]]
16869
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16870
+ 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]]
16871
+  (0.1ms) begin transaction
16872
+ 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-12-02 03:41:44.138530"], ["updated_at", "2015-12-02 03:41:44.138530"]]
16873
+  (1.1ms) commit transaction
16874
+  (0.1ms) begin transaction
16875
+ SQL (0.3ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "آلمان"], ["updated_at", "2015-12-02 03:41:44.141606"], ["id", 21]]
16876
+  (4.6ms) commit transaction
16877
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "en"]]
16878
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16879
+ 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]]
16880
+  (0.1ms) begin transaction
16881
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 2], ["created_at", "2015-12-02 03:41:44.151827"], ["updated_at", "2015-12-02 03:41:44.151827"]]
16882
+  (1.4ms) commit transaction
16883
+  (0.1ms) begin transaction
16884
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "انگلیسی"], ["updated_at", "2015-12-02 03:41:44.154820"], ["id", 22]]
16885
+  (0.9ms) commit transaction
16886
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "es"]]
16887
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16888
+ 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]]
16889
+  (0.1ms) begin transaction
16890
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 3], ["created_at", "2015-12-02 03:41:44.160186"], ["updated_at", "2015-12-02 03:41:44.160186"]]
16891
+  (2.1ms) commit transaction
16892
+  (0.1ms) begin transaction
16893
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "اسپانیایی"], ["updated_at", "2015-12-02 03:41:44.163995"], ["id", 23]]
16894
+  (1.0ms) commit transaction
16895
+ Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "fa"]]
16896
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16897
+ 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]]
16898
+  (0.0ms) begin transaction
16899
+ 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-12-02 03:41:44.169152"], ["updated_at", "2015-12-02 03:41:44.169152"]]
16900
+  (2.9ms) commit transaction
16901
+  (0.1ms) begin transaction
16902
+ SQL (0.4ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "فارسی"], ["updated_at", "2015-12-02 03:41:44.173895"], ["id", 24]]
16903
+  (5.6ms) commit transaction
16904
+ Lang Load (0.2ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? ORDER BY "langs"."position" ASC LIMIT 1 [["code", "ja"]]
16905
+ ActiveRecord::Mlang::Lang Load (0.1ms) SELECT "langs".* FROM "langs" WHERE "langs"."code" = ? LIMIT 1 [["code", "fa"]]
16906
+ 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]]
16907
+  (0.1ms) begin transaction
16908
+ SQL (0.2ms) INSERT INTO "lang_texts" ("lang_id", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["lang_id", 4], ["parent_id", 5], ["created_at", "2015-12-02 03:41:44.185419"], ["updated_at", "2015-12-02 03:41:44.185419"]]
16909
+  (0.9ms) commit transaction
16910
+  (0.1ms) begin transaction
16911
+ SQL (0.2ms) UPDATE "lang_texts" SET "label" = ?, "updated_at" = ? WHERE "lang_texts"."id" = ? [["label", "ژاپن"], ["updated_at", "2015-12-02 03:41:44.188092"], ["id", 25]]
16912
+  (3.7ms) commit transaction
16913
+  (0.6ms) SELECT COUNT(*) FROM "langs"