rails_slugs 1.0.7 → 1.0.8

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.
@@ -7766,3 +7766,1382 @@ Connecting to database specified by database.yml
7766
7766
  Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
7767
7767
  Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
7768
7768
   (0.1ms) rollback transaction
7769
+ Connecting to database specified by database.yml
7770
+  (1.9ms) select sqlite_version(*)
7771
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
7772
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
7773
+  (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)
7774
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
7775
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
7776
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7777
+  (0.1ms) SELECT version FROM "schema_migrations"
7778
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
7779
+  (0.1ms) begin transaction
7780
+  (0.1ms) rollback transaction
7781
+  (0.0ms) begin transaction
7782
+  (0.0ms) SAVEPOINT active_record_1
7783
+ SQL (1.7ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7784
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7785
+  (0.1ms) SAVEPOINT active_record_1
7786
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7787
+ SQL (5.0ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7788
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7789
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7790
+  (0.1ms) SAVEPOINT active_record_1
7791
+ 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
7792
+ 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
7793
+ SQL (0.2ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7794
+ 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]]
7795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7796
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
7797
+ 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
7798
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
7799
+  (0.1ms) rollback transaction
7800
+  (0.1ms) begin transaction
7801
+  (0.0ms) SAVEPOINT active_record_1
7802
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7804
+  (0.0ms) SAVEPOINT active_record_1
7805
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7806
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7808
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7809
+  (0.0ms) SAVEPOINT active_record_1
7810
+ 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
7811
+ 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
7812
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7813
+ 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]]
7814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7815
+  (0.0ms) SAVEPOINT active_record_1
7816
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
7817
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
7818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7819
+  (0.0ms) SAVEPOINT active_record_1
7820
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
7821
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
7822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7823
+  (0.0ms) SAVEPOINT active_record_1
7824
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
7825
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
7826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7827
+  (0.0ms) SAVEPOINT active_record_1
7828
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
7829
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
7830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7831
+  (0.0ms) SAVEPOINT active_record_1
7832
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
7833
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
7834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7835
+  (0.0ms) SAVEPOINT active_record_1
7836
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
7837
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
7838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7839
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7840
+  (0.0ms) SAVEPOINT active_record_1
7841
+ 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
7842
+ 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
7843
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7844
+ 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]]
7845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7846
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7847
+  (0.1ms) SAVEPOINT active_record_1
7848
+ 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
7849
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
7850
+ 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
7851
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7852
+ 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]]
7853
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7854
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7855
+  (0.0ms) SAVEPOINT active_record_1
7856
+ 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
7857
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
7858
+ 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
7859
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7860
+ 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]]
7861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7862
+  (0.0ms) SAVEPOINT active_record_1
7863
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
7864
+ 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
7865
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
7866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7867
+  (0.0ms) SAVEPOINT active_record_1
7868
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
7869
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
7870
+ 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
7871
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
7872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7873
+  (0.0ms) SAVEPOINT active_record_1
7874
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
7875
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
7876
+ 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
7877
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
7878
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7879
+  (0.1ms) rollback transaction
7880
+  (0.1ms) begin transaction
7881
+  (0.0ms) SAVEPOINT active_record_1
7882
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7884
+  (0.0ms) SAVEPOINT active_record_1
7885
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7886
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7888
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7889
+  (0.0ms) SAVEPOINT active_record_1
7890
+ 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
7891
+ 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
7892
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7893
+ 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]]
7894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7895
+  (0.0ms) SAVEPOINT active_record_1
7896
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
7897
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
7898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7899
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
7900
+  (0.0ms) SAVEPOINT active_record_1
7901
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
7902
+ 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
7903
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
7904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7905
+ 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
7906
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
7907
+  (0.1ms) rollback transaction
7908
+  (0.1ms) begin transaction
7909
+  (0.0ms) SAVEPOINT active_record_1
7910
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7912
+  (0.0ms) SAVEPOINT active_record_1
7913
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7914
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7916
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7917
+  (0.0ms) SAVEPOINT active_record_1
7918
+ 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
7919
+ 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
7920
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7921
+ 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]]
7922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7923
+  (0.0ms) SAVEPOINT active_record_1
7924
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
7925
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7926
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
7927
+  (0.0ms) SAVEPOINT active_record_1
7928
+ 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
7929
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
7930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7931
+ 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
7932
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
7933
+  (0.0ms) rollback transaction
7934
+  (0.1ms) begin transaction
7935
+  (0.0ms) SAVEPOINT active_record_1
7936
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7938
+  (0.0ms) SAVEPOINT active_record_1
7939
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7940
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7942
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7943
+  (0.0ms) SAVEPOINT active_record_1
7944
+ 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
7945
+ 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
7946
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7947
+ 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]]
7948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7949
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
7950
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
7951
+  (0.1ms) rollback transaction
7952
+ Connecting to database specified by database.yml
7953
+  (2.0ms) select sqlite_version(*)
7954
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
7955
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
7956
+  (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)
7957
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
7958
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
7959
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7960
+  (0.1ms) SELECT version FROM "schema_migrations"
7961
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
7962
+  (0.1ms) begin transaction
7963
+  (0.0ms) rollback transaction
7964
+  (0.0ms) begin transaction
7965
+  (0.1ms) SAVEPOINT active_record_1
7966
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7968
+  (0.1ms) SAVEPOINT active_record_1
7969
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7970
+ SQL (4.7ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7972
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7973
+  (0.1ms) SAVEPOINT active_record_1
7974
+ 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
7975
+ 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
7976
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7977
+ 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]]
7978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7979
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
7980
+ 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
7981
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
7982
+  (0.1ms) rollback transaction
7983
+  (0.1ms) begin transaction
7984
+  (0.0ms) SAVEPOINT active_record_1
7985
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
7986
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7987
+  (0.0ms) SAVEPOINT active_record_1
7988
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
7989
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
7990
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7991
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
7992
+  (0.0ms) SAVEPOINT active_record_1
7993
+ 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
7994
+ 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
7995
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
7996
+ 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]]
7997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7998
+  (0.0ms) SAVEPOINT active_record_1
7999
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8000
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8002
+  (0.0ms) SAVEPOINT active_record_1
8003
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8004
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
8005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8006
+  (0.0ms) SAVEPOINT active_record_1
8007
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8008
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
8009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8010
+  (0.0ms) SAVEPOINT active_record_1
8011
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8012
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
8013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8014
+  (0.0ms) SAVEPOINT active_record_1
8015
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8016
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
8017
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8018
+  (0.0ms) SAVEPOINT active_record_1
8019
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8020
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
8021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8022
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8023
+  (0.0ms) SAVEPOINT active_record_1
8024
+ 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
8025
+ 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
8026
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8027
+ 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]]
8028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8029
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8030
+  (0.0ms) SAVEPOINT active_record_1
8031
+ 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
8032
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8033
+ 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
8034
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8035
+ 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]]
8036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8037
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8038
+  (0.0ms) SAVEPOINT active_record_1
8039
+ 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
8040
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8041
+ 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
8042
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8043
+ 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]]
8044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8045
+  (0.0ms) SAVEPOINT active_record_1
8046
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8047
+ 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
8048
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
8049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8050
+  (0.0ms) SAVEPOINT active_record_1
8051
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8052
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8053
+ 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
8054
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
8055
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8056
+  (0.0ms) SAVEPOINT active_record_1
8057
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8058
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8059
+ 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
8060
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
8061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8062
+  (0.1ms) rollback transaction
8063
+  (0.1ms) begin transaction
8064
+  (0.0ms) SAVEPOINT active_record_1
8065
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8067
+  (0.0ms) SAVEPOINT active_record_1
8068
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8069
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8071
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8072
+  (0.0ms) SAVEPOINT active_record_1
8073
+ 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
8074
+ 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
8075
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8076
+ 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]]
8077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8078
+  (0.0ms) SAVEPOINT active_record_1
8079
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
8080
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
8081
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8082
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
8083
+  (0.0ms) SAVEPOINT active_record_1
8084
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8085
+ 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
8086
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
8087
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8088
+ 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
8089
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8090
+  (0.0ms) rollback transaction
8091
+  (0.1ms) begin transaction
8092
+  (0.0ms) SAVEPOINT active_record_1
8093
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8095
+  (0.0ms) SAVEPOINT active_record_1
8096
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8097
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8099
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8100
+  (0.1ms) SAVEPOINT active_record_1
8101
+ 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
8102
+ 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
8103
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8104
+ 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]]
8105
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8106
+  (0.0ms) SAVEPOINT active_record_1
8107
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
8108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8109
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
8110
+  (0.0ms) SAVEPOINT active_record_1
8111
+ 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
8112
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
8113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8114
+ 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
8115
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8116
+  (0.1ms) rollback transaction
8117
+  (0.0ms) begin transaction
8118
+  (0.0ms) SAVEPOINT active_record_1
8119
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8120
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8121
+  (0.0ms) SAVEPOINT active_record_1
8122
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8123
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8125
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8126
+  (0.1ms) SAVEPOINT active_record_1
8127
+ 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
8128
+ 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
8129
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8130
+ 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]]
8131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8132
+  (0.1ms) rollback transaction
8133
+  (0.1ms) begin transaction
8134
+  (0.0ms) SAVEPOINT active_record_1
8135
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8136
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8137
+  (0.0ms) SAVEPOINT active_record_1
8138
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8139
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8141
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8142
+  (0.0ms) SAVEPOINT active_record_1
8143
+ 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
8144
+ 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
8145
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8146
+ 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]]
8147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8148
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
8149
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
8150
+  (0.1ms) rollback transaction
8151
+ Connecting to database specified by database.yml
8152
+  (1.8ms) select sqlite_version(*)
8153
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
8154
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
8155
+  (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)
8156
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8157
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8158
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8159
+  (0.1ms) SELECT version FROM "schema_migrations"
8160
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
8161
+  (0.1ms) begin transaction
8162
+  (0.1ms) rollback transaction
8163
+  (0.1ms) begin transaction
8164
+  (0.1ms) SAVEPOINT active_record_1
8165
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8166
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8167
+  (0.1ms) SAVEPOINT active_record_1
8168
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8169
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8170
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8171
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8172
+  (0.1ms) SAVEPOINT active_record_1
8173
+ 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
8174
+ 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
8175
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8176
+ 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]]
8177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8178
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
8179
+ 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
8180
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8181
+  (0.1ms) rollback transaction
8182
+  (0.0ms) begin transaction
8183
+  (0.0ms) SAVEPOINT active_record_1
8184
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8186
+  (0.0ms) SAVEPOINT active_record_1
8187
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8188
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8190
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8191
+  (0.0ms) SAVEPOINT active_record_1
8192
+ 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
8193
+ 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
8194
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8195
+ 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]]
8196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8197
+  (0.0ms) SAVEPOINT active_record_1
8198
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8199
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8201
+  (0.0ms) SAVEPOINT active_record_1
8202
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8203
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
8204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8205
+  (0.0ms) SAVEPOINT active_record_1
8206
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8207
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
8208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8209
+  (0.0ms) SAVEPOINT active_record_1
8210
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8211
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
8212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8213
+  (0.0ms) SAVEPOINT active_record_1
8214
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8215
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
8216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8217
+  (0.0ms) SAVEPOINT active_record_1
8218
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8219
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
8220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8221
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8222
+  (0.0ms) SAVEPOINT active_record_1
8223
+ 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
8224
+ 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
8225
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8226
+ 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]]
8227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8228
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8229
+  (0.1ms) SAVEPOINT active_record_1
8230
+ 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
8231
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8232
+ 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
8233
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8234
+ 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]]
8235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8236
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8237
+  (0.0ms) SAVEPOINT active_record_1
8238
+ 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
8239
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8240
+ 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
8241
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8242
+ 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]]
8243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8244
+  (0.0ms) SAVEPOINT active_record_1
8245
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8246
+ 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
8247
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
8248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8249
+  (0.0ms) SAVEPOINT active_record_1
8250
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8251
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8252
+ 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
8253
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
8254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8255
+  (0.0ms) SAVEPOINT active_record_1
8256
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8257
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8258
+ 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
8259
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
8260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8261
+  (0.1ms) rollback transaction
8262
+  (0.1ms) begin transaction
8263
+  (0.0ms) SAVEPOINT active_record_1
8264
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8266
+  (0.0ms) SAVEPOINT active_record_1
8267
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8268
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8270
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8271
+  (0.0ms) SAVEPOINT active_record_1
8272
+ 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
8273
+ 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
8274
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8275
+ 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]]
8276
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8277
+  (0.0ms) SAVEPOINT active_record_1
8278
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
8279
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
8280
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8281
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
8282
+  (0.0ms) SAVEPOINT active_record_1
8283
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8284
+ 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
8285
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
8286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8287
+ 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
8288
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8289
+  (0.1ms) rollback transaction
8290
+  (0.1ms) begin transaction
8291
+  (0.0ms) SAVEPOINT active_record_1
8292
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8293
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8294
+  (0.0ms) SAVEPOINT active_record_1
8295
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8296
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8298
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8299
+  (0.0ms) SAVEPOINT active_record_1
8300
+ 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
8301
+ 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
8302
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8303
+ 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]]
8304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8305
+  (0.0ms) SAVEPOINT active_record_1
8306
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
8307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8308
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
8309
+  (0.0ms) SAVEPOINT active_record_1
8310
+ 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
8311
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
8312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8313
+ 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
8314
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8315
+  (0.1ms) rollback transaction
8316
+  (0.0ms) begin transaction
8317
+  (0.0ms) SAVEPOINT active_record_1
8318
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8320
+  (0.0ms) SAVEPOINT active_record_1
8321
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8322
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8324
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8325
+  (0.0ms) SAVEPOINT active_record_1
8326
+ 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
8327
+ 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
8328
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8329
+ 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]]
8330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8331
+  (0.1ms) rollback transaction
8332
+  (0.0ms) begin transaction
8333
+  (0.0ms) SAVEPOINT active_record_1
8334
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8336
+  (0.0ms) SAVEPOINT active_record_1
8337
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8338
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8340
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8341
+  (0.1ms) SAVEPOINT active_record_1
8342
+ 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
8343
+ 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
8344
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8345
+ 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]]
8346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8347
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
8348
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
8349
+  (0.1ms) rollback transaction
8350
+ Connecting to database specified by database.yml
8351
+  (1.9ms) select sqlite_version(*)
8352
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
8353
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
8354
+  (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)
8355
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8356
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8357
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8358
+  (0.1ms) SELECT version FROM "schema_migrations"
8359
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
8360
+  (0.1ms) begin transaction
8361
+  (0.1ms) rollback transaction
8362
+  (0.1ms) begin transaction
8363
+  (0.0ms) SAVEPOINT active_record_1
8364
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8365
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8366
+  (0.1ms) SAVEPOINT active_record_1
8367
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8368
+ SQL (4.8ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8370
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8371
+  (0.1ms) SAVEPOINT active_record_1
8372
+ 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
8373
+ 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
8374
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8375
+ 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]]
8376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8377
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
8378
+ 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
8379
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8380
+  (0.1ms) rollback transaction
8381
+  (0.0ms) begin transaction
8382
+  (0.0ms) SAVEPOINT active_record_1
8383
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8385
+  (0.0ms) SAVEPOINT active_record_1
8386
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8387
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8389
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8390
+  (0.0ms) SAVEPOINT active_record_1
8391
+ 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
8392
+ 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
8393
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8394
+ 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]]
8395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8396
+  (0.0ms) SAVEPOINT active_record_1
8397
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8398
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8399
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8400
+  (0.0ms) SAVEPOINT active_record_1
8401
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8402
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
8403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8404
+  (0.0ms) SAVEPOINT active_record_1
8405
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8406
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
8407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8408
+  (0.0ms) SAVEPOINT active_record_1
8409
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8410
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
8411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8412
+  (0.0ms) SAVEPOINT active_record_1
8413
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8414
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
8415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8416
+  (0.0ms) SAVEPOINT active_record_1
8417
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8418
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
8419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8420
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8421
+  (0.0ms) SAVEPOINT active_record_1
8422
+ 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
8423
+ 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
8424
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8425
+ 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]]
8426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8427
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8428
+  (0.0ms) SAVEPOINT active_record_1
8429
+ 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
8430
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8431
+ 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
8432
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8433
+ 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]]
8434
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8435
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8436
+  (0.0ms) SAVEPOINT active_record_1
8437
+ 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
8438
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8439
+ 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
8440
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8441
+ 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]]
8442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8443
+  (0.0ms) SAVEPOINT active_record_1
8444
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8445
+ 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
8446
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
8447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8448
+  (0.0ms) SAVEPOINT active_record_1
8449
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8450
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8451
+ 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
8452
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
8453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8454
+  (0.0ms) SAVEPOINT active_record_1
8455
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8456
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8457
+ 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
8458
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
8459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8460
+  (0.1ms) rollback transaction
8461
+  (0.0ms) begin transaction
8462
+  (0.0ms) SAVEPOINT active_record_1
8463
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8465
+  (0.0ms) SAVEPOINT active_record_1
8466
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8467
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8469
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8470
+  (0.0ms) SAVEPOINT active_record_1
8471
+ 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
8472
+ 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
8473
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8474
+ 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]]
8475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8476
+  (0.0ms) SAVEPOINT active_record_1
8477
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
8478
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
8479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8480
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
8481
+  (0.0ms) SAVEPOINT active_record_1
8482
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8483
+ 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
8484
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
8485
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8486
+ 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
8487
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8488
+  (0.0ms) rollback transaction
8489
+  (0.1ms) begin transaction
8490
+  (0.0ms) SAVEPOINT active_record_1
8491
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8493
+  (0.0ms) SAVEPOINT active_record_1
8494
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8495
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8497
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8498
+  (0.0ms) SAVEPOINT active_record_1
8499
+ 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
8500
+ 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
8501
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8502
+ 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]]
8503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8504
+  (0.0ms) SAVEPOINT active_record_1
8505
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
8506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8507
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
8508
+  (0.0ms) SAVEPOINT active_record_1
8509
+ 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
8510
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
8511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8512
+ 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
8513
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8514
+  (0.1ms) rollback transaction
8515
+  (0.0ms) begin transaction
8516
+  (0.0ms) SAVEPOINT active_record_1
8517
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8519
+  (0.0ms) SAVEPOINT active_record_1
8520
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8521
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8523
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8524
+  (0.0ms) SAVEPOINT active_record_1
8525
+ 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
8526
+ 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
8527
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8528
+ 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]]
8529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8530
+  (0.1ms) rollback transaction
8531
+  (0.0ms) begin transaction
8532
+  (0.0ms) SAVEPOINT active_record_1
8533
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8534
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8535
+  (0.0ms) SAVEPOINT active_record_1
8536
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8537
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8539
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8540
+  (0.0ms) SAVEPOINT active_record_1
8541
+ 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
8542
+ 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
8543
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8544
+ 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]]
8545
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8546
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
8547
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
8548
+  (0.1ms) rollback transaction
8549
+ Connecting to database specified by database.yml
8550
+  (1.8ms) select sqlite_version(*)
8551
+  (0.3ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
8552
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
8553
+  (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)
8554
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8555
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8556
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8557
+  (0.1ms) SELECT version FROM "schema_migrations"
8558
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
8559
+  (0.1ms) begin transaction
8560
+  (0.0ms) rollback transaction
8561
+  (0.0ms) begin transaction
8562
+  (0.1ms) SAVEPOINT active_record_1
8563
+ SQL (1.6ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8564
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8565
+  (0.1ms) SAVEPOINT active_record_1
8566
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8567
+ SQL (4.7ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8568
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8569
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8570
+  (0.1ms) SAVEPOINT active_record_1
8571
+ 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
8572
+ 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
8573
+ SQL (0.2ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8574
+ 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]]
8575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8576
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
8577
+ 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
8578
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8579
+  (0.1ms) rollback transaction
8580
+  (0.1ms) begin transaction
8581
+  (0.0ms) SAVEPOINT active_record_1
8582
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8584
+  (0.0ms) SAVEPOINT active_record_1
8585
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8586
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8588
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8589
+  (0.0ms) SAVEPOINT active_record_1
8590
+ 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
8591
+ 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
8592
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8593
+ 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]]
8594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8595
+  (0.0ms) SAVEPOINT active_record_1
8596
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8597
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8599
+  (0.0ms) SAVEPOINT active_record_1
8600
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8601
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
8602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8603
+  (0.0ms) SAVEPOINT active_record_1
8604
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8605
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
8606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8607
+  (0.0ms) SAVEPOINT active_record_1
8608
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8609
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
8610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8611
+  (0.0ms) SAVEPOINT active_record_1
8612
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8613
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
8614
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8615
+  (0.0ms) SAVEPOINT active_record_1
8616
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8617
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
8618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8619
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8620
+  (0.0ms) SAVEPOINT active_record_1
8621
+ 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
8622
+ 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
8623
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8624
+ 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]]
8625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8626
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8627
+  (0.0ms) SAVEPOINT active_record_1
8628
+ 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
8629
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8630
+ 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
8631
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8632
+ 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]]
8633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8634
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8635
+  (0.0ms) SAVEPOINT active_record_1
8636
+ 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
8637
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8638
+ 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
8639
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8640
+ 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]]
8641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8642
+  (0.0ms) SAVEPOINT active_record_1
8643
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8644
+ 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
8645
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
8646
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8647
+  (0.0ms) SAVEPOINT active_record_1
8648
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8649
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8650
+ 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
8651
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
8652
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8653
+  (0.0ms) SAVEPOINT active_record_1
8654
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8655
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8656
+ 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
8657
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
8658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8659
+  (0.1ms) rollback transaction
8660
+  (0.1ms) begin transaction
8661
+  (0.0ms) SAVEPOINT active_record_1
8662
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8664
+  (0.0ms) SAVEPOINT active_record_1
8665
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8666
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8668
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8669
+  (0.0ms) SAVEPOINT active_record_1
8670
+ 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
8671
+ 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
8672
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8673
+ 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]]
8674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8675
+  (0.0ms) SAVEPOINT active_record_1
8676
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
8677
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
8678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8679
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
8680
+  (0.0ms) SAVEPOINT active_record_1
8681
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8682
+ 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
8683
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
8684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8685
+ 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
8686
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8687
+  (0.1ms) rollback transaction
8688
+  (0.1ms) begin transaction
8689
+  (0.0ms) SAVEPOINT active_record_1
8690
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8692
+  (0.0ms) SAVEPOINT active_record_1
8693
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8694
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8696
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8697
+  (0.0ms) SAVEPOINT active_record_1
8698
+ 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
8699
+ 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
8700
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8701
+ 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]]
8702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8703
+  (0.0ms) SAVEPOINT active_record_1
8704
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
8705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8706
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
8707
+  (0.0ms) SAVEPOINT active_record_1
8708
+ 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
8709
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
8710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8711
+ 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
8712
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8713
+  (0.0ms) rollback transaction
8714
+  (0.1ms) begin transaction
8715
+  (0.0ms) SAVEPOINT active_record_1
8716
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8718
+  (0.0ms) SAVEPOINT active_record_1
8719
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8720
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8722
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8723
+  (0.1ms) SAVEPOINT active_record_1
8724
+ 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
8725
+ 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
8726
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8727
+ 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]]
8728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8729
+  (0.1ms) rollback transaction
8730
+  (0.0ms) begin transaction
8731
+  (0.0ms) SAVEPOINT active_record_1
8732
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8734
+  (0.0ms) SAVEPOINT active_record_1
8735
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8736
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8737
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8738
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8739
+  (0.0ms) SAVEPOINT active_record_1
8740
+ 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
8741
+ 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
8742
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8743
+ 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]]
8744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8745
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
8746
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
8747
+  (0.1ms) rollback transaction
8748
+ Connecting to database specified by database.yml
8749
+  (1.9ms) select sqlite_version(*)
8750
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
8751
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
8752
+  (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)
8753
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8754
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8755
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8756
+  (0.0ms) SELECT version FROM "schema_migrations"
8757
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
8758
+  (0.1ms) begin transaction
8759
+  (0.1ms) rollback transaction
8760
+  (0.0ms) begin transaction
8761
+  (0.1ms) SAVEPOINT active_record_1
8762
+ SQL (1.9ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8763
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8764
+  (0.1ms) SAVEPOINT active_record_1
8765
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8766
+ SQL (5.6ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8767
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8768
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8769
+  (0.1ms) SAVEPOINT active_record_1
8770
+ 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
8771
+ 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
8772
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8773
+ 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]]
8774
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8775
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
8776
+ 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
8777
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8778
+  (0.1ms) rollback transaction
8779
+  (0.1ms) begin transaction
8780
+  (0.0ms) SAVEPOINT active_record_1
8781
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8782
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8783
+  (0.0ms) SAVEPOINT active_record_1
8784
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8785
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8787
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8788
+  (0.0ms) SAVEPOINT active_record_1
8789
+ 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
8790
+ 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
8791
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8792
+ 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]]
8793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8794
+  (0.0ms) SAVEPOINT active_record_1
8795
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8796
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8798
+  (0.0ms) SAVEPOINT active_record_1
8799
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8800
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
8801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8802
+  (0.0ms) SAVEPOINT active_record_1
8803
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8804
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
8805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8806
+  (0.0ms) SAVEPOINT active_record_1
8807
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8808
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
8809
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8810
+  (0.0ms) SAVEPOINT active_record_1
8811
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8812
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
8813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8814
+  (0.0ms) SAVEPOINT active_record_1
8815
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
8816
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
8817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8818
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8819
+  (0.0ms) SAVEPOINT active_record_1
8820
+ 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
8821
+ 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
8822
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8823
+ 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]]
8824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8825
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8826
+  (0.0ms) SAVEPOINT active_record_1
8827
+ 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
8828
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8829
+ 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
8830
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8831
+ 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]]
8832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8833
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8834
+  (0.0ms) SAVEPOINT active_record_1
8835
+ 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
8836
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8837
+ 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
8838
+ SQL (0.0ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8839
+ 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]]
8840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8841
+  (0.0ms) SAVEPOINT active_record_1
8842
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8843
+ 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
8844
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
8845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8846
+  (0.0ms) SAVEPOINT active_record_1
8847
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8848
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
8849
+ 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
8850
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
8851
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8852
+  (0.0ms) SAVEPOINT active_record_1
8853
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8854
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
8855
+ 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
8856
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
8857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8858
+  (0.1ms) rollback transaction
8859
+  (0.0ms) begin transaction
8860
+  (0.0ms) SAVEPOINT active_record_1
8861
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8862
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8863
+  (0.0ms) SAVEPOINT active_record_1
8864
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8865
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8867
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8868
+  (0.0ms) SAVEPOINT active_record_1
8869
+ 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
8870
+ 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
8871
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8872
+ 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]]
8873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8874
+  (0.0ms) SAVEPOINT active_record_1
8875
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
8876
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
8877
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8878
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
8879
+  (0.0ms) SAVEPOINT active_record_1
8880
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
8881
+ 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
8882
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
8883
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8884
+ 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
8885
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8886
+  (0.1ms) rollback transaction
8887
+  (0.1ms) begin transaction
8888
+  (0.0ms) SAVEPOINT active_record_1
8889
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8891
+  (0.0ms) SAVEPOINT active_record_1
8892
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8893
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8894
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8895
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8896
+  (0.0ms) SAVEPOINT active_record_1
8897
+ 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
8898
+ 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
8899
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8900
+ 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]]
8901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8902
+  (0.0ms) SAVEPOINT active_record_1
8903
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
8904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8905
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
8906
+  (0.0ms) SAVEPOINT active_record_1
8907
+ 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
8908
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
8909
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8910
+ 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
8911
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8912
+  (0.1ms) rollback transaction
8913
+  (0.0ms) begin transaction
8914
+  (0.0ms) SAVEPOINT active_record_1
8915
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8916
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8917
+  (0.0ms) SAVEPOINT active_record_1
8918
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8919
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8921
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8922
+  (0.0ms) SAVEPOINT active_record_1
8923
+ 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
8924
+ 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
8925
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8926
+ 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]]
8927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8928
+  (0.1ms) rollback transaction
8929
+  (0.0ms) begin transaction
8930
+  (0.0ms) SAVEPOINT active_record_1
8931
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8932
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8933
+  (0.0ms) SAVEPOINT active_record_1
8934
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8935
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8937
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8938
+  (0.0ms) SAVEPOINT active_record_1
8939
+ 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
8940
+ 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
8941
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8942
+ 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]]
8943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8944
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
8945
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
8946
+  (0.1ms) rollback transaction
8947
+ Connecting to database specified by database.yml
8948
+  (1.8ms) select sqlite_version(*)
8949
+  (0.2ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))
8950
+  (0.1ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255)) 
8951
+  (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)
8952
+  (0.1ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8953
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8954
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8955
+  (0.1ms) SELECT version FROM "schema_migrations"
8956
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130128234241')
8957
+  (0.1ms) begin transaction
8958
+  (0.1ms) rollback transaction
8959
+  (0.0ms) begin transaction
8960
+  (0.0ms) SAVEPOINT active_record_1
8961
+ SQL (1.8ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8963
+  (0.1ms) SAVEPOINT active_record_1
8964
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8965
+ SQL (4.9ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8966
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8967
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8968
+  (0.1ms) SAVEPOINT active_record_1
8969
+ 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
8970
+ 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
8971
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8972
+ 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]]
8973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8974
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'name' LIMIT 1
8975
+ 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
8976
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
8977
+  (0.1ms) rollback transaction
8978
+  (0.1ms) begin transaction
8979
+  (0.0ms) SAVEPOINT active_record_1
8980
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
8981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8982
+  (0.0ms) SAVEPOINT active_record_1
8983
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
8984
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
8985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8986
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
8987
+  (0.0ms) SAVEPOINT active_record_1
8988
+ 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
8989
+ 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
8990
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
8991
+ 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]]
8992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8993
+  (0.0ms) SAVEPOINT active_record_1
8994
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8995
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 34], ["name", "same"], ["slug", "same"]]
8996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8997
+  (0.0ms) SAVEPOINT active_record_1
8998
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
8999
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 45], ["name", "same"], ["slug", "same-1"]]
9000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9001
+  (0.0ms) SAVEPOINT active_record_1
9002
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'same' OR slug LIKE 'same-_')) ORDER BY slug DESC LIMIT 1
9003
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 234], ["name", "same"], ["slug", "same-2"]]
9004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9005
+  (0.0ms) SAVEPOINT active_record_1
9006
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 2 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9007
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other' WHERE "simples"."id" = 2
9008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9009
+  (0.0ms) SAVEPOINT active_record_1
9010
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 3 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9011
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-1' WHERE "simples"."id" = 3
9012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9013
+  (0.0ms) SAVEPOINT active_record_1
9014
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 4 AND (slug = 'other' OR slug LIKE 'other-_')) ORDER BY slug DESC LIMIT 1
9015
+  (0.1ms) UPDATE "simples" SET "name" = 'other', "slug" = 'other-2' WHERE "simples"."id" = 4
9016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9017
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9018
+  (0.0ms) SAVEPOINT active_record_1
9019
+ 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
9020
+ 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
9021
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9022
+ 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]]
9023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9024
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9025
+  (0.0ms) SAVEPOINT active_record_1
9026
+ 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
9027
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9028
+ 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
9029
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9030
+ 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]]
9031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9032
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9033
+  (0.0ms) SAVEPOINT active_record_1
9034
+ 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
9035
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9036
+ 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
9037
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9038
+ 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]]
9039
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9040
+  (0.1ms) SAVEPOINT active_record_1
9041
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 2 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9042
+ 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
9043
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other' WHERE "translatables_i18n"."id" = 2
9044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9045
+  (0.0ms) SAVEPOINT active_record_1
9046
+ Translatable Load (0.7ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 3 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9047
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (2)
9048
+ 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
9049
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-1' WHERE "translatables_i18n"."id" = 3
9050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9051
+  (0.1ms) SAVEPOINT active_record_1
9052
+ Translatable Load (0.3ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 4 AND (t.slug = 'other' OR t.slug LIKE 'other-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9053
+ TranslatableTranslation Load (0.2ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (3)
9054
+ 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
9055
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'other', "slug" = 'other-2' WHERE "translatables_i18n"."id" = 4
9056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9057
+  (0.1ms) rollback transaction
9058
+  (0.1ms) begin transaction
9059
+  (0.0ms) SAVEPOINT active_record_1
9060
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9062
+  (0.0ms) SAVEPOINT active_record_1
9063
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9064
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9066
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9067
+  (0.0ms) SAVEPOINT active_record_1
9068
+ 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
9069
+ 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
9070
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9071
+ 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]]
9072
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9073
+  (0.0ms) SAVEPOINT active_record_1
9074
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE (id != 1 AND (slug = 'new-name' OR slug LIKE 'new-name-_')) ORDER BY slug DESC LIMIT 1
9075
+  (0.1ms) UPDATE "simples" SET "name" = 'new name', "slug" = 'new-name' WHERE "simples"."id" = 1
9076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9077
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'new-name' LIMIT 1
9078
+  (0.0ms) SAVEPOINT active_record_1
9079
+ Translatable Load (0.2ms) SELECT "translatables".* FROM "translatables" INNER JOIN translatables_i18n t ON t.translatable_id = translatables.id WHERE (translatables.id != 1 AND (t.slug = 'new-translatable-name' OR t.slug LIKE 'new-translatable-name-_') AND t.locale = 'en') ORDER BY t.slug DESC LIMIT 1
9080
+ 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
9081
+  (0.1ms) UPDATE "translatables_i18n" SET "name" = 'new translatable name', "slug" = 'new-translatable-name' WHERE "translatables_i18n"."id" = 1
9082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9083
+ 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
9084
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9085
+  (0.0ms) rollback transaction
9086
+  (0.1ms) begin transaction
9087
+  (0.0ms) SAVEPOINT active_record_1
9088
+ SQL (0.0ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9090
+  (0.0ms) SAVEPOINT active_record_1
9091
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9092
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9094
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9095
+  (0.0ms) SAVEPOINT active_record_1
9096
+ 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
9097
+ 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
9098
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9099
+ 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]]
9100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9101
+  (0.0ms) SAVEPOINT active_record_1
9102
+  (0.1ms) UPDATE "simples" SET "slug" = 'direct slug' WHERE "simples"."id" = 1
9103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9104
+ Simple Load (0.1ms) SELECT "simples".* FROM "simples" WHERE "simples"."slug" = 'direct slug' LIMIT 1
9105
+  (0.0ms) SAVEPOINT active_record_1
9106
+ 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
9107
+  (0.1ms) UPDATE "translatables_i18n" SET "slug" = 'translatable direct slug' WHERE "translatables_i18n"."id" = 1
9108
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9109
+ 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
9110
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IN (1)
9111
+  (0.1ms) rollback transaction
9112
+  (0.0ms) begin transaction
9113
+  (0.0ms) SAVEPOINT active_record_1
9114
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9116
+  (0.0ms) SAVEPOINT active_record_1
9117
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9118
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9120
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9121
+  (0.0ms) SAVEPOINT active_record_1
9122
+ 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
9123
+ 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
9124
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9125
+ 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]]
9126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9127
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9128
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9129
+  (0.1ms) rollback transaction
9130
+  (0.1ms) begin transaction
9131
+  (0.0ms) SAVEPOINT active_record_1
9132
+ SQL (0.1ms) INSERT INTO "withouts" ("name") VALUES (?) [["name", "name"]]
9133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9134
+  (0.0ms) SAVEPOINT active_record_1
9135
+ Simple Load (0.2ms) SELECT "simples".* FROM "simples" WHERE ((slug = 'name' OR slug LIKE 'name-_')) ORDER BY slug DESC LIMIT 1
9136
+ SQL (0.1ms) INSERT INTO "simples" ("age", "name", "slug") VALUES (?, ?, ?) [["age", 14], ["name", "name"], ["slug", "name"]]
9137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9138
+ TranslatableTranslation Load (0.1ms) SELECT "translatables_i18n".* FROM "translatables_i18n" WHERE "translatables_i18n"."translatable_id" IS NULL AND "translatables_i18n"."locale" = 'en' LIMIT 1
9139
+  (0.0ms) SAVEPOINT active_record_1
9140
+ 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
9141
+ 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
9142
+ SQL (0.1ms) INSERT INTO "translatables" ("dummy") VALUES (?) [["dummy", nil]]
9143
+ 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]]
9144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9145
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", "1"]]
9146
+ Without Load (0.1ms) SELECT "withouts".* FROM "withouts" WHERE "withouts"."id" = ? LIMIT 1 [["id", 1]]
9147
+  (0.1ms) rollback transaction