rails_slugs 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9145,3 +9145,1708 @@ Connecting to database specified by database.yml
9145
9145
  Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
9146
9146
  Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
9147
9147
   (0.1ms) rollback transaction
9148
+ Connecting to database specified by database.yml
9149
+  (1.9ms) select sqlite_version(*)
9150
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
9151
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
9152
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
9153
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
9154
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9155
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9156
+  (0.1ms) SELECT version FROM "schema_migrations"
9157
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
9158
+  (0.1ms) begin transaction
9159
+  (0.1ms) rollback transaction
9160
+  (0.0ms) begin transaction
9161
+  (0.0ms) SAVEPOINT active_record_1
9162
+ SQL (1.7ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9164
+  (0.0ms) SAVEPOINT active_record_1
9165
+ Simple Load (0.3ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9166
+ SQL (5.0ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9167
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9168
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9169
+  (0.1ms) SAVEPOINT active_record_1
9170
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9171
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9172
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9173
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9175
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
9176
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
9177
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9178
+  (0.1ms) rollback transaction
9179
+  (0.1ms) begin transaction
9180
+  (0.0ms) SAVEPOINT active_record_1
9181
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9183
+  (0.0ms) SAVEPOINT active_record_1
9184
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9185
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9187
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9188
+  (0.0ms) SAVEPOINT active_record_1
9189
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9190
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9191
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9192
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9194
+  (0.0ms) SAVEPOINT active_record_1
9195
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9196
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
9197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9198
+  (0.0ms) SAVEPOINT active_record_1
9199
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9200
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
9201
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9202
+  (0.0ms) SAVEPOINT active_record_1
9203
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9204
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
9205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9206
+  (0.0ms) SAVEPOINT active_record_1
9207
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9208
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
9209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9210
+  (0.0ms) SAVEPOINT active_record_1
9211
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9212
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
9213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9214
+  (0.0ms) SAVEPOINT active_record_1
9215
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9216
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
9217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9218
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9219
+  (0.0ms) SAVEPOINT active_record_1
9220
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9221
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9222
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9223
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
9224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9225
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9226
+  (0.0ms) SAVEPOINT active_record_1
9227
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9228
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9229
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9230
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9231
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
9232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9233
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9234
+  (0.0ms) SAVEPOINT active_record_1
9235
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9236
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9237
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9238
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9239
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
9240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9241
+  (0.0ms) SAVEPOINT active_record_1
9242
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9243
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9244
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
9245
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9246
+  (0.0ms) SAVEPOINT active_record_1
9247
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9248
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9249
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9250
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
9251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9252
+  (0.0ms) SAVEPOINT active_record_1
9253
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9254
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9255
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9256
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
9257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9258
+  (0.1ms) rollback transaction
9259
+  (0.0ms) begin transaction
9260
+  (0.0ms) SAVEPOINT active_record_1
9261
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9262
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9263
+  (0.0ms) SAVEPOINT active_record_1
9264
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9265
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9267
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9268
+  (0.0ms) SAVEPOINT active_record_1
9269
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9270
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9271
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9272
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9274
+  (0.0ms) SAVEPOINT active_record_1
9275
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
9276
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
9277
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9278
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
9279
+  (0.0ms) SAVEPOINT active_record_1
9280
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9281
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9282
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
9283
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9284
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
9285
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9286
+  (0.1ms) rollback transaction
9287
+  (0.1ms) begin transaction
9288
+  (0.0ms) SAVEPOINT active_record_1
9289
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9291
+  (0.0ms) SAVEPOINT active_record_1
9292
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9293
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9295
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9296
+  (0.0ms) SAVEPOINT active_record_1
9297
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9298
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9299
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9300
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9301
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9302
+  (0.0ms) SAVEPOINT active_record_1
9303
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
9304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9305
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
9306
+  (0.0ms) SAVEPOINT active_record_1
9307
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9308
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
9309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9310
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
9311
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9312
+  (0.1ms) rollback transaction
9313
+  (0.1ms) begin transaction
9314
+  (0.0ms) SAVEPOINT active_record_1
9315
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9317
+  (0.0ms) SAVEPOINT active_record_1
9318
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9319
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9321
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9322
+  (0.0ms) SAVEPOINT active_record_1
9323
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9324
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9325
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9326
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9328
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9329
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9330
+  (0.1ms) rollback transaction
9331
+  (0.1ms) begin transaction
9332
+  (0.0ms) SAVEPOINT active_record_1
9333
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9335
+  (0.0ms) SAVEPOINT active_record_1
9336
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9337
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9338
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9339
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9340
+  (0.0ms) SAVEPOINT active_record_1
9341
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9342
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9343
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9344
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9346
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
9347
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
9348
+  (0.1ms) rollback transaction
9349
+ Connecting to database specified by database.yml
9350
+  (9.4ms) select sqlite_version(*)
9351
+  (0.5ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
9352
+  (0.2ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
9353
+  (0.2ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
9354
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
9355
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9356
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9357
+  (0.1ms) SELECT version FROM "schema_migrations"
9358
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
9359
+  (0.1ms) begin transaction
9360
+  (0.1ms) rollback transaction
9361
+  (0.1ms) begin transaction
9362
+  (0.1ms) SAVEPOINT active_record_1
9363
+ SQL (1.7ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9365
+  (0.1ms) SAVEPOINT active_record_1
9366
+ SQL (11.8ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9367
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9368
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9369
+  (0.1ms) SAVEPOINT active_record_1
9370
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9371
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9372
+  (0.1ms) rollback transaction
9373
+  (0.1ms) begin transaction
9374
+  (0.0ms) SAVEPOINT active_record_1
9375
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9377
+  (0.1ms) SAVEPOINT active_record_1
9378
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9380
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9381
+  (0.0ms) SAVEPOINT active_record_1
9382
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9383
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9384
+  (0.0ms) SAVEPOINT active_record_1
9385
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", nil]]
9386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9387
+  (0.0ms) rollback transaction
9388
+  (0.1ms) begin transaction
9389
+  (0.0ms) SAVEPOINT active_record_1
9390
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9391
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9392
+  (0.0ms) SAVEPOINT active_record_1
9393
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9395
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9396
+  (0.0ms) SAVEPOINT active_record_1
9397
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9398
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9399
+  (0.0ms) SAVEPOINT active_record_1
9400
+  (0.1ms) UPDATE "simples" SET "name" = 'new name' WHERE "simples"."id" = 1
9401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9402
+  (0.1ms) rollback transaction
9403
+  (0.1ms) begin transaction
9404
+  (0.0ms) SAVEPOINT active_record_1
9405
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9407
+  (0.0ms) SAVEPOINT active_record_1
9408
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9410
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9411
+  (0.0ms) SAVEPOINT active_record_1
9412
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9413
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9414
+  (0.0ms) SAVEPOINT active_record_1
9415
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
9416
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9417
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
9418
+  (0.0ms) SAVEPOINT active_record_1
9419
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9420
+  (0.1ms) rollback transaction
9421
+  (0.0ms) begin transaction
9422
+  (0.0ms) SAVEPOINT active_record_1
9423
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9425
+  (0.0ms) SAVEPOINT active_record_1
9426
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9428
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9429
+  (0.0ms) SAVEPOINT active_record_1
9430
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9431
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9432
+  (0.0ms) rollback transaction
9433
+  (0.1ms) begin transaction
9434
+  (0.0ms) SAVEPOINT active_record_1
9435
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9437
+  (0.0ms) SAVEPOINT active_record_1
9438
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", nil]]
9439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9440
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9441
+  (0.1ms) SAVEPOINT active_record_1
9442
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9443
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9444
+  (0.1ms) rollback transaction
9445
+ Connecting to database specified by database.yml
9446
+  (1.8ms) select sqlite_version(*)
9447
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
9448
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
9449
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
9450
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
9451
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9452
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9453
+  (0.0ms) SELECT version FROM "schema_migrations"
9454
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
9455
+  (0.1ms) begin transaction
9456
+  (0.1ms) rollback transaction
9457
+  (0.0ms) begin transaction
9458
+  (0.1ms) SAVEPOINT active_record_1
9459
+ SQL (2.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9461
+  (0.1ms) SAVEPOINT active_record_1
9462
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9463
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9465
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9466
+  (0.1ms) SAVEPOINT active_record_1
9467
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9468
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9469
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9470
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9472
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
9473
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
9474
+ TranslatableTranslation Load (0.3ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9475
+  (0.1ms) rollback transaction
9476
+  (0.1ms) begin transaction
9477
+  (0.0ms) SAVEPOINT active_record_1
9478
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9480
+  (0.0ms) SAVEPOINT active_record_1
9481
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9482
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9483
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9484
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9485
+  (0.0ms) SAVEPOINT active_record_1
9486
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9487
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9488
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9489
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9491
+  (0.0ms) SAVEPOINT active_record_1
9492
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9493
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
9494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9495
+  (0.0ms) SAVEPOINT active_record_1
9496
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9497
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
9498
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9499
+  (0.0ms) SAVEPOINT active_record_1
9500
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9501
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
9502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9503
+  (0.0ms) SAVEPOINT active_record_1
9504
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9505
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
9506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9507
+  (0.0ms) SAVEPOINT active_record_1
9508
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9509
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
9510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9511
+  (0.0ms) SAVEPOINT active_record_1
9512
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9513
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
9514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9515
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9516
+  (0.0ms) SAVEPOINT active_record_1
9517
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9518
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9519
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9520
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
9521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9522
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9523
+  (0.0ms) SAVEPOINT active_record_1
9524
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9525
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9526
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9527
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9528
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
9529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9530
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9531
+  (0.0ms) SAVEPOINT active_record_1
9532
+ Translatable Load (0.4ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9533
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9534
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9535
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9536
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
9537
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9538
+  (0.0ms) SAVEPOINT active_record_1
9539
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9540
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9541
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
9542
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9543
+  (0.0ms) SAVEPOINT active_record_1
9544
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9545
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9546
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9547
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
9548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9549
+  (0.0ms) SAVEPOINT active_record_1
9550
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9551
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9552
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9553
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
9554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9555
+  (0.1ms) rollback transaction
9556
+  (0.1ms) begin transaction
9557
+  (0.0ms) SAVEPOINT active_record_1
9558
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9560
+  (0.0ms) SAVEPOINT active_record_1
9561
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9562
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9564
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9565
+  (0.0ms) SAVEPOINT active_record_1
9566
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9567
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9568
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9569
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9571
+  (0.0ms) SAVEPOINT active_record_1
9572
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
9573
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
9574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9575
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
9576
+  (0.0ms) SAVEPOINT active_record_1
9577
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9578
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9579
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
9580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9581
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
9582
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9583
+  (0.1ms) rollback transaction
9584
+  (0.1ms) begin transaction
9585
+  (0.0ms) SAVEPOINT active_record_1
9586
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9588
+  (0.0ms) SAVEPOINT active_record_1
9589
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9590
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9592
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9593
+  (0.0ms) SAVEPOINT active_record_1
9594
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9595
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9596
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9597
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9599
+  (0.1ms) SAVEPOINT active_record_1
9600
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
9601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9602
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
9603
+  (0.0ms) SAVEPOINT active_record_1
9604
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9605
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
9606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9607
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
9608
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9609
+  (0.1ms) rollback transaction
9610
+  (0.1ms) begin transaction
9611
+  (0.0ms) SAVEPOINT active_record_1
9612
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9614
+  (0.0ms) SAVEPOINT active_record_1
9615
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9616
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9617
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9618
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9619
+  (0.0ms) SAVEPOINT active_record_1
9620
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9621
+ TranslatableTranslation Exists (0.2ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9622
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9623
+ SQL (0.2ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9624
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9625
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9626
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9627
+  (0.1ms) rollback transaction
9628
+  (0.1ms) begin transaction
9629
+  (0.0ms) SAVEPOINT active_record_1
9630
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9631
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9632
+  (0.0ms) SAVEPOINT active_record_1
9633
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9634
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9636
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9637
+  (0.0ms) SAVEPOINT active_record_1
9638
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9639
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9640
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9641
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9643
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
9644
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
9645
+  (0.1ms) rollback transaction
9646
+ Connecting to database specified by database.yml
9647
+  (1.9ms) select sqlite_version(*)
9648
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
9649
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
9650
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
9651
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
9652
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9653
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9654
+  (0.0ms) SELECT version FROM "schema_migrations"
9655
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
9656
+  (0.1ms) begin transaction
9657
+  (0.0ms) rollback transaction
9658
+  (0.1ms) begin transaction
9659
+  (0.1ms) SAVEPOINT active_record_1
9660
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9661
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9662
+  (0.1ms) SAVEPOINT active_record_1
9663
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9664
+ SQL (5.0ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9666
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9667
+  (0.1ms) SAVEPOINT active_record_1
9668
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9669
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9670
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9671
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9673
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
9674
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
9675
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9676
+  (0.1ms) rollback transaction
9677
+  (0.0ms) begin transaction
9678
+  (0.0ms) SAVEPOINT active_record_1
9679
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9681
+  (0.0ms) SAVEPOINT active_record_1
9682
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9683
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9685
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9686
+  (0.0ms) SAVEPOINT active_record_1
9687
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9688
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9689
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9690
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9692
+  (0.0ms) SAVEPOINT active_record_1
9693
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9694
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
9695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9696
+  (0.0ms) SAVEPOINT active_record_1
9697
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9698
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
9699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9700
+  (0.0ms) SAVEPOINT active_record_1
9701
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9702
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
9703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9704
+  (0.0ms) SAVEPOINT active_record_1
9705
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9706
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
9707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9708
+  (0.0ms) SAVEPOINT active_record_1
9709
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9710
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
9711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9712
+  (0.0ms) SAVEPOINT active_record_1
9713
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9714
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
9715
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9716
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9717
+  (0.0ms) SAVEPOINT active_record_1
9718
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9719
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9720
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9721
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
9722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9723
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9724
+  (0.0ms) SAVEPOINT active_record_1
9725
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9726
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9727
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9728
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9729
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
9730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9731
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9732
+  (0.0ms) SAVEPOINT active_record_1
9733
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9734
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9735
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9736
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9737
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
9738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9739
+  (0.0ms) SAVEPOINT active_record_1
9740
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9741
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9742
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
9743
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9744
+  (0.0ms) SAVEPOINT active_record_1
9745
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9746
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9747
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9748
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
9749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9750
+  (0.0ms) SAVEPOINT active_record_1
9751
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9752
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9753
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9754
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
9755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9756
+  (0.1ms) rollback transaction
9757
+  (0.1ms) begin transaction
9758
+  (0.0ms) SAVEPOINT active_record_1
9759
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9760
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9761
+  (0.0ms) SAVEPOINT active_record_1
9762
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9763
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9765
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9766
+  (0.0ms) SAVEPOINT active_record_1
9767
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9768
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9769
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9770
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9771
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9772
+  (0.0ms) SAVEPOINT active_record_1
9773
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
9774
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
9775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9776
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
9777
+  (0.0ms) SAVEPOINT active_record_1
9778
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9779
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9780
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
9781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9782
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
9783
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9784
+  (0.0ms) rollback transaction
9785
+  (0.1ms) begin transaction
9786
+  (0.0ms) SAVEPOINT active_record_1
9787
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9788
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9789
+  (0.0ms) SAVEPOINT active_record_1
9790
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9791
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9792
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9793
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9794
+  (0.0ms) SAVEPOINT active_record_1
9795
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9796
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9797
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9798
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9800
+  (0.0ms) SAVEPOINT active_record_1
9801
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
9802
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9803
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
9804
+  (0.0ms) SAVEPOINT active_record_1
9805
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9806
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
9807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9808
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
9809
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9810
+  (0.1ms) rollback transaction
9811
+  (0.1ms) begin transaction
9812
+  (0.0ms) SAVEPOINT active_record_1
9813
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9815
+  (0.0ms) SAVEPOINT active_record_1
9816
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9817
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9819
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9820
+  (0.0ms) SAVEPOINT active_record_1
9821
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9822
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9823
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9824
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9825
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9826
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9827
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9828
+  (0.1ms) rollback transaction
9829
+  (0.0ms) begin transaction
9830
+  (0.0ms) SAVEPOINT active_record_1
9831
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9833
+  (0.0ms) SAVEPOINT active_record_1
9834
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9835
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9837
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9838
+  (0.0ms) SAVEPOINT active_record_1
9839
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9840
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9841
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9842
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9844
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
9845
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
9846
+  (0.1ms) rollback transaction
9847
+ Connecting to database specified by database.yml
9848
+ Connecting to database specified by database.yml
9849
+  (2.0ms) select sqlite_version(*)
9850
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
9851
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
9852
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
9853
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
9854
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
9855
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9856
+  (0.1ms) SELECT version FROM "schema_migrations"
9857
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
9858
+  (0.1ms) begin transaction
9859
+  (0.0ms) rollback transaction
9860
+  (0.0ms) begin transaction
9861
+  (0.0ms) SAVEPOINT active_record_1
9862
+ SQL (1.7ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9863
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9864
+  (0.0ms) SAVEPOINT active_record_1
9865
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9866
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9867
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9868
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9869
+  (0.1ms) SAVEPOINT active_record_1
9870
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9871
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9872
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9873
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9874
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9875
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
9876
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
9877
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9878
+  (0.1ms) rollback transaction
9879
+  (0.1ms) begin transaction
9880
+  (0.0ms) SAVEPOINT active_record_1
9881
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9883
+  (0.0ms) SAVEPOINT active_record_1
9884
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9885
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9887
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9888
+  (0.1ms) SAVEPOINT active_record_1
9889
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9890
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9891
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9892
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9893
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9894
+  (0.0ms) SAVEPOINT active_record_1
9895
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9896
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
9897
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9898
+  (0.0ms) SAVEPOINT active_record_1
9899
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9900
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
9901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9902
+  (0.0ms) SAVEPOINT active_record_1
9903
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9904
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
9905
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9906
+  (0.0ms) SAVEPOINT active_record_1
9907
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9908
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
9909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9910
+  (0.0ms) SAVEPOINT active_record_1
9911
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9912
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
9913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9914
+  (0.0ms) SAVEPOINT active_record_1
9915
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9916
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
9917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9918
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9919
+  (0.0ms) SAVEPOINT active_record_1
9920
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9921
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9922
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9923
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
9924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9925
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9926
+  (0.0ms) SAVEPOINT active_record_1
9927
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9928
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9929
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9930
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9931
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
9932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9933
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9934
+  (0.0ms) SAVEPOINT active_record_1
9935
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9936
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9937
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9938
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9939
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
9940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9941
+  (0.0ms) SAVEPOINT active_record_1
9942
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9943
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9944
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
9945
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9946
+  (0.0ms) SAVEPOINT active_record_1
9947
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9948
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9949
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9950
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
9951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9952
+  (0.0ms) SAVEPOINT active_record_1
9953
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9954
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9955
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9956
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
9957
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9958
+  (0.1ms) rollback transaction
9959
+  (0.0ms) begin transaction
9960
+  (0.0ms) SAVEPOINT active_record_1
9961
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9963
+  (0.0ms) SAVEPOINT active_record_1
9964
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9965
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9967
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9968
+  (0.0ms) SAVEPOINT active_record_1
9969
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9970
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9971
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9972
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
9973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9974
+  (0.0ms) SAVEPOINT active_record_1
9975
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
9976
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
9977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9978
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
9979
+  (0.0ms) SAVEPOINT active_record_1
9980
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9981
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
9982
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
9983
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9984
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
9985
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9986
+  (0.0ms) rollback transaction
9987
+  (0.1ms) begin transaction
9988
+  (0.0ms) SAVEPOINT active_record_1
9989
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9991
+  (0.0ms) SAVEPOINT active_record_1
9992
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9993
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9995
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9996
+  (0.0ms) SAVEPOINT active_record_1
9997
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9998
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
9999
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10000
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10002
+  (0.0ms) SAVEPOINT active_record_1
10003
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
10004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10005
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
10006
+  (0.0ms) SAVEPOINT active_record_1
10007
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10008
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
10009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10010
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
10011
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10012
+  (0.1ms) rollback transaction
10013
+  (0.1ms) begin transaction
10014
+  (0.0ms) SAVEPOINT active_record_1
10015
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10017
+  (0.0ms) SAVEPOINT active_record_1
10018
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10019
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10021
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10022
+  (0.0ms) SAVEPOINT active_record_1
10023
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10024
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10025
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10026
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10028
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10029
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10030
+  (0.1ms) rollback transaction
10031
+  (0.0ms) begin transaction
10032
+  (0.0ms) SAVEPOINT active_record_1
10033
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10035
+  (0.0ms) SAVEPOINT active_record_1
10036
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10037
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10039
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10040
+  (0.0ms) SAVEPOINT active_record_1
10041
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10042
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10043
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10044
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10046
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
10047
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
10048
+  (0.1ms) rollback transaction
10049
+ Connecting to database specified by database.yml
10050
+  (2.1ms) select sqlite_version(*)
10051
+  (0.3ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
10052
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
10053
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
10054
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
10055
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10056
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10057
+  (0.1ms) SELECT version FROM "schema_migrations"
10058
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
10059
+  (0.1ms) begin transaction
10060
+  (0.1ms) rollback transaction
10061
+  (0.0ms) begin transaction
10062
+  (0.1ms) SAVEPOINT active_record_1
10063
+ SQL (1.9ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10065
+  (0.1ms) SAVEPOINT active_record_1
10066
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10067
+ SQL (4.8ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10068
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10069
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10070
+  (0.1ms) SAVEPOINT active_record_1
10071
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10072
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10073
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10074
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10076
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
10077
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
10078
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10079
+  (0.1ms) rollback transaction
10080
+  (0.1ms) begin transaction
10081
+  (0.0ms) SAVEPOINT active_record_1
10082
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10084
+  (0.0ms) SAVEPOINT active_record_1
10085
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10086
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10088
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10089
+  (0.0ms) SAVEPOINT active_record_1
10090
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10091
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10092
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10093
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10095
+  (0.0ms) SAVEPOINT active_record_1
10096
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10097
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
10098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10099
+  (0.0ms) SAVEPOINT active_record_1
10100
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10101
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
10102
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10103
+  (0.0ms) SAVEPOINT active_record_1
10104
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10105
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
10106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10107
+  (0.0ms) SAVEPOINT active_record_1
10108
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10109
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
10110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10111
+  (0.1ms) SAVEPOINT active_record_1
10112
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10113
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
10114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10115
+  (0.0ms) SAVEPOINT active_record_1
10116
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10117
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
10118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10119
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10120
+  (0.0ms) SAVEPOINT active_record_1
10121
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10122
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10123
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10124
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
10125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10126
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10127
+  (0.0ms) SAVEPOINT active_record_1
10128
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10129
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10130
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10131
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10132
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
10133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10134
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10135
+  (0.1ms) SAVEPOINT active_record_1
10136
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10137
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10138
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10139
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10140
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
10141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10142
+  (0.0ms) SAVEPOINT active_record_1
10143
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10144
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10145
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
10146
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10147
+  (0.0ms) SAVEPOINT active_record_1
10148
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10149
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10150
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10151
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
10152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10153
+  (0.0ms) SAVEPOINT active_record_1
10154
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10155
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10156
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10157
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
10158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10159
+  (0.1ms) rollback transaction
10160
+  (0.1ms) begin transaction
10161
+  (0.0ms) SAVEPOINT active_record_1
10162
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10164
+  (0.0ms) SAVEPOINT active_record_1
10165
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10166
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10168
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10169
+  (0.0ms) SAVEPOINT active_record_1
10170
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10171
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10172
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10173
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10175
+  (0.0ms) SAVEPOINT active_record_1
10176
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
10177
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
10178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10179
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
10180
+  (0.0ms) SAVEPOINT active_record_1
10181
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10182
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10183
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
10184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10185
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
10186
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10187
+  (0.1ms) rollback transaction
10188
+  (0.0ms) begin transaction
10189
+  (0.0ms) SAVEPOINT active_record_1
10190
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10192
+  (0.0ms) SAVEPOINT active_record_1
10193
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10194
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10196
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10197
+  (0.0ms) SAVEPOINT active_record_1
10198
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10199
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10200
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10201
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10203
+  (0.0ms) SAVEPOINT active_record_1
10204
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
10205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10206
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
10207
+  (0.0ms) SAVEPOINT active_record_1
10208
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10209
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
10210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10211
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
10212
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10213
+  (0.1ms) rollback transaction
10214
+  (0.0ms) begin transaction
10215
+  (0.0ms) SAVEPOINT active_record_1
10216
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10218
+  (0.0ms) SAVEPOINT active_record_1
10219
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10220
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10222
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10223
+  (0.0ms) SAVEPOINT active_record_1
10224
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10225
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10226
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10227
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10229
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10230
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10231
+  (0.1ms) rollback transaction
10232
+  (0.1ms) begin transaction
10233
+  (0.0ms) SAVEPOINT active_record_1
10234
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10236
+  (0.0ms) SAVEPOINT active_record_1
10237
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10238
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10240
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10241
+  (0.1ms) SAVEPOINT active_record_1
10242
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10243
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10244
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10245
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10247
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
10248
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
10249
+  (0.1ms) rollback transaction
10250
+ Connecting to database specified by database.yml
10251
+  (1.8ms) select sqlite_version(*)
10252
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
10253
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
10254
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
10255
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
10256
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10257
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10258
+  (0.1ms) SELECT version FROM "schema_migrations"
10259
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
10260
+  (0.1ms) begin transaction
10261
+  (0.1ms) rollback transaction
10262
+  (0.1ms) begin transaction
10263
+  (0.0ms) SAVEPOINT active_record_1
10264
+ SQL (2.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10265
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10266
+  (0.1ms) SAVEPOINT active_record_1
10267
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10268
+ SQL (5.0ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10269
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10270
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10271
+  (0.1ms) SAVEPOINT active_record_1
10272
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10273
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10274
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10275
+ SQL (0.2ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10277
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
10278
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
10279
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10280
+  (0.1ms) rollback transaction
10281
+  (0.1ms) begin transaction
10282
+  (0.0ms) SAVEPOINT active_record_1
10283
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10285
+  (0.0ms) SAVEPOINT active_record_1
10286
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10287
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10289
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10290
+  (0.0ms) SAVEPOINT active_record_1
10291
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10292
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10293
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10294
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10296
+  (0.0ms) SAVEPOINT active_record_1
10297
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10298
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
10299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10300
+  (0.0ms) SAVEPOINT active_record_1
10301
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10302
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
10303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10304
+  (0.0ms) SAVEPOINT active_record_1
10305
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10306
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
10307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10308
+  (0.0ms) SAVEPOINT active_record_1
10309
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10310
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
10311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10312
+  (0.0ms) SAVEPOINT active_record_1
10313
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10314
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
10315
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10316
+  (0.0ms) SAVEPOINT active_record_1
10317
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10318
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
10319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10320
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10321
+  (0.0ms) SAVEPOINT active_record_1
10322
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10323
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10324
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10325
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
10326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10327
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10328
+  (0.0ms) SAVEPOINT active_record_1
10329
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10330
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10331
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10332
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10333
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
10334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10335
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10336
+  (0.0ms) SAVEPOINT active_record_1
10337
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10338
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10339
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10340
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10341
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
10342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10343
+  (0.0ms) SAVEPOINT active_record_1
10344
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10345
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10346
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
10347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10348
+  (0.0ms) SAVEPOINT active_record_1
10349
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10350
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10351
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10352
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
10353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10354
+  (0.0ms) SAVEPOINT active_record_1
10355
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10356
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10357
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10358
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
10359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10360
+  (0.1ms) rollback transaction
10361
+  (0.0ms) begin transaction
10362
+  (0.0ms) SAVEPOINT active_record_1
10363
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10365
+  (0.0ms) SAVEPOINT active_record_1
10366
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10367
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10368
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10369
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10370
+  (0.0ms) SAVEPOINT active_record_1
10371
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10372
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10373
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10374
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10376
+  (0.0ms) SAVEPOINT active_record_1
10377
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
10378
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
10379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10380
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
10381
+  (0.0ms) SAVEPOINT active_record_1
10382
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10383
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10384
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
10385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10386
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
10387
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10388
+  (0.0ms) rollback transaction
10389
+  (0.1ms) begin transaction
10390
+  (0.1ms) SAVEPOINT active_record_1
10391
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10393
+  (0.0ms) SAVEPOINT active_record_1
10394
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10395
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10397
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10398
+  (0.0ms) SAVEPOINT active_record_1
10399
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10400
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10401
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10402
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10404
+  (0.0ms) SAVEPOINT active_record_1
10405
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
10406
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10407
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
10408
+  (0.0ms) SAVEPOINT active_record_1
10409
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10410
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
10411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10412
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
10413
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10414
+  (0.1ms) rollback transaction
10415
+  (0.1ms) begin transaction
10416
+  (0.0ms) SAVEPOINT active_record_1
10417
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10419
+  (0.0ms) SAVEPOINT active_record_1
10420
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10421
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10423
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10424
+  (0.0ms) SAVEPOINT active_record_1
10425
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10426
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10427
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10428
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10429
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10430
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10431
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10432
+  (0.1ms) rollback transaction
10433
+  (0.0ms) begin transaction
10434
+  (0.0ms) SAVEPOINT active_record_1
10435
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10437
+  (0.0ms) SAVEPOINT active_record_1
10438
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10439
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10441
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10442
+  (0.0ms) SAVEPOINT active_record_1
10443
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10444
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10445
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10446
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10448
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
10449
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
10450
+  (0.1ms) rollback transaction
10451
+ Connecting to database specified by database.yml
10452
+  (1.9ms) select sqlite_version(*)
10453
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
10454
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
10455
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
10456
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
10457
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10458
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10459
+  (0.0ms) SELECT version FROM "schema_migrations"
10460
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
10461
+  (0.1ms) begin transaction
10462
+  (0.1ms) rollback transaction
10463
+  (0.0ms) begin transaction
10464
+  (0.0ms) SAVEPOINT active_record_1
10465
+ SQL (2.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10466
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10467
+  (0.1ms) SAVEPOINT active_record_1
10468
+ Simple Load (0.3ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10469
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10470
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10471
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10472
+  (0.1ms) SAVEPOINT active_record_1
10473
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10474
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10475
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10476
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10478
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
10479
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
10480
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10481
+  (0.1ms) rollback transaction
10482
+  (0.1ms) begin transaction
10483
+  (0.0ms) SAVEPOINT active_record_1
10484
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10486
+  (0.0ms) SAVEPOINT active_record_1
10487
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10488
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10489
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10490
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10491
+  (0.0ms) SAVEPOINT active_record_1
10492
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10493
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10494
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10495
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10497
+  (0.0ms) SAVEPOINT active_record_1
10498
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10499
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
10500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10501
+  (0.0ms) SAVEPOINT active_record_1
10502
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10503
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
10504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10505
+  (0.0ms) SAVEPOINT active_record_1
10506
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10507
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
10508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10509
+  (0.0ms) SAVEPOINT active_record_1
10510
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10511
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
10512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10513
+  (0.0ms) SAVEPOINT active_record_1
10514
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10515
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
10516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10517
+  (0.0ms) SAVEPOINT active_record_1
10518
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10519
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
10520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10521
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10522
+  (0.0ms) SAVEPOINT active_record_1
10523
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10524
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10525
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10526
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
10527
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10528
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10529
+  (0.0ms) SAVEPOINT active_record_1
10530
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10531
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10532
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10533
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10534
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
10535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10536
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10537
+  (0.0ms) SAVEPOINT active_record_1
10538
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10539
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10540
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10541
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10542
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
10543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10544
+  (0.0ms) SAVEPOINT active_record_1
10545
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10546
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10547
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
10548
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10549
+  (0.0ms) SAVEPOINT active_record_1
10550
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10551
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10552
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10553
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
10554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10555
+  (0.0ms) SAVEPOINT active_record_1
10556
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10557
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10558
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10559
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
10560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10561
+  (0.1ms) rollback transaction
10562
+  (0.0ms) begin transaction
10563
+  (0.0ms) SAVEPOINT active_record_1
10564
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10566
+  (0.0ms) SAVEPOINT active_record_1
10567
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10568
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10570
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10571
+  (0.0ms) SAVEPOINT active_record_1
10572
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10573
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10574
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10575
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10577
+  (0.0ms) SAVEPOINT active_record_1
10578
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
10579
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
10580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10581
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
10582
+  (0.0ms) SAVEPOINT active_record_1
10583
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10584
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10585
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
10586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10587
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
10588
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10589
+  (0.0ms) rollback transaction
10590
+  (0.1ms) begin transaction
10591
+  (0.0ms) SAVEPOINT active_record_1
10592
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10593
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10594
+  (0.0ms) SAVEPOINT active_record_1
10595
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10596
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10597
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10598
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10599
+  (0.0ms) SAVEPOINT active_record_1
10600
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10601
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10602
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10603
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10605
+  (0.0ms) SAVEPOINT active_record_1
10606
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
10607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10608
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
10609
+  (0.0ms) SAVEPOINT active_record_1
10610
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10611
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
10612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10613
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
10614
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10615
+  (0.1ms) rollback transaction
10616
+  (0.0ms) begin transaction
10617
+  (0.0ms) SAVEPOINT active_record_1
10618
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10620
+  (0.0ms) SAVEPOINT active_record_1
10621
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10622
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10624
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10625
+  (0.0ms) SAVEPOINT active_record_1
10626
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10627
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10628
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10629
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10631
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10632
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10633
+  (0.1ms) rollback transaction
10634
+  (0.1ms) begin transaction
10635
+  (0.0ms) SAVEPOINT active_record_1
10636
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10638
+  (0.0ms) SAVEPOINT active_record_1
10639
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10640
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10642
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10643
+  (0.0ms) SAVEPOINT active_record_1
10644
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10645
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10646
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10647
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10648
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10649
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
10650
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
10651
+  (0.1ms) rollback transaction
10652
+ Connecting to database specified by database.yml
10653
+  (1.9ms) select sqlite_version(*)
10654
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
10655
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
10656
+  (0.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)
10657
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
10658
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
10659
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10660
+  (0.1ms) SELECT version FROM "schema_migrations"
10661
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
10662
+  (0.1ms) begin transaction
10663
+  (0.0ms) rollback transaction
10664
+  (0.0ms) begin transaction
10665
+  (0.1ms) SAVEPOINT active_record_1
10666
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10668
+  (0.1ms) SAVEPOINT active_record_1
10669
+ Simple Load (0.3ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10670
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10672
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10673
+  (0.1ms) SAVEPOINT active_record_1
10674
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10675
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10676
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10677
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10679
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
10680
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable-name' AND t.locale = 'en') LIMIT 1
10681
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10682
+  (0.1ms) rollback transaction
10683
+  (0.0ms) begin transaction
10684
+  (0.0ms) SAVEPOINT active_record_1
10685
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10687
+  (0.0ms) SAVEPOINT active_record_1
10688
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10689
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10691
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10692
+  (0.0ms) SAVEPOINT active_record_1
10693
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10694
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10695
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10696
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10698
+  (0.0ms) SAVEPOINT active_record_1
10699
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10700
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
10701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10702
+  (0.0ms) SAVEPOINT active_record_1
10703
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10704
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
10705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10706
+  (0.0ms) SAVEPOINT active_record_1
10707
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
10708
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
10709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10710
+  (0.0ms) SAVEPOINT active_record_1
10711
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10712
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
10713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10714
+  (0.0ms) SAVEPOINT active_record_1
10715
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10716
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
10717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10718
+  (0.0ms) SAVEPOINT active_record_1
10719
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
10720
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
10721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10722
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10723
+  (0.0ms) SAVEPOINT active_record_1
10724
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10725
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10726
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10727
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 34], ["locale", "en"], ["name", "same"], ["slug", "same"], ["translatable_id", 2]]
10728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10729
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10730
+  (0.0ms) SAVEPOINT active_record_1
10731
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10732
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10733
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10734
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10735
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 45], ["locale", "en"], ["name", "same"], ["slug", "same-1"], ["translatable_id", 3]]
10736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10737
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10738
+  (0.1ms) SAVEPOINT active_record_1
10739
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'same' OR t.slug LIKE 'same-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10740
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10741
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10742
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10743
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 234], ["locale", "en"], ["name", "same"], ["slug", "same-2"], ["translatable_id", 4]]
10744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10745
+  (0.0ms) SAVEPOINT active_record_1
10746
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10747
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 2 AND "translatables_i18n"."id" != 2 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10748
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
10749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10750
+  (0.0ms) SAVEPOINT active_record_1
10751
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10752
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
10753
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 3 AND "translatables_i18n"."id" != 3 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10754
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
10755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10756
+  (0.0ms) SAVEPOINT active_record_1
10757
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10758
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
10759
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 4 AND "translatables_i18n"."id" != 4 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10760
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
10761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10762
+  (0.1ms) rollback transaction
10763
+  (0.1ms) begin transaction
10764
+  (0.0ms) SAVEPOINT active_record_1
10765
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10767
+  (0.0ms) SAVEPOINT active_record_1
10768
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10769
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10770
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10771
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10772
+  (0.0ms) SAVEPOINT active_record_1
10773
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10774
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10775
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10776
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10778
+  (0.0ms) SAVEPOINT active_record_1
10779
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
10780
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
10781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10782
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
10783
+  (0.0ms) SAVEPOINT active_record_1
10784
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10785
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10786
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
10787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10788
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'new-translatable-name' AND t.locale = 'en') LIMIT 1
10789
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10790
+  (0.1ms) rollback transaction
10791
+  (0.0ms) begin transaction
10792
+  (0.0ms) SAVEPOINT active_record_1
10793
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10795
+  (0.0ms) SAVEPOINT active_record_1
10796
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10797
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10798
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10799
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10800
+  (0.0ms) SAVEPOINT active_record_1
10801
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10802
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10803
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10804
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10806
+  (0.0ms) SAVEPOINT active_record_1
10807
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
10808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10809
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
10810
+  (0.0ms) SAVEPOINT active_record_1
10811
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" = 1 AND "translatables_i18n"."id" != 1 AND "translatables_i18n"."locale" = 'en') LIMIT 1
10812
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
10813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10814
+ Translatable Load (0.1ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (t.slug = 'translatable direct slug' AND t.locale = 'en') LIMIT 1
10815
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
10816
+  (0.1ms) rollback transaction
10817
+  (0.1ms) begin transaction
10818
+  (0.0ms) SAVEPOINT active_record_1
10819
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10820
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10821
+  (0.0ms) SAVEPOINT active_record_1
10822
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10823
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10825
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10826
+  (0.0ms) SAVEPOINT active_record_1
10827
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10828
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10829
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10830
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10831
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10832
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10833
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10834
+  (0.1ms) rollback transaction
10835
+  (0.1ms) begin transaction
10836
+  (0.0ms) SAVEPOINT active_record_1
10837
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
10838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10839
+  (0.0ms) SAVEPOINT active_record_1
10840
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
10841
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
10842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10843
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
10844
+  (0.0ms) SAVEPOINT active_record_1
10845
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE ((t.slug = 'translatable-name' OR t.slug LIKE 'translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
10846
+ TranslatableTranslation Exists (0.1ms) SELECT 1 AS one FROM "translatables_i18n" WHERE ("translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en') LIMIT 1
10847
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
10848
+ SQL (0.1ms) INSERT INTO "translatables_i18n" ("age", "locale", "name", "slug", "translatable_id") VALUES (?, ?, ?, ?, ?) [["age", 20], ["locale", "en"], ["name", "translatable name"], ["slug", "translatable-name"], ["translatable_id", 1]]
10849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10850
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
10851
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
10852
+  (0.1ms) rollback transaction