copycat 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8356,3 +8356,1081 @@ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translatio
8356
8356
  SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 23 Mar 2012 16:30:44 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Fri, 23 Mar 2012 16:30:44 UTC +00:00], ["value", "My Blog"]]
8357
8357
   (0.1ms) RELEASE SAVEPOINT active_record_1
8358
8358
   (0.3ms) rollback transaction
8359
+  (0.1ms) begin transaction
8360
+  (0.0ms) SAVEPOINT active_record_1
8361
+ SQL (22.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8363
+
8364
+
8365
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8366
+ Processing by CopycatTranslationsController#index as HTML
8367
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8368
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (2.9ms)
8369
+ Completed 200 OK in 18ms (Views: 11.5ms | ActiveRecord: 0.1ms)
8370
+
8371
+
8372
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8373
+ Processing by CopycatTranslationsController#import_export as HTML
8374
+ Rendered /vermonster/copycat/app/views/copycat_translations/import_export.html.erb within layouts/copycat (1.1ms)
8375
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
8376
+
8377
+
8378
+ Started GET "/copycat_translations/help" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8379
+ Processing by CopycatTranslationsController#help as HTML
8380
+ Rendered /vermonster/copycat/app/views/copycat_translations/help.html.erb within layouts/copycat (0.3ms)
8381
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
8382
+
8383
+
8384
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8385
+ Processing by CopycatTranslationsController#index as HTML
8386
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8387
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (0.6ms)
8388
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
8389
+  (0.5ms) rollback transaction
8390
+  (0.0ms) begin transaction
8391
+  (0.0ms) SAVEPOINT active_record_1
8392
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8394
+
8395
+
8396
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8397
+ Processing by CopycatTranslationsController#index as HTML
8398
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8399
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8400
+  (0.3ms) rollback transaction
8401
+  (0.0ms) begin transaction
8402
+  (0.0ms) SAVEPOINT active_record_1
8403
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8404
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8405
+
8406
+
8407
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8408
+ Processing by CopycatTranslationsController#index as HTML
8409
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8410
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8411
+
8412
+
8413
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8414
+ Processing by CopycatTranslationsController#index as HTML
8415
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
8416
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8417
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8418
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8419
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)
8420
+  (0.4ms) rollback transaction
8421
+  (0.0ms) begin transaction
8422
+  (0.0ms) SAVEPOINT active_record_1
8423
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8425
+
8426
+
8427
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8428
+ Processing by CopycatTranslationsController#index as HTML
8429
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8430
+ Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.1ms)
8431
+
8432
+
8433
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xfoo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8434
+ Processing by CopycatTranslationsController#index as HTML
8435
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xfoo", "commit"=>"Search"}
8436
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8437
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xfoo%' OR value LIKE '%xfoo%')
8438
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
8439
+  (0.4ms) rollback transaction
8440
+  (0.0ms) begin transaction
8441
+  (0.0ms) SAVEPOINT active_record_1
8442
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8443
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8444
+
8445
+
8446
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8447
+ Processing by CopycatTranslationsController#index as HTML
8448
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8449
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8450
+
8451
+
8452
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=bar&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8453
+ Processing by CopycatTranslationsController#index as HTML
8454
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"bar", "commit"=>"Search"}
8455
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8456
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
8457
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
8458
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
8459
+  (0.4ms) rollback transaction
8460
+  (0.0ms) begin transaction
8461
+  (0.0ms) SAVEPOINT active_record_1
8462
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8464
+
8465
+
8466
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8467
+ Processing by CopycatTranslationsController#index as HTML
8468
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8469
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8470
+
8471
+
8472
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xbar&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8473
+ Processing by CopycatTranslationsController#index as HTML
8474
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xbar", "commit"=>"Search"}
8475
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8476
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xbar%' OR value LIKE '%xbar%')
8477
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8478
+  (0.3ms) rollback transaction
8479
+  (0.0ms) begin transaction
8480
+  (0.0ms) SAVEPOINT active_record_1
8481
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8483
+
8484
+
8485
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8486
+ Processing by CopycatTranslationsController#index as HTML
8487
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8488
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8489
+  (0.0ms) SAVEPOINT active_record_1
8490
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.something"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "string000000001"]]
8491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8492
+
8493
+
8494
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=index&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8495
+ Processing by CopycatTranslationsController#index as HTML
8496
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"index", "commit"=>"Search"}
8497
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8498
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
8499
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
8500
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
8501
+  (0.4ms) rollback transaction
8502
+  (0.0ms) begin transaction
8503
+  (0.0ms) SAVEPOINT active_record_1
8504
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8505
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8506
+
8507
+
8508
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8509
+ Processing by CopycatTranslationsController#index as HTML
8510
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8511
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
8512
+  (0.0ms) SAVEPOINT active_record_1
8513
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foe"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "beer"]]
8514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8515
+
8516
+
8517
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8518
+ Processing by CopycatTranslationsController#index as HTML
8519
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
8520
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
8521
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations" 
8522
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
8523
+  (0.6ms) rollback transaction
8524
+  (0.0ms) begin transaction
8525
+  (0.0ms) SAVEPOINT active_record_1
8526
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8528
+
8529
+
8530
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8531
+ Processing by CopycatTranslationsController#index as HTML
8532
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8533
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8534
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8535
+  (0.0ms) SAVEPOINT active_record_1
8536
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8538
+  (0.0ms) SAVEPOINT active_record_1
8539
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8540
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8541
+  (0.0ms) SAVEPOINT active_record_1
8542
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8544
+  (0.0ms) SAVEPOINT active_record_1
8545
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8547
+
8548
+
8549
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8550
+ Processing by CopycatTranslationsController#index as HTML
8551
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8552
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8553
+  (0.3ms) rollback transaction
8554
+  (0.0ms) begin transaction
8555
+  (0.0ms) SAVEPOINT active_record_1
8556
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8558
+
8559
+
8560
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8561
+ Processing by CopycatTranslationsController#index as HTML
8562
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8563
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8564
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8565
+  (0.0ms) SAVEPOINT active_record_1
8566
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8568
+  (0.0ms) SAVEPOINT active_record_1
8569
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8571
+  (0.0ms) SAVEPOINT active_record_1
8572
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8574
+  (0.0ms) SAVEPOINT active_record_1
8575
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8577
+
8578
+
8579
+ Started GET "/copycat_translations?search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8580
+ Processing by CopycatTranslationsController#index as HTML
8581
+ Parameters: {"search"=>"", "commit"=>"Search"}
8582
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
8583
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations"
8584
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
8585
+  (0.3ms) rollback transaction
8586
+  (0.0ms) begin transaction
8587
+  (0.0ms) SAVEPOINT active_record_1
8588
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8590
+
8591
+
8592
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8593
+ Processing by CopycatTranslationsController#index as HTML
8594
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8595
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8596
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
8597
+  (0.0ms) SAVEPOINT active_record_1
8598
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8600
+  (0.0ms) SAVEPOINT active_record_1
8601
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8603
+  (0.0ms) SAVEPOINT active_record_1
8604
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8605
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8606
+  (0.0ms) SAVEPOINT active_record_1
8607
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8608
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8609
+
8610
+
8611
+ Started GET "/copycat_translations?search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8612
+ Processing by CopycatTranslationsController#index as HTML
8613
+ Parameters: {"search"=>"foo", "commit"=>"Search"}
8614
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8615
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8616
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8617
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
8618
+
8619
+
8620
+ Started GET "/copycat_translations?search=fuu&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8621
+ Processing by CopycatTranslationsController#index as HTML
8622
+ Parameters: {"search"=>"fuu", "commit"=>"Search"}
8623
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8624
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
8625
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8626
+  (0.3ms) rollback transaction
8627
+  (0.0ms) begin transaction
8628
+  (0.0ms) SAVEPOINT active_record_1
8629
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8631
+
8632
+
8633
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8634
+ Processing by CopycatTranslationsController#index as HTML
8635
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8636
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8637
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
8638
+  (0.0ms) SAVEPOINT active_record_1
8639
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8640
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8641
+  (0.0ms) SAVEPOINT active_record_1
8642
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8644
+  (0.0ms) SAVEPOINT active_record_1
8645
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8646
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8647
+  (0.0ms) SAVEPOINT active_record_1
8648
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8650
+
8651
+
8652
+ Started GET "/copycat_translations?locale=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8653
+ Processing by CopycatTranslationsController#index as HTML
8654
+ Parameters: {"locale"=>"", "commit"=>"Search"}
8655
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8656
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8657
+  (0.3ms) rollback transaction
8658
+  (0.0ms) begin transaction
8659
+  (0.0ms) SAVEPOINT active_record_1
8660
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8661
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8662
+
8663
+
8664
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8665
+ Processing by CopycatTranslationsController#index as HTML
8666
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8667
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8668
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
8669
+  (0.0ms) SAVEPOINT active_record_1
8670
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8672
+  (0.0ms) SAVEPOINT active_record_1
8673
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8675
+  (0.0ms) SAVEPOINT active_record_1
8676
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8678
+  (0.0ms) SAVEPOINT active_record_1
8679
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8681
+
8682
+
8683
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8684
+ Processing by CopycatTranslationsController#index as HTML
8685
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"", "commit"=>"Search"}
8686
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8687
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8688
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
8689
+  (0.4ms) rollback transaction
8690
+  (0.0ms) begin transaction
8691
+  (0.0ms) SAVEPOINT active_record_1
8692
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8694
+
8695
+
8696
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8697
+ Processing by CopycatTranslationsController#index as HTML
8698
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8699
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8700
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8701
+  (0.0ms) SAVEPOINT active_record_1
8702
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8704
+  (0.0ms) SAVEPOINT active_record_1
8705
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8706
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8707
+  (0.0ms) SAVEPOINT active_record_1
8708
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8710
+  (0.0ms) SAVEPOINT active_record_1
8711
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8713
+
8714
+
8715
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8716
+ Processing by CopycatTranslationsController#index as HTML
8717
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"foo", "commit"=>"Search"}
8718
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8719
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
8720
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
8721
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
8722
+
8723
+
8724
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8725
+ Processing by CopycatTranslationsController#index as HTML
8726
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"fuu", "commit"=>"Search"}
8727
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8728
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%fuu%' OR value LIKE '%fuu%')
8729
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8730
+  (0.4ms) rollback transaction
8731
+  (0.0ms) begin transaction
8732
+  (0.0ms) SAVEPOINT active_record_1
8733
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8735
+
8736
+
8737
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8738
+ Processing by CopycatTranslationsController#index as HTML
8739
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8740
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8741
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8742
+  (0.0ms) SAVEPOINT active_record_1
8743
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8744
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8745
+  (0.0ms) SAVEPOINT active_record_1
8746
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8748
+  (0.0ms) SAVEPOINT active_record_1
8749
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8751
+  (0.0ms) SAVEPOINT active_record_1
8752
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8754
+
8755
+
8756
+ Started GET "/copycat_translations?locale=en&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8757
+ Processing by CopycatTranslationsController#index as HTML
8758
+ Parameters: {"locale"=>"en", "commit"=>"Search"}
8759
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8760
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8761
+  (0.4ms) rollback transaction
8762
+  (0.1ms) begin transaction
8763
+  (0.0ms) SAVEPOINT active_record_1
8764
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8766
+
8767
+
8768
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8769
+ Processing by CopycatTranslationsController#index as HTML
8770
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8771
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
8772
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
8773
+  (0.0ms) SAVEPOINT active_record_1
8774
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8776
+  (0.0ms) SAVEPOINT active_record_1
8777
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8779
+  (0.0ms) SAVEPOINT active_record_1
8780
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8782
+  (0.0ms) SAVEPOINT active_record_1
8783
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8784
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8785
+
8786
+
8787
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8788
+ Processing by CopycatTranslationsController#index as HTML
8789
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
8790
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
8791
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations"
8792
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
8793
+
8794
+
8795
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8796
+ Processing by CopycatTranslationsController#index as HTML
8797
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"", "commit"=>"Search"}
8798
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa'
8799
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8800
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
8801
+
8802
+
8803
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8804
+ Processing by CopycatTranslationsController#index as HTML
8805
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"", "commit"=>"Search"}
8806
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it'
8807
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations"
8808
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
8809
+  (0.4ms) rollback transaction
8810
+  (0.0ms) begin transaction
8811
+  (0.0ms) SAVEPOINT active_record_1
8812
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8814
+
8815
+
8816
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8817
+ Processing by CopycatTranslationsController#index as HTML
8818
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8819
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8820
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
8821
+  (0.0ms) SAVEPOINT active_record_1
8822
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8824
+  (0.0ms) SAVEPOINT active_record_1
8825
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8826
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8827
+  (0.0ms) SAVEPOINT active_record_1
8828
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8830
+  (0.0ms) SAVEPOINT active_record_1
8831
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8832
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8833
+
8834
+
8835
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8836
+ Processing by CopycatTranslationsController#index as HTML
8837
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
8838
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8839
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8840
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8841
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
8842
+
8843
+
8844
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8845
+ Processing by CopycatTranslationsController#index as HTML
8846
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"foo", "commit"=>"Search"}
8847
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8848
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8849
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8850
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
8851
+
8852
+
8853
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8854
+ Processing by CopycatTranslationsController#index as HTML
8855
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"foo", "commit"=>"Search"}
8856
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8857
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8858
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8859
+ Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.3ms)
8860
+
8861
+
8862
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8863
+ Processing by CopycatTranslationsController#index as HTML
8864
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"fuu", "commit"=>"Search"}
8865
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8866
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
8867
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
8868
+  (0.5ms) rollback transaction
8869
+  (0.0ms) begin transaction
8870
+  (0.0ms) SAVEPOINT active_record_1
8871
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8872
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8873
+
8874
+
8875
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8876
+ Processing by CopycatTranslationsController#index as HTML
8877
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8878
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8879
+
8880
+
8881
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8882
+ Processing by CopycatTranslationsController#index as HTML
8883
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
8884
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8885
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8886
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8887
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
8888
+
8889
+
8890
+ Started GET "/copycat_translations/1/edit" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8891
+ Processing by CopycatTranslationsController#edit as HTML
8892
+ Parameters: {"id"=>"1"}
8893
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1 [["id", "1"]]
8894
+ Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.1ms)
8895
+  (0.6ms) rollback transaction
8896
+  (0.0ms) begin transaction
8897
+  (0.0ms) SAVEPOINT active_record_1
8898
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8900
+
8901
+
8902
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8903
+ Processing by CopycatTranslationsController#index as HTML
8904
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8905
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8906
+
8907
+
8908
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8909
+ Processing by CopycatTranslationsController#index as HTML
8910
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
8911
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8912
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8913
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8914
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
8915
+
8916
+
8917
+ Started GET "/copycat_translations/1/edit" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8918
+ Processing by CopycatTranslationsController#edit as HTML
8919
+ Parameters: {"id"=>"1"}
8920
+ CopycatTranslation Load (0.0ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1 [["id", "1"]]
8921
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
8922
+
8923
+
8924
+ Started PUT "/copycat_translations/1" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8925
+ Processing by CopycatTranslationsController#update as HTML
8926
+ Parameters: {"utf8"=>"✓", "copycat_translation"=>{"value"=>"baz"}, "commit"=>"Update", "id"=>"1"}
8927
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1 [["id", "1"]]
8928
+  (0.0ms) SAVEPOINT active_record_1
8929
+  (0.1ms) UPDATE "copycat_translations" SET "value" = 'baz', "updated_at" = '2012-03-26 19:16:52.743565' WHERE "copycat_translations"."id" = 1
8930
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8931
+ Redirected to http://www.example.com/copycat_translations
8932
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
8933
+
8934
+
8935
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8936
+ Processing by CopycatTranslationsController#index as HTML
8937
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8938
+ Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.1ms)
8939
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'foo' LIMIT 1
8940
+  (0.3ms) rollback transaction
8941
+  (0.0ms) begin transaction
8942
+  (0.0ms) SAVEPOINT active_record_1
8943
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar"]]
8944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8945
+
8946
+
8947
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8948
+ Processing by CopycatTranslationsController#index as HTML
8949
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
8950
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
8951
+
8952
+
8953
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8954
+ Processing by CopycatTranslationsController#index as HTML
8955
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
8956
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8957
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8958
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
8959
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
8960
+
8961
+
8962
+ Started GET "/copycat_translations/1/edit" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8963
+ Processing by CopycatTranslationsController#edit as HTML
8964
+ Parameters: {"id"=>"1"}
8965
+ CopycatTranslation Load (0.0ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1 [["id", "1"]]
8966
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
8967
+
8968
+
8969
+ Started DELETE "/copycat_translations/1" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8970
+ Processing by CopycatTranslationsController#destroy as HTML
8971
+ Parameters: {"id"=>"1"}
8972
+ CopycatTranslation Load (0.0ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1 [["id", "1"]]
8973
+  (0.0ms) SAVEPOINT active_record_1
8974
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
8975
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8976
+ Redirected to http://www.example.com/copycat_translations
8977
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
8978
+
8979
+
8980
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
8981
+ Processing by CopycatTranslationsController#index as HTML
8982
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
8983
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
8984
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'foo' LIMIT 1
8985
+  (0.3ms) rollback transaction
8986
+  (0.0ms) begin transaction
8987
+  (0.0ms) SAVEPOINT active_record_1
8988
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo1"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
8989
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8990
+  (0.0ms) SAVEPOINT active_record_1
8991
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo2:"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
8992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8993
+  (0.0ms) SAVEPOINT active_record_1
8994
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.b.foo3"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
8995
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8996
+  (0.0ms) SAVEPOINT active_record_1
8997
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "c.foo4"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar4"]]
8998
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8999
+  (0.0ms) SAVEPOINT active_record_1
9000
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", 2], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar5"]]
9001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9002
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
9003
+
9004
+
9005
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9006
+ Processing by CopycatTranslationsController#import_export as HTML
9007
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
9008
+
9009
+
9010
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9011
+ Processing by CopycatTranslationsController#download as HTML
9012
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9013
+ Sent data copycat_translations_2012_03_26_15_16_52.yml (2.0ms)
9014
+ Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms)
9015
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
9016
+  (0.0ms) SAVEPOINT active_record_1
9017
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
9018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9019
+  (0.0ms) SAVEPOINT active_record_1
9020
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
9021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9022
+  (0.0ms) SAVEPOINT active_record_1
9023
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 3]]
9024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9025
+  (0.0ms) SAVEPOINT active_record_1
9026
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 4]]
9027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9028
+  (0.0ms) SAVEPOINT active_record_1
9029
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 5]]
9030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9031
+  (0.0ms) SELECT COUNT(*) FROM "copycat_translations"
9032
+
9033
+
9034
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9035
+ Processing by CopycatTranslationsController#import_export as HTML
9036
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9037
+
9038
+
9039
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9040
+ Processing by CopycatTranslationsController#upload as HTML
9041
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000104da1ce0 @original_filename="copycat20120326-13625-146joxm", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120326-13625-146joxm\"\r\nContent-Type: \r\nContent-Length: 104\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120326-13625-f3mknc>>, "commit"=>"Upload"}
9042
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' AND "copycat_translations"."locale" = 'en' LIMIT 1
9043
+  (0.0ms) SAVEPOINT active_record_1
9044
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo1"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar1"]]
9045
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9046
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' AND "copycat_translations"."locale" = 'en' LIMIT 1
9047
+  (0.0ms) SAVEPOINT active_record_1
9048
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo2:"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar2"]]
9049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9050
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' AND "copycat_translations"."locale" = 'en' LIMIT 1
9051
+  (0.0ms) SAVEPOINT active_record_1
9052
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.b.foo3"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar3"]]
9053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9054
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' AND "copycat_translations"."locale" = 'en' LIMIT 1
9055
+  (0.0ms) SAVEPOINT active_record_1
9056
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "c.foo4"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar4"]]
9057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9058
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = '2' AND "copycat_translations"."locale" = 'en' LIMIT 1
9059
+  (0.0ms) SAVEPOINT active_record_1
9060
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "2"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "bar5"]]
9061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9062
+ Redirected to http://www.example.com/copycat_translations
9063
+ Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
9064
+
9065
+
9066
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9067
+ Processing by CopycatTranslationsController#index as HTML
9068
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
9069
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
9070
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
9071
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' LIMIT 1
9072
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' LIMIT 1
9073
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' LIMIT 1
9074
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' LIMIT 1
9075
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 2 LIMIT 1
9076
+  (0.4ms) rollback transaction
9077
+  (0.0ms) begin transaction
9078
+  (0.0ms) SAVEPOINT active_record_1
9079
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
9080
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9081
+
9082
+
9083
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9084
+ Processing by CopycatTranslationsController#import_export as HTML
9085
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9086
+
9087
+
9088
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9089
+ Processing by CopycatTranslationsController#download as HTML
9090
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9091
+ Sent data copycat_translations_2012_03_26_15_16_52.yml (0.2ms)
9092
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
9093
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
9094
+  (0.0ms) SAVEPOINT active_record_1
9095
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
9096
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9097
+
9098
+
9099
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9100
+ Processing by CopycatTranslationsController#import_export as HTML
9101
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9102
+
9103
+
9104
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9105
+ Processing by CopycatTranslationsController#upload as HTML
9106
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000103ee4810 @original_filename="copycat20120326-13625-vdscqu", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120326-13625-vdscqu\"\r\nContent-Type: \r\nContent-Length: 64\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120326-13625-seit5b>>, "commit"=>"Upload"}
9107
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' AND "copycat_translations"."locale" = 'en' LIMIT 1
9108
+  (0.0ms) SAVEPOINT active_record_1
9109
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "a.foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
9110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9111
+ Redirected to http://www.example.com/copycat_translations
9112
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
9113
+
9114
+
9115
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9116
+ Processing by CopycatTranslationsController#index as HTML
9117
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
9118
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
9119
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' LIMIT 1
9120
+  (0.3ms) rollback transaction
9121
+  (0.0ms) begin transaction
9122
+
9123
+
9124
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9125
+ Processing by CopycatTranslationsController#import_export as HTML
9126
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9127
+
9128
+
9129
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9130
+ Processing by CopycatTranslationsController#upload as HTML
9131
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000104ef1ac8 @original_filename="copycat20120326-13625-1rbcuz7", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120326-13625-1rbcuz7\"\r\nContent-Type: \r\nContent-Length: 7\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120326-13625-1dqucb>>, "commit"=>"Upload"}
9132
+
9133
+ NoMethodError
9134
+ undefined method `each' for "<<<%%%s":String
9135
+ Completed 400 Bad Request in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9136
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
9137
+  (0.0ms) rollback transaction
9138
+  (0.0ms) begin transaction
9139
+
9140
+
9141
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9142
+ Processing by CopycatTranslationsController#import_export as HTML
9143
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9144
+
9145
+
9146
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9147
+ Processing by CopycatTranslationsController#upload as HTML
9148
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000104d70be0 @original_filename="copycat20120326-13625-6ml8kl", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120326-13625-6ml8kl\"\r\nContent-Type: \r\nContent-Length: 62\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120326-13625-11umtjj>>, "commit"=>"Upload"}
9149
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
9150
+  (0.0ms) SAVEPOINT active_record_1
9151
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "world"]]
9152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9153
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'es' LIMIT 1
9154
+  (0.0ms) SAVEPOINT active_record_1
9155
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "mundo"]]
9156
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9157
+ Redirected to http://www.example.com/copycat_translations
9158
+ Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
9159
+
9160
+
9161
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9162
+ Processing by CopycatTranslationsController#index as HTML
9163
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
9164
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
9165
+  (0.0ms) SELECT COUNT(*) FROM "copycat_translations"
9166
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' LIMIT 1
9167
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' LIMIT 1
9168
+  (0.4ms) rollback transaction
9169
+  (0.0ms) begin transaction
9170
+  (0.0ms) SAVEPOINT active_record_1
9171
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "world"]]
9172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9173
+  (0.0ms) SAVEPOINT active_record_1
9174
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "mundo"]]
9175
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9176
+
9177
+
9178
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9179
+ Processing by CopycatTranslationsController#download as HTML
9180
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9181
+ Sent data copycat_translations_2012_03_26_15_16_52.yml (0.3ms)
9182
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
9183
+  (0.4ms) rollback transaction
9184
+  (0.1ms) begin transaction
9185
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9186
+  (0.0ms) SAVEPOINT active_record_1
9187
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "The Header"]]
9188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9189
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9190
+  (0.0ms) SAVEPOINT active_record_1
9191
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", nil]]
9192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9193
+  (0.3ms) rollback transaction
9194
+  (0.0ms) begin transaction
9195
+
9196
+
9197
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9198
+ Processing by SiteController#index as HTML
9199
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9200
+  (0.0ms) SAVEPOINT active_record_1
9201
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "The Header"]]
9202
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9203
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9204
+  (0.0ms) SAVEPOINT active_record_1
9205
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", nil]]
9206
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9207
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.9ms)
9208
+  (0.3ms) rollback transaction
9209
+  (0.0ms) begin transaction
9210
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
9211
+
9212
+
9213
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9214
+ Processing by SiteController#index as HTML
9215
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9216
+  (0.0ms) SAVEPOINT active_record_1
9217
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "The Header"]]
9218
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9219
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9220
+  (0.0ms) SAVEPOINT active_record_1
9221
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", nil]]
9222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9223
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.8ms)
9224
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
9225
+  (0.4ms) rollback transaction
9226
+  (0.0ms) begin transaction
9227
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9228
+
9229
+
9230
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9231
+ Processing by SiteController#index as HTML
9232
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9233
+  (0.0ms) SAVEPOINT active_record_1
9234
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "The Header"]]
9235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9236
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9237
+  (0.0ms) SAVEPOINT active_record_1
9238
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", nil]]
9239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9240
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.8ms)
9241
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9242
+  (0.3ms) rollback transaction
9243
+  (0.0ms) begin transaction
9244
+  (0.0ms) SAVEPOINT active_record_1
9245
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "A different header"]]
9246
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9247
+
9248
+
9249
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9250
+ Processing by SiteController#index as HTML
9251
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9252
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9253
+  (0.0ms) SAVEPOINT active_record_1
9254
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", nil]]
9255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9256
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.5ms)
9257
+  (0.4ms) rollback transaction
9258
+  (0.0ms) begin transaction
9259
+  (0.0ms) SAVEPOINT active_record_1
9260
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "world"]]
9261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9262
+  (0.0ms) SAVEPOINT active_record_1
9263
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.intro"], ["locale", "es"], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "mundo"]]
9264
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9265
+
9266
+
9267
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9268
+ Processing by SiteController#index as HTML
9269
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9270
+  (0.0ms) SAVEPOINT active_record_1
9271
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:52 UTC +00:00], ["value", "The Header"]]
9272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9273
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9274
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.4ms)
9275
+
9276
+
9277
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:52 -0400
9278
+ Processing by SiteController#index as HTML
9279
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9280
+  (0.0ms) SAVEPOINT active_record_1
9281
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.index.header"], ["locale", :es], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9282
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9283
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9284
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.4ms)
9285
+
9286
+
9287
+ Started GET "/" for 127.0.0.1 at 2012-03-26 15:16:53 -0400
9288
+ Processing by SiteController#index as HTML
9289
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
9290
+  (0.0ms) SAVEPOINT active_record_1
9291
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.index.header"], ["locale", :fa], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9293
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
9294
+  (0.0ms) SAVEPOINT active_record_1
9295
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.index.intro"], ["locale", :fa], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9297
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.6ms)
9298
+  (0.4ms) rollback transaction
9299
+  (0.0ms) begin transaction
9300
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" IS NULL AND "copycat_translations"."key" = '' LIMIT 1
9301
+  (0.0ms) SAVEPOINT active_record_1
9302
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
9303
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :copycat_translation], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9304
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.key' LIMIT 1
9305
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.key"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9306
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.key' LIMIT 1
9307
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"attributes.key"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9308
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.key.blank' LIMIT 1
9309
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.key.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9310
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
9311
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9312
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
9313
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.errors.messages.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9314
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.key.blank' LIMIT 1
9315
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"errors.attributes.key.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9316
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
9317
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"errors.messages.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "can't be blank"]]
9318
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
9319
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.locale' LIMIT 1
9320
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.locale"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9321
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.locale' LIMIT 1
9322
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"attributes.locale"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9323
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.locale.blank' LIMIT 1
9324
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.locale.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9325
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
9326
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
9327
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.locale.blank' LIMIT 1
9328
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", :"errors.attributes.locale.blank"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9329
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
9330
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9331
+  (0.7ms) rollback transaction
9332
+  (0.0ms) begin transaction
9333
+  (0.1ms) SAVEPOINT active_record_1
9334
+ SQL (0.8ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "string000000002"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "string000000003"]]
9335
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9336
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'string000000002' LIMIT 1
9337
+  (0.5ms) rollback transaction
9338
+  (0.0ms) begin transaction
9339
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
9340
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo' LIMIT 1
9341
+  (0.0ms) SAVEPOINT active_record_1
9342
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "translation missing"]]
9343
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9344
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
9345
+  (0.3ms) rollback transaction
9346
+  (0.0ms) begin transaction
9347
+  (0.0ms) SAVEPOINT active_record_1
9348
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copyfoo"]]
9349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9350
+  (0.0ms) SAVEPOINT active_record_1
9351
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copybaz"]]
9352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9353
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
9354
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
9355
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
9356
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
9357
+  (0.0ms) SAVEPOINT active_record_1
9358
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "Hello world"]]
9359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9360
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' AND "copycat_translations"."locale" = 'en' LIMIT 1
9361
+  (0.0ms) SAVEPOINT active_record_1
9362
+  (0.1ms) UPDATE "copycat_translations" SET "value" = 'lorem ipsum', "updated_at" = '2012-03-26 19:16:53.076300' WHERE "copycat_translations"."id" = 1
9363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9364
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
9365
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
9366
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
9367
+  (0.3ms) rollback transaction
9368
+  (0.0ms) begin transaction
9369
+  (0.0ms) SAVEPOINT active_record_1
9370
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copyfoo"]]
9371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9372
+  (0.0ms) SAVEPOINT active_record_1
9373
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copybaz"]]
9374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9375
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9376
+  (0.0ms) SAVEPOINT active_record_1
9377
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "a.sample_copy3"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copyfoo"]]
9378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9379
+  (0.0ms) SAVEPOINT active_record_1
9380
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "a.sample_copy4"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "copybaz"]]
9381
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9382
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
9383
+  (0.5ms) rollback transaction
9384
+  (0.0ms) begin transaction
9385
+  (0.0ms) SAVEPOINT active_record_1
9386
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "moby_dick"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
9387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9388
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
9389
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9390
+  (0.0ms) SAVEPOINT active_record_1
9391
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
9392
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9393
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' AND "copycat_translations"."locale" = 'en' LIMIT 1
9394
+  (0.0ms) SAVEPOINT active_record_1
9395
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "moby_dick"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
9396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9397
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' LIMIT 1
9398
+  (0.3ms) rollback transaction
9399
+  (0.0ms) begin transaction
9400
+  (0.0ms) SAVEPOINT active_record_1
9401
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "bar"]]
9402
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9403
+  (0.0ms) SAVEPOINT active_record_1
9404
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "bar2"]]
9405
+ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)
9406
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
9407
+  (0.0ms) SAVEPOINT active_record_1
9408
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "bar"]]
9409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9410
+  (0.4ms) rollback transaction
9411
+  (0.0ms) begin transaction
9412
+  (0.0ms) rollback transaction
9413
+  (0.0ms) begin transaction
9414
+  (0.0ms) rollback transaction
9415
+  (0.0ms) begin transaction
9416
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
9417
+  (0.0ms) SAVEPOINT active_record_1
9418
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", nil]]
9419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9420
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9421
+  (0.0ms) SAVEPOINT active_record_1
9422
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
9423
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9424
+  (0.0ms) SAVEPOINT active_record_1
9425
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.title"], ["locale", "en"], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "My Blog"]]
9426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9427
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
9428
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
9429
+  (0.0ms) SAVEPOINT active_record_1
9430
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
9431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9432
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
9433
+  (0.0ms) SAVEPOINT active_record_1
9434
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Mon, 26 Mar 2012 19:16:53 UTC +00:00], ["value", "My Blog"]]
9435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9436
+  (0.3ms) rollback transaction