copycat 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/app/controllers/copycat_translations_controller.rb +1 -1
- data/lib/copycat/version.rb +1 -1
- data/spec/dummy/config/initializers/copycat.rb +2 -2
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/log/development.log +90 -0
- data/spec/dummy/log/test.log +1078 -0
- metadata +4 -6
- data/spec/dummy/tmp/pids/server.pid +0 -1
data/spec/dummy/log/test.log
CHANGED
|
@@ -8356,3 +8356,1081 @@ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translatio
|
|
|
8356
8356
|
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8358
8358
|
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8359
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
8360
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8361
|
+
[1m[36mSQL (22.3ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
8390
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8391
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8392
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8399
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8400
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8401
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8402
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8403
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8417
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8418
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
8419
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)
|
|
8420
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
8421
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8422
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8423
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8437
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xfoo%' OR value LIKE '%xfoo%')[0m
|
|
8438
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
|
|
8439
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
8440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8441
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8442
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8456
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')[0m
|
|
8457
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
8460
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8461
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8462
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8476
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8479
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8480
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8481
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8488
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8489
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8490
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8498
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')[0m
|
|
8499
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
8502
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8504
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8511
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
|
8512
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8513
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
|
|
8521
|
+
[1m[36mCopycatTranslation Load (0.0ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8522
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
|
|
8523
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
8524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8525
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8526
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8533
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8534
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8535
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8536
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
8537
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8538
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8539
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8541
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8542
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8544
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8545
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8552
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8553
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
8554
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8555
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8556
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8563
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8564
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8565
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8566
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
8567
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8568
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8569
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8572
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8574
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8575
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'[0m
|
|
8583
|
+
[1m[35mCopycatTranslation Load (0.0ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8584
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
|
|
8585
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8586
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8587
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8588
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8595
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8596
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
8597
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8598
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
8599
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8600
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8601
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8603
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8604
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8606
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8607
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8615
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
8616
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8624
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8627
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8628
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8629
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8636
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8637
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
8638
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8639
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
8640
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8641
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8642
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8644
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8645
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8647
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8648
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8656
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8657
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8658
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8659
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8660
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8667
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
|
|
8668
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
8669
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8670
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
8671
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8672
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8673
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8675
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8676
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8678
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8679
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8687
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8688
|
+
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
|
|
8689
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
8690
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8691
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8692
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8699
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8700
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8701
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8702
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
8703
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8704
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8705
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8707
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8708
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8710
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8711
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8719
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8720
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8728
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%fuu%' OR value LIKE '%fuu%')[0m
|
|
8729
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8730
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
8731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
8732
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8733
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8740
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8741
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8742
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8743
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
8744
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8745
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8746
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8748
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8749
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8751
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8752
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8760
|
+
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
|
|
8761
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
8762
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
8763
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8764
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8771
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
|
|
8772
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
8773
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8774
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
8775
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8776
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8777
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8779
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8780
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8782
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8783
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'[0m
|
|
8791
|
+
[1m[35mCopycatTranslation Load (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa'[0m
|
|
8799
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it'[0m
|
|
8807
|
+
[1m[35mCopycatTranslation Load (0.0ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8808
|
+
Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
|
8809
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
8810
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8811
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8812
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8819
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
|
|
8820
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
8821
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8822
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
8823
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8824
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8825
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8827
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8828
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8830
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8831
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8839
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
8840
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8848
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8849
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
8857
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
8858
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8866
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
8869
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8870
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8871
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8885
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8886
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
8896
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8897
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8898
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8912
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8913
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
8928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8929
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "copycat_translations" SET "value" = 'baz', "updated_at" = '2012-03-26 19:16:52.743565' WHERE "copycat_translations"."id" = 1[0m
|
|
8930
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8938
|
+
Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.1ms)
|
|
8939
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'foo' LIMIT 1
|
|
8940
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8941
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8942
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8943
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8957
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
|
|
8958
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.0ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."id" = ? LIMIT 1[0m [["id", "1"]]
|
|
8973
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8974
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
8975
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
8983
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
|
8984
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'foo' LIMIT 1
|
|
8985
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
8986
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
8987
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8988
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8990
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8991
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8993
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8994
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
8996
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
8997
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
8999
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9000
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9002
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
9016
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9017
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
9018
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9019
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9020
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 2]]
|
|
9021
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9022
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9023
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 3]]
|
|
9024
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9025
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9026
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 4]]
|
|
9027
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9028
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9029
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 5]]
|
|
9030
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9031
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9043
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9044
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9046
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9047
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9048
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9050
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9051
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9052
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9054
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9055
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9056
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9058
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = '2' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9059
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9060
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
9069
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
|
|
9070
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations"
|
|
9071
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' LIMIT 1[0m
|
|
9072
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' LIMIT 1
|
|
9073
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' LIMIT 1[0m
|
|
9074
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' LIMIT 1
|
|
9075
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 2 LIMIT 1[0m
|
|
9076
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
9077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9079
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
9094
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9095
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
|
|
9096
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' AND "copycat_translations"."locale" = 'en' LIMIT 1
|
|
9108
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9109
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT distinct locale FROM "copycat_translations"
|
|
9118
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms)
|
|
9119
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' LIMIT 1[0m
|
|
9120
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
9121
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations"
|
|
9137
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
9138
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9150
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9151
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9153
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'es' LIMIT 1[0m
|
|
9154
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9155
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT distinct locale FROM "copycat_translations" [0m
|
|
9164
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
|
|
9165
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "copycat_translations"
|
|
9166
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9167
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' LIMIT 1
|
|
9168
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
9169
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9170
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9171
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9173
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9174
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
9184
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
9185
|
+
[1m[35mCopycatTranslation Load (0.2ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
|
|
9186
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9187
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9189
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
|
|
9190
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9191
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9193
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
9194
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
|
|
9200
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9201
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9203
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
|
|
9204
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9205
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9207
|
+
Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.9ms)
|
|
9208
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
9209
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9210
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1[0m
|
|
9216
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9217
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9219
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1[0m
|
|
9220
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9221
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9223
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.8ms)
|
|
9224
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1[0m
|
|
9225
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
9226
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9227
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1[0m
|
|
9233
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9234
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9236
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1[0m
|
|
9237
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9238
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9240
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.8ms)
|
|
9241
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1[0m
|
|
9242
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
9243
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9244
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9245
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1[0m
|
|
9252
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
|
|
9253
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9254
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9256
|
+
Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.5ms)
|
|
9257
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
9258
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9259
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9260
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9262
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9263
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
|
|
9270
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9271
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9273
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1[0m
|
|
9280
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9281
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9283
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1[0m
|
|
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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
|
|
9290
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9291
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9293
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
|
|
9294
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9295
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9297
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.6ms)
|
|
9298
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
|
9299
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9300
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" IS NULL AND "copycat_translations"."key" = '' LIMIT 1
|
|
9301
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9302
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
|
|
9303
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.key' LIMIT 1
|
|
9305
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.key' LIMIT 1
|
|
9307
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
|
|
9311
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
|
|
9313
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.key.blank' LIMIT 1
|
|
9315
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
|
|
9317
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
|
|
9319
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.locale' LIMIT 1[0m
|
|
9320
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.locale' LIMIT 1[0m
|
|
9322
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.locale.blank' LIMIT 1[0m
|
|
9324
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1[0m
|
|
9326
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
|
|
9327
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.locale.blank' LIMIT 1[0m
|
|
9328
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1[0m
|
|
9330
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
9331
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
9332
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9333
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9334
|
+
[1m[35mSQL (0.8ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9336
|
+
[1m[35mCopycatTranslation Load (0.2ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'string000000002' LIMIT 1
|
|
9337
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
9338
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9339
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'[0m
|
|
9340
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo' LIMIT 1
|
|
9341
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9342
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9344
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
|
|
9345
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
9346
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9347
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9348
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9350
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9351
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9353
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1[0m
|
|
9354
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
|
|
9355
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1[0m
|
|
9356
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
|
|
9357
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9358
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9360
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' AND "copycat_translations"."locale" = 'en' LIMIT 1
|
|
9361
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9362
|
+
[1m[35m (0.1ms)[0m UPDATE "copycat_translations" SET "value" = 'lorem ipsum', "updated_at" = '2012-03-26 19:16:53.076300' WHERE "copycat_translations"."id" = 1
|
|
9363
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9364
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
|
|
9365
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1[0m
|
|
9366
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
|
|
9367
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
|
9368
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9369
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9370
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9372
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9373
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9375
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
9376
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9377
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9379
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9380
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9382
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
9383
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
9384
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9385
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9386
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9388
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
9389
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
9390
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9391
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
9392
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9393
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' AND "copycat_translations"."locale" = 'en' LIMIT 1[0m
|
|
9394
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9395
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9397
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' LIMIT 1[0m
|
|
9398
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
|
9399
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
9400
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9401
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9403
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9404
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
9407
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9408
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9410
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
|
9411
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9412
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
9413
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9414
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
9415
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
9416
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1[0m
|
|
9417
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9418
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9420
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
9421
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9422
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 1]]
|
|
9423
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9424
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
9425
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
9427
|
+
[1m[35mCopycatTranslation Load (0.1ms)[0m SELECT "copycat_translations".* FROM "copycat_translations"
|
|
9428
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
|
9429
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9430
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ?[0m [["id", 2]]
|
|
9431
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9432
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1[0m
|
|
9433
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
9434
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
9436
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|