copycat 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -21875,3 +21875,1919 @@ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translatio
21875
21875
  SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 13:49:36 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 13:49:36 UTC +00:00], ["value", "My Blog"]]
21876
21876
   (0.1ms) RELEASE SAVEPOINT active_record_1
21877
21877
   (0.3ms) rollback transaction
21878
+  (0.1ms) begin transaction
21879
+  (0.1ms) SAVEPOINT active_record_1
21880
+ SQL (8.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21882
+
21883
+
21884
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21885
+ Processing by CopycatTranslationsController#index as HTML
21886
+ CopycatTranslation Load (0.3ms) SELECT distinct locale FROM "copycat_translations" 
21887
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (3.6ms)
21888
+ Completed 200 OK in 51ms (Views: 16.7ms | ActiveRecord: 0.3ms)
21889
+
21890
+
21891
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21892
+ Processing by CopycatTranslationsController#import_export as HTML
21893
+ Rendered /vermonster/copycat/app/views/copycat_translations/import_export.html.erb within layouts/copycat (1.9ms)
21894
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
21895
+
21896
+
21897
+ Started GET "/copycat_translations/help" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21898
+ Processing by CopycatTranslationsController#help as HTML
21899
+ Rendered /vermonster/copycat/app/views/copycat_translations/help.html.erb within layouts/copycat (0.5ms)
21900
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
21901
+
21902
+
21903
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21904
+ Processing by CopycatTranslationsController#index as HTML
21905
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21906
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (1.2ms)
21907
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
21908
+  (0.4ms) rollback transaction
21909
+  (0.0ms) begin transaction
21910
+  (0.0ms) SAVEPOINT active_record_1
21911
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21912
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21913
+
21914
+
21915
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21916
+ Processing by CopycatTranslationsController#index as HTML
21917
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21918
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
21919
+  (0.4ms) rollback transaction
21920
+  (0.1ms) begin transaction
21921
+  (0.0ms) SAVEPOINT active_record_1
21922
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21924
+
21925
+
21926
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21927
+ Processing by CopycatTranslationsController#index as HTML
21928
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21929
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms)
21930
+
21931
+
21932
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21933
+ Processing by CopycatTranslationsController#index as HTML
21934
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
21935
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
21936
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
21937
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
21938
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)
21939
+  (0.4ms) rollback transaction
21940
+  (0.0ms) begin transaction
21941
+  (0.0ms) SAVEPOINT active_record_1
21942
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21943
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21944
+
21945
+
21946
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21947
+ Processing by CopycatTranslationsController#index as HTML
21948
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
21949
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
21950
+
21951
+
21952
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xfoo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21953
+ Processing by CopycatTranslationsController#index as HTML
21954
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xfoo", "commit"=>"Search"}
21955
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21956
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xfoo%' OR value LIKE '%xfoo%')
21957
+ Completed 200 OK in 31ms (Views: 30.5ms | ActiveRecord: 0.2ms)
21958
+  (0.4ms) rollback transaction
21959
+  (0.0ms) begin transaction
21960
+  (0.0ms) SAVEPOINT active_record_1
21961
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21962
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21963
+
21964
+
21965
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21966
+ Processing by CopycatTranslationsController#index as HTML
21967
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
21968
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
21969
+
21970
+
21971
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=bar&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21972
+ Processing by CopycatTranslationsController#index as HTML
21973
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"bar", "commit"=>"Search"}
21974
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21975
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
21976
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
21977
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms)
21978
+  (0.4ms) rollback transaction
21979
+  (0.1ms) begin transaction
21980
+  (0.0ms) SAVEPOINT active_record_1
21981
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
21982
+  (0.1ms) RELEASE SAVEPOINT active_record_1
21983
+
21984
+
21985
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21986
+ Processing by CopycatTranslationsController#index as HTML
21987
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
21988
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
21989
+
21990
+
21991
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xbar&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
21992
+ Processing by CopycatTranslationsController#index as HTML
21993
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xbar", "commit"=>"Search"}
21994
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
21995
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xbar%' OR value LIKE '%xbar%')
21996
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
21997
+  (0.4ms) rollback transaction
21998
+  (0.1ms) begin transaction
21999
+  (0.0ms) SAVEPOINT active_record_1
22000
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22001
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22002
+
22003
+
22004
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22005
+ Processing by CopycatTranslationsController#index as HTML
22006
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22007
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
22008
+  (0.1ms) SAVEPOINT active_record_1
22009
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "site.index.something"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "string000000001"]]
22010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22011
+
22012
+
22013
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=index&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22014
+ Processing by CopycatTranslationsController#index as HTML
22015
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"index", "commit"=>"Search"}
22016
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22017
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
22018
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
22019
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.4ms)
22020
+  (0.4ms) rollback transaction
22021
+  (0.1ms) begin transaction
22022
+  (0.0ms) SAVEPOINT active_record_1
22023
+ SQL (0.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22024
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22025
+
22026
+
22027
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22028
+ Processing by CopycatTranslationsController#index as HTML
22029
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22030
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
22031
+  (0.0ms) SAVEPOINT active_record_1
22032
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foe"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "beer"]]
22033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22034
+
22035
+
22036
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22037
+ Processing by CopycatTranslationsController#index as HTML
22038
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
22039
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
22040
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22041
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)
22042
+  (0.5ms) rollback transaction
22043
+  (0.0ms) begin transaction
22044
+  (0.0ms) SAVEPOINT active_record_1
22045
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22046
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22047
+
22048
+
22049
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22050
+ Processing by CopycatTranslationsController#index as HTML
22051
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22052
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
22053
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22054
+  (0.0ms) SAVEPOINT active_record_1
22055
+ SQL (0.5ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22056
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22057
+  (0.1ms) SAVEPOINT active_record_1
22058
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22059
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22060
+  (0.1ms) SAVEPOINT active_record_1
22061
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22063
+  (0.0ms) SAVEPOINT active_record_1
22064
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22066
+
22067
+
22068
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22069
+ Processing by CopycatTranslationsController#index as HTML
22070
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22071
+ Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.1ms)
22072
+  (0.5ms) rollback transaction
22073
+  (0.1ms) begin transaction
22074
+  (0.0ms) SAVEPOINT active_record_1
22075
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22076
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22077
+
22078
+
22079
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22080
+ Processing by CopycatTranslationsController#index as HTML
22081
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22082
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
22083
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22084
+  (0.0ms) SAVEPOINT active_record_1
22085
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22086
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22087
+  (0.0ms) SAVEPOINT active_record_1
22088
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22089
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22090
+  (0.0ms) SAVEPOINT active_record_1
22091
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22093
+  (0.0ms) SAVEPOINT active_record_1
22094
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22096
+
22097
+
22098
+ Started GET "/copycat_translations?search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22099
+ Processing by CopycatTranslationsController#index as HTML
22100
+ Parameters: {"search"=>"", "commit"=>"Search"}
22101
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
22102
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22103
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
22104
+  (0.4ms) rollback transaction
22105
+  (0.0ms) begin transaction
22106
+  (0.0ms) SAVEPOINT active_record_1
22107
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22109
+
22110
+
22111
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22112
+ Processing by CopycatTranslationsController#index as HTML
22113
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22114
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
22115
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22116
+  (0.0ms) SAVEPOINT active_record_1
22117
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22118
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22119
+  (0.0ms) SAVEPOINT active_record_1
22120
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22122
+  (0.0ms) SAVEPOINT active_record_1
22123
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22125
+  (0.0ms) SAVEPOINT active_record_1
22126
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22128
+
22129
+
22130
+ Started GET "/copycat_translations?search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22131
+ Processing by CopycatTranslationsController#index as HTML
22132
+ Parameters: {"search"=>"foo", "commit"=>"Search"}
22133
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22134
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22135
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22136
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms)
22137
+
22138
+
22139
+ Started GET "/copycat_translations?search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22140
+ Processing by CopycatTranslationsController#index as HTML
22141
+ Parameters: {"search"=>"fuu", "commit"=>"Search"}
22142
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22143
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
22144
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
22145
+  (0.4ms) rollback transaction
22146
+  (0.0ms) begin transaction
22147
+  (0.0ms) SAVEPOINT active_record_1
22148
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22149
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22150
+
22151
+
22152
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22153
+ Processing by CopycatTranslationsController#index as HTML
22154
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22155
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22156
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22157
+  (0.0ms) SAVEPOINT active_record_1
22158
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22159
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22160
+  (0.0ms) SAVEPOINT active_record_1
22161
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22163
+  (0.0ms) SAVEPOINT active_record_1
22164
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22166
+  (0.0ms) SAVEPOINT active_record_1
22167
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22169
+
22170
+
22171
+ Started GET "/copycat_translations?locale=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22172
+ Processing by CopycatTranslationsController#index as HTML
22173
+ Parameters: {"locale"=>"", "commit"=>"Search"}
22174
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22175
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
22176
+  (0.5ms) rollback transaction
22177
+  (0.1ms) begin transaction
22178
+  (0.0ms) SAVEPOINT active_record_1
22179
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22181
+
22182
+
22183
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22184
+ Processing by CopycatTranslationsController#index as HTML
22185
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22186
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22187
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22188
+  (0.0ms) SAVEPOINT active_record_1
22189
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22191
+  (0.0ms) SAVEPOINT active_record_1
22192
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22193
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22194
+  (0.0ms) SAVEPOINT active_record_1
22195
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22197
+  (0.0ms) SAVEPOINT active_record_1
22198
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22200
+
22201
+
22202
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22203
+ Processing by CopycatTranslationsController#index as HTML
22204
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"", "commit"=>"Search"}
22205
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22206
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22207
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
22208
+  (0.5ms) rollback transaction
22209
+  (0.1ms) begin transaction
22210
+  (0.1ms) SAVEPOINT active_record_1
22211
+ SQL (0.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22212
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22213
+
22214
+
22215
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22216
+ Processing by CopycatTranslationsController#index as HTML
22217
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22218
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
22219
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22220
+  (0.0ms) SAVEPOINT active_record_1
22221
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22222
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22223
+  (0.0ms) SAVEPOINT active_record_1
22224
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22225
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22226
+  (0.0ms) SAVEPOINT active_record_1
22227
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22229
+  (0.0ms) SAVEPOINT active_record_1
22230
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22232
+
22233
+
22234
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22235
+ Processing by CopycatTranslationsController#index as HTML
22236
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"foo", "commit"=>"Search"}
22237
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22238
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
22239
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
22240
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)
22241
+
22242
+
22243
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22244
+ Processing by CopycatTranslationsController#index as HTML
22245
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"fuu", "commit"=>"Search"}
22246
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22247
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%fuu%' OR value LIKE '%fuu%')
22248
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
22249
+  (0.5ms) rollback transaction
22250
+  (0.1ms) begin transaction
22251
+  (0.0ms) SAVEPOINT active_record_1
22252
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22253
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22254
+
22255
+
22256
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22257
+ Processing by CopycatTranslationsController#index as HTML
22258
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22259
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
22260
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22261
+  (0.0ms) SAVEPOINT active_record_1
22262
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22264
+  (0.0ms) SAVEPOINT active_record_1
22265
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22267
+  (0.0ms) SAVEPOINT active_record_1
22268
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22270
+  (0.0ms) SAVEPOINT active_record_1
22271
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22273
+
22274
+
22275
+ Started GET "/copycat_translations?locale=en&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22276
+ Processing by CopycatTranslationsController#index as HTML
22277
+ Parameters: {"locale"=>"en", "commit"=>"Search"}
22278
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22279
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
22280
+  (0.4ms) rollback transaction
22281
+  (0.0ms) begin transaction
22282
+  (0.0ms) SAVEPOINT active_record_1
22283
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22284
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22285
+
22286
+
22287
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22288
+ Processing by CopycatTranslationsController#index as HTML
22289
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22290
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22291
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22292
+  (0.0ms) SAVEPOINT active_record_1
22293
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22294
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22295
+  (0.0ms) SAVEPOINT active_record_1
22296
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22297
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22298
+  (0.0ms) SAVEPOINT active_record_1
22299
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22301
+  (0.0ms) SAVEPOINT active_record_1
22302
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22304
+
22305
+
22306
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22307
+ Processing by CopycatTranslationsController#index as HTML
22308
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
22309
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
22310
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22311
+ Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
22312
+
22313
+
22314
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22315
+ Processing by CopycatTranslationsController#index as HTML
22316
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"", "commit"=>"Search"}
22317
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa'
22318
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22319
+ Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)
22320
+
22321
+
22322
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22323
+ Processing by CopycatTranslationsController#index as HTML
22324
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"", "commit"=>"Search"}
22325
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it'
22326
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22327
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)
22328
+  (0.4ms) rollback transaction
22329
+  (0.0ms) begin transaction
22330
+  (0.0ms) SAVEPOINT active_record_1
22331
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar"]]
22332
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22333
+
22334
+
22335
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22336
+ Processing by CopycatTranslationsController#index as HTML
22337
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22338
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
22339
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22340
+  (0.0ms) SAVEPOINT active_record_1
22341
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22343
+  (0.0ms) SAVEPOINT active_record_1
22344
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22346
+  (0.0ms) SAVEPOINT active_record_1
22347
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22349
+  (0.0ms) SAVEPOINT active_record_1
22350
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22352
+
22353
+
22354
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22355
+ Processing by CopycatTranslationsController#index as HTML
22356
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
22357
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22358
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22359
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22360
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.3ms)
22361
+
22362
+
22363
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22364
+ Processing by CopycatTranslationsController#index as HTML
22365
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"foo", "commit"=>"Search"}
22366
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22367
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22368
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22369
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms)
22370
+
22371
+
22372
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22373
+ Processing by CopycatTranslationsController#index as HTML
22374
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"foo", "commit"=>"Search"}
22375
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22376
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22377
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22378
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.3ms)
22379
+
22380
+
22381
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22382
+ Processing by CopycatTranslationsController#index as HTML
22383
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"fuu", "commit"=>"Search"}
22384
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22385
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
22386
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
22387
+  (0.5ms) rollback transaction
22388
+  (0.0ms) begin transaction
22389
+  (0.0ms) SAVEPOINT active_record_1
22390
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "a.foo1"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar1"]]
22391
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22392
+  (0.0ms) SAVEPOINT active_record_1
22393
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "a.foo2:"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar2"]]
22394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22395
+  (0.0ms) SAVEPOINT active_record_1
22396
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "a.b.foo3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar3"]]
22397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22398
+  (0.0ms) SAVEPOINT active_record_1
22399
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", "c.foo4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar4"]]
22400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22401
+  (0.1ms) SAVEPOINT active_record_1
22402
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["key", 2], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:10 UTC +00:00], ["value", "bar5"]]
22403
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22404
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
22405
+
22406
+
22407
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22408
+ Processing by CopycatTranslationsController#import_export as HTML
22409
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
22410
+
22411
+
22412
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22413
+ Processing by CopycatTranslationsController#download as HTML
22414
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22415
+ Sent data copycat_translations_2012_03_22_14_44_10.yml (2.7ms)
22416
+ Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.1ms)
22417
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22418
+  (0.0ms) SAVEPOINT active_record_1
22419
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22421
+  (0.0ms) SAVEPOINT active_record_1
22422
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
22423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22424
+  (0.0ms) SAVEPOINT active_record_1
22425
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 3]]
22426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22427
+  (0.0ms) SAVEPOINT active_record_1
22428
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 4]]
22429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22430
+  (0.0ms) SAVEPOINT active_record_1
22431
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 5]]
22432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22433
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
22434
+
22435
+
22436
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:10 -0400
22437
+ Processing by CopycatTranslationsController#import_export as HTML
22438
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
22439
+
22440
+
22441
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22442
+ Processing by CopycatTranslationsController#upload as HTML
22443
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x000001012dbe58 @original_filename="copycat20120322-13956-8qks3y", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13956-8qks3y\"\r\nContent-Type: \r\nContent-Length: 104\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13956-1mvvr34>>, "commit"=>"Upload"}
22444
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' AND "copycat_translations"."locale" = 'en' LIMIT 1
22445
+  (0.1ms) SAVEPOINT active_record_1
22446
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.foo1"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar1"]]
22447
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22448
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' AND "copycat_translations"."locale" = 'en' LIMIT 1
22449
+  (0.0ms) SAVEPOINT active_record_1
22450
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.foo2:"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar2"]]
22451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22452
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' AND "copycat_translations"."locale" = 'en' LIMIT 1
22453
+  (0.0ms) SAVEPOINT active_record_1
22454
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.b.foo3"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar3"]]
22455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22456
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' AND "copycat_translations"."locale" = 'en' LIMIT 1
22457
+  (0.0ms) SAVEPOINT active_record_1
22458
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "c.foo4"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar4"]]
22459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22460
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = '2' AND "copycat_translations"."locale" = 'en' LIMIT 1
22461
+  (0.0ms) SAVEPOINT active_record_1
22462
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "2"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar5"]]
22463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22464
+ Redirected to http://www.example.com/copycat_translations
22465
+ Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
22466
+
22467
+
22468
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22469
+ Processing by CopycatTranslationsController#index as HTML
22470
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22471
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22472
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
22473
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' LIMIT 1
22474
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' LIMIT 1
22475
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' LIMIT 1
22476
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' LIMIT 1
22477
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 2 LIMIT 1
22478
+  (0.4ms) rollback transaction
22479
+  (0.0ms) begin transaction
22480
+  (0.0ms) SAVEPOINT active_record_1
22481
+ SQL (0.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
22482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22483
+
22484
+
22485
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22486
+ Processing by CopycatTranslationsController#import_export as HTML
22487
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
22488
+
22489
+
22490
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22491
+ Processing by CopycatTranslationsController#download as HTML
22492
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22493
+ Sent data copycat_translations_2012_03_22_14_44_11.yml (0.2ms)
22494
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
22495
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22496
+  (0.0ms) SAVEPOINT active_record_1
22497
+ SQL (0.2ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22499
+
22500
+
22501
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22502
+ Processing by CopycatTranslationsController#import_export as HTML
22503
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
22504
+
22505
+
22506
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22507
+ Processing by CopycatTranslationsController#upload as HTML
22508
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x000001013c2268 @original_filename="copycat20120322-13956-1efghl5", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13956-1efghl5\"\r\nContent-Type: \r\nContent-Length: 64\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13956-1ixewab>>, "commit"=>"Upload"}
22509
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' AND "copycat_translations"."locale" = 'en' LIMIT 1
22510
+  (0.0ms) SAVEPOINT active_record_1
22511
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
22512
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22513
+ Redirected to http://www.example.com/copycat_translations
22514
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
22515
+
22516
+
22517
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22518
+ Processing by CopycatTranslationsController#index as HTML
22519
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22520
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22521
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' LIMIT 1
22522
+  (0.4ms) rollback transaction
22523
+  (0.1ms) begin transaction
22524
+
22525
+
22526
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22527
+ Processing by CopycatTranslationsController#import_export as HTML
22528
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
22529
+
22530
+
22531
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22532
+ Processing by CopycatTranslationsController#upload as HTML
22533
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000103051a78 @original_filename="copycat20120322-13956-w1m1dw", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13956-w1m1dw\"\r\nContent-Type: \r\nContent-Length: 7\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13956-n4nsqt>>, "commit"=>"Upload"}
22534
+ Completed 400 Bad Request in 30ms (Views: 3.1ms | ActiveRecord: 0.0ms)
22535
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations"
22536
+  (0.1ms) rollback transaction
22537
+  (0.1ms) begin transaction
22538
+
22539
+
22540
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22541
+ Processing by CopycatTranslationsController#import_export as HTML
22542
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
22543
+
22544
+
22545
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22546
+ Processing by CopycatTranslationsController#upload as HTML
22547
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000105ca15b0 @original_filename="copycat20120322-13956-11fnuy5", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13956-11fnuy5\"\r\nContent-Type: \r\nContent-Length: 62\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13956-23trvh>>, "commit"=>"Upload"}
22548
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
22549
+  (0.0ms) SAVEPOINT active_record_1
22550
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "world"]]
22551
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22552
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'es' LIMIT 1
22553
+  (0.0ms) SAVEPOINT active_record_1
22554
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "mundo"]]
22555
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22556
+ Redirected to http://www.example.com/copycat_translations
22557
+ Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
22558
+
22559
+
22560
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22561
+ Processing by CopycatTranslationsController#index as HTML
22562
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22563
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
22564
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
22565
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' LIMIT 1
22566
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' LIMIT 1
22567
+  (0.4ms) rollback transaction
22568
+  (0.0ms) begin transaction
22569
+  (0.0ms) SAVEPOINT active_record_1
22570
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "world"]]
22571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22572
+  (0.0ms) SAVEPOINT active_record_1
22573
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "mundo"]]
22574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22575
+
22576
+
22577
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22578
+ Processing by CopycatTranslationsController#download as HTML
22579
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22580
+ Sent data copycat_translations_2012_03_22_14_44_11.yml (0.3ms)
22581
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
22582
+  (0.4ms) rollback transaction
22583
+  (0.0ms) begin transaction
22584
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22585
+  (0.0ms) SAVEPOINT active_record_1
22586
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "The Header"]]
22587
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22588
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22589
+  (0.0ms) SAVEPOINT active_record_1
22590
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22591
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22592
+  (0.3ms) rollback transaction
22593
+  (0.1ms) begin transaction
22594
+
22595
+
22596
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22597
+ Processing by SiteController#index as HTML
22598
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22599
+  (0.0ms) SAVEPOINT active_record_1
22600
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "The Header"]]
22601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22602
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22603
+  (0.0ms) SAVEPOINT active_record_1
22604
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22606
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 1.2ms)
22607
+  (0.4ms) rollback transaction
22608
+  (0.0ms) begin transaction
22609
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
22610
+
22611
+
22612
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22613
+ Processing by SiteController#index as HTML
22614
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22615
+  (0.0ms) SAVEPOINT active_record_1
22616
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "The Header"]]
22617
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22618
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22619
+  (0.0ms) SAVEPOINT active_record_1
22620
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22622
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 1.1ms)
22623
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
22624
+  (0.4ms) rollback transaction
22625
+  (0.1ms) begin transaction
22626
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22627
+
22628
+
22629
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22630
+ Processing by SiteController#index as HTML
22631
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22632
+  (0.0ms) SAVEPOINT active_record_1
22633
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "The Header"]]
22634
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22635
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22636
+  (0.0ms) SAVEPOINT active_record_1
22637
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22639
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 1.4ms)
22640
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22641
+  (0.4ms) rollback transaction
22642
+  (0.1ms) begin transaction
22643
+  (0.0ms) SAVEPOINT active_record_1
22644
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "A different header"]]
22645
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22646
+
22647
+
22648
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22649
+ Processing by SiteController#index as HTML
22650
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22651
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22652
+  (0.0ms) SAVEPOINT active_record_1
22653
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22654
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22655
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.6ms)
22656
+  (0.4ms) rollback transaction
22657
+  (0.1ms) begin transaction
22658
+  (0.0ms) SAVEPOINT active_record_1
22659
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "world"]]
22660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22661
+  (0.1ms) SAVEPOINT active_record_1
22662
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "mundo"]]
22663
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22664
+
22665
+
22666
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22667
+ Processing by SiteController#index as HTML
22668
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22669
+  (0.0ms) SAVEPOINT active_record_1
22670
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "The Header"]]
22671
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22672
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22673
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.6ms)
22674
+
22675
+
22676
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22677
+ Processing by SiteController#index as HTML
22678
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22679
+  (0.0ms) SAVEPOINT active_record_1
22680
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :es], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22682
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22683
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.5ms)
22684
+
22685
+
22686
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:11 -0400
22687
+ Processing by SiteController#index as HTML
22688
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
22689
+  (0.0ms) SAVEPOINT active_record_1
22690
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.header"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22692
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
22693
+  (0.0ms) SAVEPOINT active_record_1
22694
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.index.intro"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22696
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.7ms)
22697
+  (0.4ms) rollback transaction
22698
+  (0.0ms) begin transaction
22699
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" IS NULL AND "copycat_translations"."key" = '' LIMIT 1
22700
+  (0.0ms) SAVEPOINT active_record_1
22701
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
22702
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :copycat_translation], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22703
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.key' LIMIT 1
22704
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22705
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.key' LIMIT 1
22706
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"attributes.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22707
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.key.blank' LIMIT 1
22708
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22709
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
22710
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22711
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
22712
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22713
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.key.blank' LIMIT 1
22714
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"errors.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22715
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
22716
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "can't be blank"]]
22717
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
22718
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.locale' LIMIT 1
22719
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22720
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.locale' LIMIT 1
22721
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"attributes.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22722
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.locale.blank' LIMIT 1
22723
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22724
+ CopycatTranslation Load (0.3ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
22725
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
22726
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.locale.blank' LIMIT 1
22727
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", :"errors.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22728
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
22729
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
22730
+  (0.4ms) rollback transaction
22731
+  (0.0ms) begin transaction
22732
+  (0.0ms) SAVEPOINT active_record_1
22733
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "string000000002"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "string000000003"]]
22734
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22735
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'string000000002' LIMIT 1
22736
+  (0.4ms) rollback transaction
22737
+  (0.0ms) begin transaction
22738
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
22739
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo' LIMIT 1
22740
+  (0.0ms) SAVEPOINT active_record_1
22741
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "translation missing"]]
22742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22743
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
22744
+  (0.4ms) rollback transaction
22745
+  (0.0ms) begin transaction
22746
+  (0.0ms) SAVEPOINT active_record_1
22747
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copyfoo"]]
22748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22749
+  (0.0ms) SAVEPOINT active_record_1
22750
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copybaz"]]
22751
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22752
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
22753
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
22754
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
22755
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
22756
+  (0.0ms) SAVEPOINT active_record_1
22757
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "Hello world"]]
22758
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22759
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' AND "copycat_translations"."locale" = 'en' LIMIT 1
22760
+  (0.0ms) SAVEPOINT active_record_1
22761
+  (0.1ms) UPDATE "copycat_translations" SET "value" = 'lorem ipsum', "updated_at" = '2012-03-22 18:44:11.262256' WHERE "copycat_translations"."id" = 1
22762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22763
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
22764
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
22765
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
22766
+  (0.4ms) rollback transaction
22767
+  (0.0ms) begin transaction
22768
+  (0.0ms) SAVEPOINT active_record_1
22769
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copyfoo"]]
22770
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22771
+  (0.0ms) SAVEPOINT active_record_1
22772
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copybaz"]]
22773
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22774
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22775
+  (0.0ms) SAVEPOINT active_record_1
22776
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.sample_copy3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copyfoo"]]
22777
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22778
+  (0.0ms) SAVEPOINT active_record_1
22779
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "a.sample_copy4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "copybaz"]]
22780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22781
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22782
+  (0.4ms) rollback transaction
22783
+  (0.1ms) begin transaction
22784
+  (0.0ms) SAVEPOINT active_record_1
22785
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "moby_dick"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
22786
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22787
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22788
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22789
+  (0.0ms) SAVEPOINT active_record_1
22790
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22791
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22792
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' AND "copycat_translations"."locale" = 'en' LIMIT 1
22793
+  (0.0ms) SAVEPOINT active_record_1
22794
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "moby_dick"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
22795
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22796
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' LIMIT 1
22797
+  (0.3ms) rollback transaction
22798
+  (0.1ms) begin transaction
22799
+  (0.0ms) SAVEPOINT active_record_1
22800
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar"]]
22801
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22802
+  (0.0ms) SAVEPOINT active_record_1
22803
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar2"]]
22804
+ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)
22805
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
22806
+  (0.0ms) SAVEPOINT active_record_1
22807
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "bar"]]
22808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22809
+  (0.4ms) rollback transaction
22810
+  (0.0ms) begin transaction
22811
+  (0.0ms) rollback transaction
22812
+  (0.0ms) begin transaction
22813
+  (0.0ms) rollback transaction
22814
+  (0.0ms) begin transaction
22815
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
22816
+  (0.0ms) SAVEPOINT active_record_1
22817
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", nil]]
22818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22819
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22820
+  (0.0ms) SAVEPOINT active_record_1
22821
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
22822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22823
+  (0.0ms) SAVEPOINT active_record_1
22824
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.title"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "My Blog"]]
22825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22826
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
22827
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
22828
+  (0.0ms) SAVEPOINT active_record_1
22829
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
22830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22831
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
22832
+  (0.0ms) SAVEPOINT active_record_1
22833
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:11 UTC +00:00], ["value", "My Blog"]]
22834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22835
+  (0.4ms) rollback transaction
22836
+  (0.1ms) begin transaction
22837
+  (0.1ms) SAVEPOINT active_record_1
22838
+ SQL (32.0ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:56 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:56 UTC +00:00], ["value", "bar"]]
22839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22840
+
22841
+
22842
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:56 -0400
22843
+ Processing by CopycatTranslationsController#index as HTML
22844
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22845
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (3.7ms)
22846
+ Completed 200 OK in 46ms (Views: 14.1ms | ActiveRecord: 0.1ms)
22847
+
22848
+
22849
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:56 -0400
22850
+ Processing by CopycatTranslationsController#import_export as HTML
22851
+ Rendered /vermonster/copycat/app/views/copycat_translations/import_export.html.erb within layouts/copycat (1.3ms)
22852
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
22853
+
22854
+
22855
+ Started GET "/copycat_translations/help" for 127.0.0.1 at 2012-03-22 14:44:56 -0400
22856
+ Processing by CopycatTranslationsController#help as HTML
22857
+ Rendered /vermonster/copycat/app/views/copycat_translations/help.html.erb within layouts/copycat (0.4ms)
22858
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
22859
+
22860
+
22861
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22862
+ Processing by CopycatTranslationsController#index as HTML
22863
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22864
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (0.8ms)
22865
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
22866
+  (1.8ms) rollback transaction
22867
+  (0.1ms) begin transaction
22868
+  (0.0ms) SAVEPOINT active_record_1
22869
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22871
+
22872
+
22873
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22874
+ Processing by CopycatTranslationsController#index as HTML
22875
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22876
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)
22877
+  (0.5ms) rollback transaction
22878
+  (0.1ms) begin transaction
22879
+  (0.0ms) SAVEPOINT active_record_1
22880
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22882
+
22883
+
22884
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22885
+ Processing by CopycatTranslationsController#index as HTML
22886
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22887
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
22888
+
22889
+
22890
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22891
+ Processing by CopycatTranslationsController#index as HTML
22892
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
22893
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22894
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22895
+ CopycatTranslation Load (0.3ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
22896
+ Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.6ms)
22897
+  (0.5ms) rollback transaction
22898
+  (0.1ms) begin transaction
22899
+  (0.1ms) SAVEPOINT active_record_1
22900
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22901
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22902
+
22903
+
22904
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22905
+ Processing by CopycatTranslationsController#index as HTML
22906
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22907
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22908
+
22909
+
22910
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xfoo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22911
+ Processing by CopycatTranslationsController#index as HTML
22912
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xfoo", "commit"=>"Search"}
22913
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22914
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xfoo%' OR value LIKE '%xfoo%')
22915
+ Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.2ms)
22916
+  (0.4ms) rollback transaction
22917
+  (0.0ms) begin transaction
22918
+  (0.0ms) SAVEPOINT active_record_1
22919
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22920
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22921
+
22922
+
22923
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22924
+ Processing by CopycatTranslationsController#index as HTML
22925
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22926
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22927
+
22928
+
22929
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=bar&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22930
+ Processing by CopycatTranslationsController#index as HTML
22931
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"bar", "commit"=>"Search"}
22932
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22933
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
22934
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
22935
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)
22936
+  (0.4ms) rollback transaction
22937
+  (0.0ms) begin transaction
22938
+  (0.0ms) SAVEPOINT active_record_1
22939
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22940
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22941
+
22942
+
22943
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22944
+ Processing by CopycatTranslationsController#index as HTML
22945
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22946
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
22947
+
22948
+
22949
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xbar&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22950
+ Processing by CopycatTranslationsController#index as HTML
22951
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xbar", "commit"=>"Search"}
22952
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22953
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xbar%' OR value LIKE '%xbar%')
22954
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
22955
+  (0.3ms) rollback transaction
22956
+  (0.0ms) begin transaction
22957
+  (0.0ms) SAVEPOINT active_record_1
22958
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22960
+
22961
+
22962
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22963
+ Processing by CopycatTranslationsController#index as HTML
22964
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22965
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
22966
+  (0.1ms) SAVEPOINT active_record_1
22967
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.something"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "string000000001"]]
22968
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22969
+
22970
+
22971
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=index&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22972
+ Processing by CopycatTranslationsController#index as HTML
22973
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"index", "commit"=>"Search"}
22974
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22975
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
22976
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
22977
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)
22978
+  (0.4ms) rollback transaction
22979
+  (0.1ms) begin transaction
22980
+  (0.0ms) SAVEPOINT active_record_1
22981
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
22982
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22983
+
22984
+
22985
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22986
+ Processing by CopycatTranslationsController#index as HTML
22987
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
22988
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)
22989
+  (0.1ms) SAVEPOINT active_record_1
22990
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foe"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "beer"]]
22991
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22992
+
22993
+
22994
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
22995
+ Processing by CopycatTranslationsController#index as HTML
22996
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
22997
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
22998
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
22999
+ Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)
23000
+  (0.4ms) rollback transaction
23001
+  (0.0ms) begin transaction
23002
+  (0.0ms) SAVEPOINT active_record_1
23003
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23005
+
23006
+
23007
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23008
+ Processing by CopycatTranslationsController#index as HTML
23009
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23010
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23011
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23012
+  (0.0ms) SAVEPOINT active_record_1
23013
+ SQL (0.2ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23014
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23015
+  (0.0ms) SAVEPOINT active_record_1
23016
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23018
+  (0.0ms) SAVEPOINT active_record_1
23019
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23021
+  (0.0ms) SAVEPOINT active_record_1
23022
+ SQL (27.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23024
+
23025
+
23026
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23027
+ Processing by CopycatTranslationsController#index as HTML
23028
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23029
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
23030
+  (0.4ms) rollback transaction
23031
+  (0.0ms) begin transaction
23032
+  (0.1ms) SAVEPOINT active_record_1
23033
+ SQL (0.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23034
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23035
+
23036
+
23037
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23038
+ Processing by CopycatTranslationsController#index as HTML
23039
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23040
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
23041
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23042
+  (0.0ms) SAVEPOINT active_record_1
23043
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23044
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23045
+  (0.1ms) SAVEPOINT active_record_1
23046
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23047
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23048
+  (0.1ms) SAVEPOINT active_record_1
23049
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23051
+  (0.0ms) SAVEPOINT active_record_1
23052
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23054
+
23055
+
23056
+ Started GET "/copycat_translations?search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23057
+ Processing by CopycatTranslationsController#index as HTML
23058
+ Parameters: {"search"=>"", "commit"=>"Search"}
23059
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
23060
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23061
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
23062
+  (0.4ms) rollback transaction
23063
+  (0.0ms) begin transaction
23064
+  (0.0ms) SAVEPOINT active_record_1
23065
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23066
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23067
+
23068
+
23069
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23070
+ Processing by CopycatTranslationsController#index as HTML
23071
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23072
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23073
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23074
+  (0.0ms) SAVEPOINT active_record_1
23075
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23077
+  (0.1ms) SAVEPOINT active_record_1
23078
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23079
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23080
+  (0.0ms) SAVEPOINT active_record_1
23081
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23083
+  (0.0ms) SAVEPOINT active_record_1
23084
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23086
+
23087
+
23088
+ Started GET "/copycat_translations?search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23089
+ Processing by CopycatTranslationsController#index as HTML
23090
+ Parameters: {"search"=>"foo", "commit"=>"Search"}
23091
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23092
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23093
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23094
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)
23095
+
23096
+
23097
+ Started GET "/copycat_translations?search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23098
+ Processing by CopycatTranslationsController#index as HTML
23099
+ Parameters: {"search"=>"fuu", "commit"=>"Search"}
23100
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23101
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
23102
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)
23103
+  (0.5ms) rollback transaction
23104
+  (0.0ms) begin transaction
23105
+  (0.0ms) SAVEPOINT active_record_1
23106
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23107
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23108
+
23109
+
23110
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23111
+ Processing by CopycatTranslationsController#index as HTML
23112
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23113
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23114
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23115
+  (0.0ms) SAVEPOINT active_record_1
23116
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23118
+  (0.0ms) SAVEPOINT active_record_1
23119
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23121
+  (0.0ms) SAVEPOINT active_record_1
23122
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23124
+  (0.0ms) SAVEPOINT active_record_1
23125
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23126
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23127
+
23128
+
23129
+ Started GET "/copycat_translations?locale=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23130
+ Processing by CopycatTranslationsController#index as HTML
23131
+ Parameters: {"locale"=>"", "commit"=>"Search"}
23132
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23133
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
23134
+  (0.4ms) rollback transaction
23135
+  (0.1ms) begin transaction
23136
+  (0.0ms) SAVEPOINT active_record_1
23137
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23139
+
23140
+
23141
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23142
+ Processing by CopycatTranslationsController#index as HTML
23143
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23144
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23145
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23146
+  (0.0ms) SAVEPOINT active_record_1
23147
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23149
+  (0.0ms) SAVEPOINT active_record_1
23150
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23152
+  (0.0ms) SAVEPOINT active_record_1
23153
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23155
+  (0.0ms) SAVEPOINT active_record_1
23156
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23158
+
23159
+
23160
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23161
+ Processing by CopycatTranslationsController#index as HTML
23162
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"", "commit"=>"Search"}
23163
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23164
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23165
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
23166
+  (0.4ms) rollback transaction
23167
+  (0.0ms) begin transaction
23168
+  (0.0ms) SAVEPOINT active_record_1
23169
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23170
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23171
+
23172
+
23173
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23174
+ Processing by CopycatTranslationsController#index as HTML
23175
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23176
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
23177
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23178
+  (0.0ms) SAVEPOINT active_record_1
23179
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23181
+  (0.0ms) SAVEPOINT active_record_1
23182
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23183
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23184
+  (0.0ms) SAVEPOINT active_record_1
23185
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23187
+  (0.0ms) SAVEPOINT active_record_1
23188
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23190
+
23191
+
23192
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23193
+ Processing by CopycatTranslationsController#index as HTML
23194
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"foo", "commit"=>"Search"}
23195
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23196
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
23197
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
23198
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms)
23199
+
23200
+
23201
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23202
+ Processing by CopycatTranslationsController#index as HTML
23203
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"fuu", "commit"=>"Search"}
23204
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23205
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%fuu%' OR value LIKE '%fuu%')
23206
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)
23207
+  (0.5ms) rollback transaction
23208
+  (0.1ms) begin transaction
23209
+  (0.0ms) SAVEPOINT active_record_1
23210
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23211
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23212
+
23213
+
23214
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23215
+ Processing by CopycatTranslationsController#index as HTML
23216
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23217
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23218
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23219
+  (0.0ms) SAVEPOINT active_record_1
23220
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23222
+  (0.0ms) SAVEPOINT active_record_1
23223
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23225
+  (0.0ms) SAVEPOINT active_record_1
23226
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23228
+  (0.0ms) SAVEPOINT active_record_1
23229
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23231
+
23232
+
23233
+ Started GET "/copycat_translations?locale=en&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23234
+ Processing by CopycatTranslationsController#index as HTML
23235
+ Parameters: {"locale"=>"en", "commit"=>"Search"}
23236
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23237
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
23238
+  (0.4ms) rollback transaction
23239
+  (0.1ms) begin transaction
23240
+  (0.1ms) SAVEPOINT active_record_1
23241
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23243
+
23244
+
23245
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23246
+ Processing by CopycatTranslationsController#index as HTML
23247
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23248
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
23249
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23250
+  (0.0ms) SAVEPOINT active_record_1
23251
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23253
+  (0.1ms) SAVEPOINT active_record_1
23254
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23256
+  (0.0ms) SAVEPOINT active_record_1
23257
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23258
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23259
+  (0.0ms) SAVEPOINT active_record_1
23260
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23261
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23262
+
23263
+
23264
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23265
+ Processing by CopycatTranslationsController#index as HTML
23266
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
23267
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
23268
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23269
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
23270
+
23271
+
23272
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23273
+ Processing by CopycatTranslationsController#index as HTML
23274
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"", "commit"=>"Search"}
23275
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa'
23276
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23277
+ Completed 200 OK in 28ms (Views: 2.5ms | ActiveRecord: 0.2ms)
23278
+
23279
+
23280
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23281
+ Processing by CopycatTranslationsController#index as HTML
23282
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"", "commit"=>"Search"}
23283
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it'
23284
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23285
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23286
+  (0.4ms) rollback transaction
23287
+  (0.0ms) begin transaction
23288
+  (0.0ms) SAVEPOINT active_record_1
23289
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23290
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23291
+
23292
+
23293
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23294
+ Processing by CopycatTranslationsController#index as HTML
23295
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23296
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
23297
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23298
+  (0.0ms) SAVEPOINT active_record_1
23299
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23300
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23301
+  (0.0ms) SAVEPOINT active_record_1
23302
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23304
+  (0.0ms) SAVEPOINT active_record_1
23305
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23306
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23307
+  (0.0ms) SAVEPOINT active_record_1
23308
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23310
+
23311
+
23312
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23313
+ Processing by CopycatTranslationsController#index as HTML
23314
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
23315
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23316
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23317
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23318
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
23319
+
23320
+
23321
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23322
+ Processing by CopycatTranslationsController#index as HTML
23323
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"foo", "commit"=>"Search"}
23324
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23325
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23326
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23327
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
23328
+
23329
+
23330
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23331
+ Processing by CopycatTranslationsController#index as HTML
23332
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"foo", "commit"=>"Search"}
23333
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23334
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23335
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23336
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.3ms)
23337
+
23338
+
23339
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23340
+ Processing by CopycatTranslationsController#index as HTML
23341
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"fuu", "commit"=>"Search"}
23342
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23343
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
23344
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
23345
+  (0.4ms) rollback transaction
23346
+  (0.1ms) begin transaction
23347
+  (0.0ms) SAVEPOINT active_record_1
23348
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo1"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23349
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23350
+  (0.0ms) SAVEPOINT active_record_1
23351
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo2:"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23353
+  (0.0ms) SAVEPOINT active_record_1
23354
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.b.foo3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23356
+  (0.0ms) SAVEPOINT active_record_1
23357
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "c.foo4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar4"]]
23358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23359
+  (0.0ms) SAVEPOINT active_record_1
23360
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", 2], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar5"]]
23361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23362
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
23363
+
23364
+
23365
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23366
+ Processing by CopycatTranslationsController#import_export as HTML
23367
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
23368
+
23369
+
23370
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23371
+ Processing by CopycatTranslationsController#download as HTML
23372
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23373
+ Sent data copycat_translations_2012_03_22_14_44_57.yml (3.6ms)
23374
+ Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.1ms)
23375
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations"
23376
+  (0.0ms) SAVEPOINT active_record_1
23377
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23379
+  (0.0ms) SAVEPOINT active_record_1
23380
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
23381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23382
+  (0.0ms) SAVEPOINT active_record_1
23383
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 3]]
23384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23385
+  (0.0ms) SAVEPOINT active_record_1
23386
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 4]]
23387
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23388
+  (0.0ms) SAVEPOINT active_record_1
23389
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 5]]
23390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23391
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
23392
+
23393
+
23394
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23395
+ Processing by CopycatTranslationsController#import_export as HTML
23396
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
23397
+
23398
+
23399
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23400
+ Processing by CopycatTranslationsController#upload as HTML
23401
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000100ca6420 @original_filename="copycat20120322-13979-9jk1jo", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13979-9jk1jo\"\r\nContent-Type: \r\nContent-Length: 104\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13979-cifhk7>>, "commit"=>"Upload"}
23402
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' AND "copycat_translations"."locale" = 'en' LIMIT 1
23403
+  (0.1ms) SAVEPOINT active_record_1
23404
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo1"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar1"]]
23405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23406
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' AND "copycat_translations"."locale" = 'en' LIMIT 1
23407
+  (0.0ms) SAVEPOINT active_record_1
23408
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo2:"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23410
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' AND "copycat_translations"."locale" = 'en' LIMIT 1
23411
+  (0.0ms) SAVEPOINT active_record_1
23412
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.b.foo3"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar3"]]
23413
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23414
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' AND "copycat_translations"."locale" = 'en' LIMIT 1
23415
+  (0.0ms) SAVEPOINT active_record_1
23416
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "c.foo4"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar4"]]
23417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23418
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = '2' AND "copycat_translations"."locale" = 'en' LIMIT 1
23419
+  (0.0ms) SAVEPOINT active_record_1
23420
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "2"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar5"]]
23421
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23422
+ Redirected to http://www.example.com/copycat_translations
23423
+ Completed 302 Found in 13ms (ActiveRecord: 2.3ms)
23424
+
23425
+
23426
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23427
+ Processing by CopycatTranslationsController#index as HTML
23428
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23429
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
23430
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
23431
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' LIMIT 1
23432
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' LIMIT 1
23433
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' LIMIT 1
23434
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' LIMIT 1
23435
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 2 LIMIT 1
23436
+  (0.4ms) rollback transaction
23437
+  (0.1ms) begin transaction
23438
+  (0.1ms) SAVEPOINT active_record_1
23439
+ SQL (0.7ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
23440
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23441
+
23442
+
23443
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23444
+ Processing by CopycatTranslationsController#import_export as HTML
23445
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
23446
+
23447
+
23448
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23449
+ Processing by CopycatTranslationsController#download as HTML
23450
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23451
+ Sent data copycat_translations_2012_03_22_14_44_57.yml (0.2ms)
23452
+ Completed 200 OK in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
23453
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23454
+  (0.0ms) SAVEPOINT active_record_1
23455
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23457
+
23458
+
23459
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23460
+ Processing by CopycatTranslationsController#import_export as HTML
23461
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
23462
+
23463
+
23464
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23465
+ Processing by CopycatTranslationsController#upload as HTML
23466
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000100dc03b0 @original_filename="copycat20120322-13979-1vdsb9j", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13979-1vdsb9j\"\r\nContent-Type: \r\nContent-Length: 64\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13979-1yyivhb>>, "commit"=>"Upload"}
23467
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' AND "copycat_translations"."locale" = 'en' LIMIT 1
23468
+  (0.0ms) SAVEPOINT active_record_1
23469
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
23470
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23471
+ Redirected to http://www.example.com/copycat_translations
23472
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
23473
+
23474
+
23475
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23476
+ Processing by CopycatTranslationsController#index as HTML
23477
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23478
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
23479
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' LIMIT 1
23480
+  (0.4ms) rollback transaction
23481
+  (0.1ms) begin transaction
23482
+
23483
+
23484
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23485
+ Processing by CopycatTranslationsController#import_export as HTML
23486
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
23487
+
23488
+
23489
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23490
+ Processing by CopycatTranslationsController#upload as HTML
23491
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x0000010208ec08 @original_filename="copycat20120322-13979-14jeplj", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13979-14jeplj\"\r\nContent-Type: \r\nContent-Length: 7\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13979-1dwg0z3>>, "commit"=>"Upload"}
23492
+ Completed 400 Bad Request in 28ms (Views: 2.2ms | ActiveRecord: 0.0ms)
23493
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
23494
+  (0.0ms) rollback transaction
23495
+  (0.0ms) begin transaction
23496
+
23497
+
23498
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23499
+ Processing by CopycatTranslationsController#import_export as HTML
23500
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
23501
+
23502
+
23503
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23504
+ Processing by CopycatTranslationsController#upload as HTML
23505
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x000001075e8898 @original_filename="copycat20120322-13979-1lulnyi", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-13979-1lulnyi\"\r\nContent-Type: \r\nContent-Length: 62\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-13979-mqzm0a>>, "commit"=>"Upload"}
23506
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
23507
+  (0.0ms) SAVEPOINT active_record_1
23508
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "world"]]
23509
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23510
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'es' LIMIT 1
23511
+  (0.0ms) SAVEPOINT active_record_1
23512
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "mundo"]]
23513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23514
+ Redirected to http://www.example.com/copycat_translations
23515
+ Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
23516
+
23517
+
23518
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23519
+ Processing by CopycatTranslationsController#index as HTML
23520
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23521
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
23522
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
23523
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' LIMIT 1
23524
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' LIMIT 1
23525
+  (0.3ms) rollback transaction
23526
+  (0.0ms) begin transaction
23527
+  (0.0ms) SAVEPOINT active_record_1
23528
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "world"]]
23529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23530
+  (0.0ms) SAVEPOINT active_record_1
23531
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "mundo"]]
23532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23533
+
23534
+
23535
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23536
+ Processing by CopycatTranslationsController#download as HTML
23537
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23538
+ Sent data copycat_translations_2012_03_22_14_44_57.yml (0.3ms)
23539
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.1ms)
23540
+  (0.5ms) rollback transaction
23541
+  (0.0ms) begin transaction
23542
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23543
+  (0.0ms) SAVEPOINT active_record_1
23544
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "The Header"]]
23545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23546
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23547
+  (0.0ms) SAVEPOINT active_record_1
23548
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23549
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23550
+  (0.4ms) rollback transaction
23551
+  (0.0ms) begin transaction
23552
+
23553
+
23554
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23555
+ Processing by SiteController#index as HTML
23556
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23557
+  (0.0ms) SAVEPOINT active_record_1
23558
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "The Header"]]
23559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23560
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23561
+  (0.0ms) SAVEPOINT active_record_1
23562
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23563
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23564
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 1.1ms)
23565
+  (0.4ms) rollback transaction
23566
+  (0.0ms) begin transaction
23567
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
23568
+
23569
+
23570
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23571
+ Processing by SiteController#index as HTML
23572
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23573
+  (0.0ms) SAVEPOINT active_record_1
23574
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "The Header"]]
23575
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23576
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23577
+  (0.0ms) SAVEPOINT active_record_1
23578
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23580
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 1.1ms)
23581
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
23582
+  (0.4ms) rollback transaction
23583
+  (0.0ms) begin transaction
23584
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23585
+
23586
+
23587
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23588
+ Processing by SiteController#index as HTML
23589
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23590
+  (0.0ms) SAVEPOINT active_record_1
23591
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "The Header"]]
23592
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23593
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23594
+  (0.0ms) SAVEPOINT active_record_1
23595
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23596
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23597
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 1.1ms)
23598
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23599
+  (0.3ms) rollback transaction
23600
+  (0.0ms) begin transaction
23601
+  (0.0ms) SAVEPOINT active_record_1
23602
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "A different header"]]
23603
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23604
+
23605
+
23606
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23607
+ Processing by SiteController#index as HTML
23608
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23609
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23610
+  (0.0ms) SAVEPOINT active_record_1
23611
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23613
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.5ms)
23614
+  (0.4ms) rollback transaction
23615
+  (0.0ms) begin transaction
23616
+  (0.0ms) SAVEPOINT active_record_1
23617
+ SQL (2.0ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "world"]]
23618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23619
+  (0.1ms) SAVEPOINT active_record_1
23620
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "mundo"]]
23621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23622
+
23623
+
23624
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23625
+ Processing by SiteController#index as HTML
23626
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23627
+  (0.0ms) SAVEPOINT active_record_1
23628
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "The Header"]]
23629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23630
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23631
+ Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.7ms)
23632
+
23633
+
23634
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23635
+ Processing by SiteController#index as HTML
23636
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23637
+  (0.1ms) SAVEPOINT active_record_1
23638
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :es], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23640
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23641
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.8ms)
23642
+
23643
+
23644
+ Started GET "/" for 127.0.0.1 at 2012-03-22 14:44:57 -0400
23645
+ Processing by SiteController#index as HTML
23646
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
23647
+  (0.0ms) SAVEPOINT active_record_1
23648
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.header"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23650
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
23651
+  (0.0ms) SAVEPOINT active_record_1
23652
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.index.intro"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23653
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23654
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 1.0ms)
23655
+  (0.4ms) rollback transaction
23656
+  (0.0ms) begin transaction
23657
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" IS NULL AND "copycat_translations"."key" = '' LIMIT 1
23658
+  (0.0ms) SAVEPOINT active_record_1
23659
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
23660
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :copycat_translation], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23661
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.key' LIMIT 1
23662
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23663
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.key' LIMIT 1
23664
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"attributes.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23665
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.key.blank' LIMIT 1
23666
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23667
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
23668
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23669
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
23670
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23671
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.key.blank' LIMIT 1
23672
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"errors.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23673
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
23674
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "can't be blank"]]
23675
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
23676
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.attributes.copycat_translation.locale' LIMIT 1
23677
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23678
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.locale' LIMIT 1
23679
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"attributes.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23680
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.attributes.locale.blank' LIMIT 1
23681
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23682
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.models.copycat_translation.blank' LIMIT 1
23683
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'activerecord.errors.messages.blank' LIMIT 1
23684
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.attributes.locale.blank' LIMIT 1
23685
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", :"errors.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23686
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
23687
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
23688
+  (0.4ms) rollback transaction
23689
+  (0.1ms) begin transaction
23690
+  (0.1ms) SAVEPOINT active_record_1
23691
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "string000000002"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "string000000003"]]
23692
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23693
+ CopycatTranslation Load (0.2ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'string000000002' LIMIT 1
23694
+  (0.4ms) rollback transaction
23695
+  (0.1ms) begin transaction
23696
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
23697
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo' LIMIT 1
23698
+  (0.0ms) SAVEPOINT active_record_1
23699
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "translation missing"]]
23700
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23701
+  (0.2ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
23702
+  (0.4ms) rollback transaction
23703
+  (0.1ms) begin transaction
23704
+  (0.0ms) SAVEPOINT active_record_1
23705
+ SQL (0.6ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copyfoo"]]
23706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23707
+  (0.1ms) SAVEPOINT active_record_1
23708
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copybaz"]]
23709
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23710
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
23711
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
23712
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
23713
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
23714
+  (0.0ms) SAVEPOINT active_record_1
23715
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "Hello world"]]
23716
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23717
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' AND "copycat_translations"."locale" = 'en' LIMIT 1
23718
+  (0.0ms) SAVEPOINT active_record_1
23719
+  (0.2ms) UPDATE "copycat_translations" SET "value" = 'lorem ipsum', "updated_at" = '2012-03-22 18:44:57.838719' WHERE "copycat_translations"."id" = 1
23720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23721
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
23722
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
23723
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
23724
+  (0.5ms) rollback transaction
23725
+  (0.0ms) begin transaction
23726
+  (0.0ms) SAVEPOINT active_record_1
23727
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copyfoo"]]
23728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23729
+  (0.0ms) SAVEPOINT active_record_1
23730
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copybaz"]]
23731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23732
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23733
+  (0.0ms) SAVEPOINT active_record_1
23734
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.sample_copy3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copyfoo"]]
23735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23736
+  (0.1ms) SAVEPOINT active_record_1
23737
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "a.sample_copy4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "copybaz"]]
23738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23739
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23740
+  (0.3ms) rollback transaction
23741
+  (0.0ms) begin transaction
23742
+  (0.0ms) SAVEPOINT active_record_1
23743
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "moby_dick"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
23744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23745
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23746
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23747
+  (0.0ms) SAVEPOINT active_record_1
23748
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23750
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' AND "copycat_translations"."locale" = 'en' LIMIT 1
23751
+  (0.0ms) SAVEPOINT active_record_1
23752
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "moby_dick"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
23753
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23754
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' LIMIT 1
23755
+  (0.3ms) rollback transaction
23756
+  (0.0ms) begin transaction
23757
+  (0.0ms) SAVEPOINT active_record_1
23758
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23759
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23760
+  (0.0ms) SAVEPOINT active_record_1
23761
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar2"]]
23762
+ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)
23763
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
23764
+  (0.0ms) SAVEPOINT active_record_1
23765
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "bar"]]
23766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23767
+  (0.3ms) rollback transaction
23768
+  (0.0ms) begin transaction
23769
+  (0.0ms) rollback transaction
23770
+  (0.0ms) begin transaction
23771
+  (0.0ms) rollback transaction
23772
+  (0.0ms) begin transaction
23773
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
23774
+  (0.0ms) SAVEPOINT active_record_1
23775
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", nil]]
23776
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23777
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23778
+  (0.0ms) SAVEPOINT active_record_1
23779
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23781
+  (0.0ms) SAVEPOINT active_record_1
23782
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.title"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "My Blog"]]
23783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23784
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23785
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
23786
+  (0.0ms) SAVEPOINT active_record_1
23787
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
23788
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23789
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
23790
+  (0.0ms) SAVEPOINT active_record_1
23791
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 18:44:57 UTC +00:00], ["value", "My Blog"]]
23792
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23793
+  (0.3ms) rollback transaction