copycat 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- class CopycatTranslationsController < ApplicationController
1
+ class CopycatTranslationsController < ActionController::Base
2
2
 
3
3
  http_basic_authenticate_with :name => COPYCAT_USERNAME, :password => COPYCAT_PASSWORD
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Copycat
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -23791,3 +23791,961 @@ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translatio
23791
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
23792
   (0.0ms) RELEASE SAVEPOINT active_record_1
23793
23793
   (0.3ms) rollback transaction
23794
+  (0.1ms) begin transaction
23795
+  (0.0ms) SAVEPOINT active_record_1
23796
+ SQL (13.9ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["value", "bar"]]
23797
+  (1.3ms) RELEASE SAVEPOINT active_record_1
23798
+
23799
+
23800
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:58 -0400
23801
+ Processing by CopycatTranslationsController#index as HTML
23802
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23803
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (3.3ms)
23804
+ Completed 200 OK in 45ms (Views: 13.9ms | ActiveRecord: 0.1ms)
23805
+
23806
+
23807
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:58 -0400
23808
+ Processing by CopycatTranslationsController#import_export as HTML
23809
+ Rendered /vermonster/copycat/app/views/copycat_translations/import_export.html.erb within layouts/copycat (1.1ms)
23810
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
23811
+
23812
+
23813
+ Started GET "/copycat_translations/help" for 127.0.0.1 at 2012-03-22 16:00:58 -0400
23814
+ Processing by CopycatTranslationsController#help as HTML
23815
+ Rendered /vermonster/copycat/app/views/copycat_translations/help.html.erb within layouts/copycat (0.3ms)
23816
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
23817
+
23818
+
23819
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:58 -0400
23820
+ Processing by CopycatTranslationsController#index as HTML
23821
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23822
+ Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (0.7ms)
23823
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
23824
+  (0.4ms) rollback transaction
23825
+  (0.0ms) begin transaction
23826
+  (0.0ms) SAVEPOINT active_record_1
23827
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["value", "bar"]]
23828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23829
+
23830
+
23831
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:58 -0400
23832
+ Processing by CopycatTranslationsController#index as HTML
23833
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23834
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
23835
+  (0.4ms) rollback transaction
23836
+  (0.0ms) begin transaction
23837
+  (0.0ms) SAVEPOINT active_record_1
23838
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:58 UTC +00:00], ["value", "bar"]]
23839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23840
+
23841
+
23842
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23843
+ Processing by CopycatTranslationsController#index as HTML
23844
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23845
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23846
+
23847
+
23848
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23849
+ Processing by CopycatTranslationsController#index as HTML
23850
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
23851
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23852
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23853
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
23854
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.3ms)
23855
+  (0.5ms) rollback transaction
23856
+  (0.0ms) begin transaction
23857
+  (0.0ms) SAVEPOINT active_record_1
23858
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23859
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23860
+
23861
+
23862
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23863
+ Processing by CopycatTranslationsController#index as HTML
23864
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23865
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23866
+
23867
+
23868
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xfoo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23869
+ Processing by CopycatTranslationsController#index as HTML
23870
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xfoo", "commit"=>"Search"}
23871
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23872
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xfoo%' OR value LIKE '%xfoo%')
23873
+ Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms)
23874
+  (0.4ms) rollback transaction
23875
+  (0.0ms) begin transaction
23876
+  (0.0ms) SAVEPOINT active_record_1
23877
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23878
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23879
+
23880
+
23881
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23882
+ Processing by CopycatTranslationsController#index as HTML
23883
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23884
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23885
+
23886
+
23887
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=bar&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23888
+ Processing by CopycatTranslationsController#index as HTML
23889
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"bar", "commit"=>"Search"}
23890
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23891
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
23892
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%bar%' OR value LIKE '%bar%')
23893
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
23894
+  (0.4ms) rollback transaction
23895
+  (0.0ms) begin transaction
23896
+  (0.0ms) SAVEPOINT active_record_1
23897
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23899
+
23900
+
23901
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23902
+ Processing by CopycatTranslationsController#index as HTML
23903
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23904
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23905
+
23906
+
23907
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=xbar&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23908
+ Processing by CopycatTranslationsController#index as HTML
23909
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"xbar", "commit"=>"Search"}
23910
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23911
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%xbar%' OR value LIKE '%xbar%')
23912
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23913
+  (0.4ms) rollback transaction
23914
+  (0.0ms) begin transaction
23915
+  (0.0ms) SAVEPOINT active_record_1
23916
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23917
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23918
+
23919
+
23920
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23921
+ Processing by CopycatTranslationsController#index as HTML
23922
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23923
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23924
+  (0.0ms) SAVEPOINT active_record_1
23925
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.something"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "string000000001"]]
23926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23927
+
23928
+
23929
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=index&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23930
+ Processing by CopycatTranslationsController#index as HTML
23931
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"index", "commit"=>"Search"}
23932
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23933
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
23934
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%index%' OR value LIKE '%index%')
23935
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
23936
+  (0.4ms) rollback transaction
23937
+  (0.1ms) begin transaction
23938
+  (0.0ms) SAVEPOINT active_record_1
23939
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23941
+
23942
+
23943
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23944
+ Processing by CopycatTranslationsController#index as HTML
23945
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
23946
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
23947
+  (0.0ms) SAVEPOINT active_record_1
23948
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foe"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "beer"]]
23949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23950
+
23951
+
23952
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23953
+ Processing by CopycatTranslationsController#index as HTML
23954
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
23955
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
23956
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23957
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
23958
+  (0.3ms) rollback transaction
23959
+  (0.0ms) begin transaction
23960
+  (0.0ms) SAVEPOINT active_record_1
23961
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23963
+
23964
+
23965
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23966
+ Processing by CopycatTranslationsController#index as HTML
23967
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23968
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23969
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
23970
+  (0.0ms) SAVEPOINT active_record_1
23971
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
23972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23973
+  (0.0ms) SAVEPOINT active_record_1
23974
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
23975
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23976
+  (0.0ms) SAVEPOINT active_record_1
23977
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
23978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23979
+  (0.0ms) SAVEPOINT active_record_1
23980
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
23981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23982
+
23983
+
23984
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23985
+ Processing by CopycatTranslationsController#index as HTML
23986
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23987
+ Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.1ms)
23988
+  (0.4ms) rollback transaction
23989
+  (0.0ms) begin transaction
23990
+  (0.0ms) SAVEPOINT active_record_1
23991
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
23992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23993
+
23994
+
23995
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
23996
+ Processing by CopycatTranslationsController#index as HTML
23997
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
23998
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
23999
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24000
+  (0.0ms) SAVEPOINT active_record_1
24001
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24003
+  (0.0ms) SAVEPOINT active_record_1
24004
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24006
+  (0.0ms) SAVEPOINT active_record_1
24007
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24008
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24009
+  (0.0ms) SAVEPOINT active_record_1
24010
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24012
+
24013
+
24014
+ Started GET "/copycat_translations?search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24015
+ Processing by CopycatTranslationsController#index as HTML
24016
+ Parameters: {"search"=>"", "commit"=>"Search"}
24017
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
24018
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24019
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
24020
+  (0.3ms) rollback transaction
24021
+  (0.0ms) begin transaction
24022
+  (0.0ms) SAVEPOINT active_record_1
24023
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24024
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24025
+
24026
+
24027
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24028
+ Processing by CopycatTranslationsController#index as HTML
24029
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24030
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24031
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24032
+  (0.0ms) SAVEPOINT active_record_1
24033
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24035
+  (0.0ms) SAVEPOINT active_record_1
24036
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24038
+  (0.0ms) SAVEPOINT active_record_1
24039
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24041
+  (0.0ms) SAVEPOINT active_record_1
24042
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24044
+
24045
+
24046
+ Started GET "/copycat_translations?search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24047
+ Processing by CopycatTranslationsController#index as HTML
24048
+ Parameters: {"search"=>"foo", "commit"=>"Search"}
24049
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24050
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24051
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24052
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
24053
+
24054
+
24055
+ Started GET "/copycat_translations?search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24056
+ Processing by CopycatTranslationsController#index as HTML
24057
+ Parameters: {"search"=>"fuu", "commit"=>"Search"}
24058
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24059
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
24060
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)
24061
+  (0.4ms) rollback transaction
24062
+  (0.0ms) begin transaction
24063
+  (0.0ms) SAVEPOINT active_record_1
24064
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24066
+
24067
+
24068
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24069
+ Processing by CopycatTranslationsController#index as HTML
24070
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24071
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24072
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24073
+  (0.0ms) SAVEPOINT active_record_1
24074
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24075
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24076
+  (0.0ms) SAVEPOINT active_record_1
24077
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24079
+  (0.0ms) SAVEPOINT active_record_1
24080
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24081
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24082
+  (0.0ms) SAVEPOINT active_record_1
24083
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24084
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24085
+
24086
+
24087
+ Started GET "/copycat_translations?locale=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24088
+ Processing by CopycatTranslationsController#index as HTML
24089
+ Parameters: {"locale"=>"", "commit"=>"Search"}
24090
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24091
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24092
+  (0.3ms) rollback transaction
24093
+  (0.0ms) begin transaction
24094
+  (0.0ms) SAVEPOINT active_record_1
24095
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24096
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24097
+
24098
+
24099
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24100
+ Processing by CopycatTranslationsController#index as HTML
24101
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24102
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24103
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24104
+  (0.0ms) SAVEPOINT active_record_1
24105
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24107
+  (0.0ms) SAVEPOINT active_record_1
24108
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24110
+  (0.0ms) SAVEPOINT active_record_1
24111
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24113
+  (0.0ms) SAVEPOINT active_record_1
24114
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24116
+
24117
+
24118
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24119
+ Processing by CopycatTranslationsController#index as HTML
24120
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"", "commit"=>"Search"}
24121
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24122
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24123
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
24124
+  (0.5ms) rollback transaction
24125
+  (0.0ms) begin transaction
24126
+  (0.0ms) SAVEPOINT active_record_1
24127
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24129
+
24130
+
24131
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24132
+ Processing by CopycatTranslationsController#index as HTML
24133
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24134
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24135
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24136
+  (0.0ms) SAVEPOINT active_record_1
24137
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24139
+  (0.0ms) SAVEPOINT active_record_1
24140
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24142
+  (0.0ms) SAVEPOINT active_record_1
24143
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24145
+  (0.0ms) SAVEPOINT active_record_1
24146
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24148
+
24149
+
24150
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24151
+ Processing by CopycatTranslationsController#index as HTML
24152
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"foo", "commit"=>"Search"}
24153
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24154
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
24155
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE (key LIKE '%foo%' OR value LIKE '%foo%')
24156
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)
24157
+
24158
+
24159
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24160
+ Processing by CopycatTranslationsController#index as HTML
24161
+ Parameters: {"utf8"=>"✓", "locale"=>"", "search"=>"fuu", "commit"=>"Search"}
24162
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24163
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE (key LIKE '%fuu%' OR value LIKE '%fuu%')
24164
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
24165
+  (0.4ms) rollback transaction
24166
+  (0.0ms) begin transaction
24167
+  (0.0ms) SAVEPOINT active_record_1
24168
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24169
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24170
+
24171
+
24172
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24173
+ Processing by CopycatTranslationsController#index as HTML
24174
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24175
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24176
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24177
+  (0.0ms) SAVEPOINT active_record_1
24178
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24180
+  (0.0ms) SAVEPOINT active_record_1
24181
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24183
+  (0.0ms) SAVEPOINT active_record_1
24184
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24185
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24186
+  (0.0ms) SAVEPOINT active_record_1
24187
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24189
+
24190
+
24191
+ Started GET "/copycat_translations?locale=en&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24192
+ Processing by CopycatTranslationsController#index as HTML
24193
+ Parameters: {"locale"=>"en", "commit"=>"Search"}
24194
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24195
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
24196
+  (0.3ms) rollback transaction
24197
+  (0.0ms) begin transaction
24198
+  (0.0ms) SAVEPOINT active_record_1
24199
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24201
+
24202
+
24203
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24204
+ Processing by CopycatTranslationsController#index as HTML
24205
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24206
+ Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
24207
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24208
+  (0.0ms) SAVEPOINT active_record_1
24209
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24211
+  (0.0ms) SAVEPOINT active_record_1
24212
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24214
+  (0.0ms) SAVEPOINT active_record_1
24215
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24217
+  (0.0ms) SAVEPOINT active_record_1
24218
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24220
+
24221
+
24222
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24223
+ Processing by CopycatTranslationsController#index as HTML
24224
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"", "commit"=>"Search"}
24225
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en'
24226
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations"
24227
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
24228
+
24229
+
24230
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24231
+ Processing by CopycatTranslationsController#index as HTML
24232
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"", "commit"=>"Search"}
24233
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa'
24234
+ CopycatTranslation Load (0.0ms) SELECT distinct locale FROM "copycat_translations"
24235
+ Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.1ms)
24236
+
24237
+
24238
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24239
+ Processing by CopycatTranslationsController#index as HTML
24240
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"", "commit"=>"Search"}
24241
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it'
24242
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24243
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms)
24244
+  (0.5ms) rollback transaction
24245
+  (0.0ms) begin transaction
24246
+  (0.0ms) SAVEPOINT active_record_1
24247
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24249
+
24250
+
24251
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24252
+ Processing by CopycatTranslationsController#index as HTML
24253
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24254
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
24255
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24256
+  (0.0ms) SAVEPOINT active_record_1
24257
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24259
+  (0.0ms) SAVEPOINT active_record_1
24260
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24262
+  (0.0ms) SAVEPOINT active_record_1
24263
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24264
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24265
+  (0.0ms) SAVEPOINT active_record_1
24266
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "it"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24268
+
24269
+
24270
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24271
+ Processing by CopycatTranslationsController#index as HTML
24272
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"foo", "commit"=>"Search"}
24273
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24274
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24275
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24276
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)
24277
+
24278
+
24279
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=fa&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24280
+ Processing by CopycatTranslationsController#index as HTML
24281
+ Parameters: {"utf8"=>"✓", "locale"=>"fa", "search"=>"foo", "commit"=>"Search"}
24282
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24283
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24284
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24285
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
24286
+
24287
+
24288
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=it&search=foo&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24289
+ Processing by CopycatTranslationsController#index as HTML
24290
+ Parameters: {"utf8"=>"✓", "locale"=>"it", "search"=>"foo", "commit"=>"Search"}
24291
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24292
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24293
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'it' AND (key LIKE '%foo%' OR value LIKE '%foo%')
24294
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)
24295
+
24296
+
24297
+ Started GET "/copycat_translations?utf8=%E2%9C%93&locale=en&search=fuu&commit=Search" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24298
+ Processing by CopycatTranslationsController#index as HTML
24299
+ Parameters: {"utf8"=>"✓", "locale"=>"en", "search"=>"fuu", "commit"=>"Search"}
24300
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24301
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND (key LIKE '%fuu%' OR value LIKE '%fuu%')
24302
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)
24303
+  (0.3ms) rollback transaction
24304
+  (0.0ms) begin transaction
24305
+  (0.0ms) SAVEPOINT active_record_1
24306
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo1"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24307
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24308
+  (0.0ms) SAVEPOINT active_record_1
24309
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo2:"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24311
+  (0.0ms) SAVEPOINT active_record_1
24312
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.b.foo3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24313
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24314
+  (0.0ms) SAVEPOINT active_record_1
24315
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "c.foo4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar4"]]
24316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24317
+  (0.0ms) SAVEPOINT active_record_1
24318
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", 2], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar5"]]
24319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24320
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
24321
+
24322
+
24323
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24324
+ Processing by CopycatTranslationsController#import_export as HTML
24325
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
24326
+
24327
+
24328
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24329
+ Processing by CopycatTranslationsController#download as HTML
24330
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24331
+ Sent data copycat_translations_2012_03_22_16_00_59.yml (1.9ms)
24332
+ Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.1ms)
24333
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24334
+  (0.0ms) SAVEPOINT active_record_1
24335
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24337
+  (0.0ms) SAVEPOINT active_record_1
24338
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
24339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24340
+  (0.0ms) SAVEPOINT active_record_1
24341
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 3]]
24342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24343
+  (0.0ms) SAVEPOINT active_record_1
24344
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 4]]
24345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24346
+  (0.0ms) SAVEPOINT active_record_1
24347
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 5]]
24348
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24349
+  (0.0ms) SELECT COUNT(*) FROM "copycat_translations"
24350
+
24351
+
24352
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24353
+ Processing by CopycatTranslationsController#import_export as HTML
24354
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
24355
+
24356
+
24357
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24358
+ Processing by CopycatTranslationsController#upload as HTML
24359
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000100fd93b8 @original_filename="copycat20120322-16037-59ngu9", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-16037-59ngu9\"\r\nContent-Type: \r\nContent-Length: 104\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-16037-r8c83a>>, "commit"=>"Upload"}
24360
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' AND "copycat_translations"."locale" = 'en' LIMIT 1
24361
+  (0.0ms) SAVEPOINT active_record_1
24362
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo1"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar1"]]
24363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24364
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' AND "copycat_translations"."locale" = 'en' LIMIT 1
24365
+  (0.0ms) SAVEPOINT active_record_1
24366
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo2:"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24368
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' AND "copycat_translations"."locale" = 'en' LIMIT 1
24369
+  (0.0ms) SAVEPOINT active_record_1
24370
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.b.foo3"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar3"]]
24371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24372
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' AND "copycat_translations"."locale" = 'en' LIMIT 1
24373
+  (0.0ms) SAVEPOINT active_record_1
24374
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "c.foo4"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar4"]]
24375
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24376
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = '2' AND "copycat_translations"."locale" = 'en' LIMIT 1
24377
+  (0.0ms) SAVEPOINT active_record_1
24378
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "2"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar5"]]
24379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24380
+ Redirected to http://www.example.com/copycat_translations
24381
+ Completed 302 Found in 9ms (ActiveRecord: 1.5ms)
24382
+
24383
+
24384
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24385
+ Processing by CopycatTranslationsController#index as HTML
24386
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24387
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
24388
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
24389
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo1' LIMIT 1
24390
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo2:' LIMIT 1
24391
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.b.foo3' LIMIT 1
24392
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'c.foo4' LIMIT 1
24393
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 2 LIMIT 1
24394
+  (0.4ms) rollback transaction
24395
+  (0.0ms) begin transaction
24396
+  (0.0ms) SAVEPOINT active_record_1
24397
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
24398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24399
+
24400
+
24401
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24402
+ Processing by CopycatTranslationsController#import_export as HTML
24403
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
24404
+
24405
+
24406
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24407
+ Processing by CopycatTranslationsController#download as HTML
24408
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24409
+ Sent data copycat_translations_2012_03_22_16_00_59.yml (0.2ms)
24410
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
24411
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24412
+  (0.0ms) SAVEPOINT active_record_1
24413
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24415
+
24416
+
24417
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24418
+ Processing by CopycatTranslationsController#import_export as HTML
24419
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
24420
+
24421
+
24422
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24423
+ Processing by CopycatTranslationsController#upload as HTML
24424
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x0000010170c838 @original_filename="copycat20120322-16037-2kc17c", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-16037-2kc17c\"\r\nContent-Type: \r\nContent-Length: 64\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-16037-1lcfzfu>>, "commit"=>"Upload"}
24425
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' AND "copycat_translations"."locale" = 'en' LIMIT 1
24426
+  (0.0ms) SAVEPOINT active_record_1
24427
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "“hello world“ üokåa®fgsdf;::fs;kdf"]]
24428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24429
+ Redirected to http://www.example.com/copycat_translations
24430
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
24431
+
24432
+
24433
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24434
+ Processing by CopycatTranslationsController#index as HTML
24435
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations"
24436
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
24437
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'a.foo' LIMIT 1
24438
+  (0.3ms) rollback transaction
24439
+  (0.0ms) begin transaction
24440
+
24441
+
24442
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24443
+ Processing by CopycatTranslationsController#import_export as HTML
24444
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
24445
+
24446
+
24447
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24448
+ Processing by CopycatTranslationsController#upload as HTML
24449
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000102932238 @original_filename="copycat20120322-16037-147gzbs", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-16037-147gzbs\"\r\nContent-Type: \r\nContent-Length: 7\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-16037-1xhjz3k>>, "commit"=>"Upload"}
24450
+ Completed 400 Bad Request in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
24451
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
24452
+  (0.0ms) rollback transaction
24453
+  (0.0ms) begin transaction
24454
+
24455
+
24456
+ Started GET "/copycat_translations/import_export" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24457
+ Processing by CopycatTranslationsController#import_export as HTML
24458
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
24459
+
24460
+
24461
+ Started POST "/copycat_translations/upload" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24462
+ Processing by CopycatTranslationsController#upload as HTML
24463
+ Parameters: {"utf8"=>"✓", "file"=>#<ActionDispatch::Http::UploadedFile:0x00000101650d68 @original_filename="copycat20120322-16037-txqtar", @content_type="", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"copycat20120322-16037-txqtar\"\r\nContent-Type: \r\nContent-Length: 62\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120322-16037-18l01cd>>, "commit"=>"Upload"}
24464
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
24465
+  (0.0ms) SAVEPOINT active_record_1
24466
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "world"]]
24467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24468
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'es' LIMIT 1
24469
+  (0.0ms) SAVEPOINT active_record_1
24470
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "mundo"]]
24471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24472
+ Redirected to http://www.example.com/copycat_translations
24473
+ Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
24474
+
24475
+
24476
+ Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24477
+ Processing by CopycatTranslationsController#index as HTML
24478
+ CopycatTranslation Load (0.1ms) SELECT distinct locale FROM "copycat_translations" 
24479
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
24480
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations"
24481
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' LIMIT 1
24482
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' LIMIT 1
24483
+  (0.3ms) rollback transaction
24484
+  (0.0ms) begin transaction
24485
+  (0.0ms) SAVEPOINT active_record_1
24486
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "world"]]
24487
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24488
+  (0.0ms) SAVEPOINT active_record_1
24489
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "hello"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "mundo"]]
24490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24491
+
24492
+
24493
+ Started GET "/copycat_translations/download" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24494
+ Processing by CopycatTranslationsController#download as HTML
24495
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24496
+ Sent data copycat_translations_2012_03_22_16_00_59.yml (0.3ms)
24497
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
24498
+  (0.3ms) rollback transaction
24499
+  (0.0ms) begin transaction
24500
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24501
+  (0.0ms) SAVEPOINT active_record_1
24502
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "The Header"]]
24503
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24504
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24505
+  (0.0ms) SAVEPOINT active_record_1
24506
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24508
+  (0.4ms) rollback transaction
24509
+  (0.0ms) begin transaction
24510
+
24511
+
24512
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24513
+ Processing by SiteController#index as HTML
24514
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24515
+  (0.0ms) SAVEPOINT active_record_1
24516
+ SQL (0.5ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "The Header"]]
24517
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24518
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24519
+  (0.0ms) SAVEPOINT active_record_1
24520
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24522
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 1.0ms)
24523
+  (0.4ms) rollback transaction
24524
+  (0.0ms) begin transaction
24525
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
24526
+
24527
+
24528
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24529
+ Processing by SiteController#index as HTML
24530
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24531
+  (0.0ms) SAVEPOINT active_record_1
24532
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "The Header"]]
24533
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24534
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24535
+  (0.0ms) SAVEPOINT active_record_1
24536
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24537
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24538
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.9ms)
24539
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.header' LIMIT 1
24540
+  (0.4ms) rollback transaction
24541
+  (0.0ms) begin transaction
24542
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24543
+
24544
+
24545
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24546
+ Processing by SiteController#index as HTML
24547
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24548
+  (0.0ms) SAVEPOINT active_record_1
24549
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "The Header"]]
24550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24551
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24552
+  (0.0ms) SAVEPOINT active_record_1
24553
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24555
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.8ms)
24556
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24557
+  (0.3ms) rollback transaction
24558
+  (0.0ms) begin transaction
24559
+  (0.0ms) SAVEPOINT active_record_1
24560
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "A different header"]]
24561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24562
+
24563
+
24564
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24565
+ Processing by SiteController#index as HTML
24566
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24567
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24568
+  (0.0ms) SAVEPOINT active_record_1
24569
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24571
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.5ms)
24572
+  (0.3ms) rollback transaction
24573
+  (0.0ms) begin transaction
24574
+  (0.0ms) SAVEPOINT active_record_1
24575
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "world"]]
24576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24577
+  (0.0ms) SAVEPOINT active_record_1
24578
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", "es"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "mundo"]]
24579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24580
+
24581
+
24582
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24583
+ Processing by SiteController#index as HTML
24584
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24585
+  (0.0ms) SAVEPOINT active_record_1
24586
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "The Header"]]
24587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24588
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24589
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.5ms)
24590
+
24591
+
24592
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24593
+ Processing by SiteController#index as HTML
24594
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24595
+  (0.0ms) SAVEPOINT active_record_1
24596
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :es], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24598
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'es' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24599
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.5ms)
24600
+
24601
+
24602
+ Started GET "/" for 127.0.0.1 at 2012-03-22 16:00:59 -0400
24603
+ Processing by SiteController#index as HTML
24604
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.header' LIMIT 1
24605
+  (0.0ms) SAVEPOINT active_record_1
24606
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.header"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24608
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'fa' AND "copycat_translations"."key" = 'site.index.intro' LIMIT 1
24609
+  (0.0ms) SAVEPOINT active_record_1
24610
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.index.intro"], ["locale", :fa], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24612
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.7ms)
24613
+  (0.4ms) rollback transaction
24614
+  (0.0ms) begin transaction
24615
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" IS NULL AND "copycat_translations"."key" = '' LIMIT 1
24616
+  (0.0ms) SAVEPOINT active_record_1
24617
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
24618
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :copycat_translation], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24619
+ 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
24620
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24621
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.key' LIMIT 1
24622
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"attributes.key"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24623
+ 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
24624
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24625
+ 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
24626
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24627
+ 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
24628
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24629
+ 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
24630
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"errors.attributes.key.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24631
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
24632
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"errors.messages.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "can't be blank"]]
24633
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'copycat_translation' LIMIT 1
24634
+ 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
24635
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.attributes.copycat_translation.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24636
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'attributes.locale' LIMIT 1
24637
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"attributes.locale"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24638
+ 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
24639
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"activerecord.errors.models.copycat_translation.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24640
+ 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
24641
+ 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
24642
+ 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
24643
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", :"errors.attributes.locale.blank"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24644
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'errors.messages.blank' LIMIT 1
24645
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
24646
+  (0.4ms) rollback transaction
24647
+  (0.0ms) begin transaction
24648
+  (0.0ms) SAVEPOINT active_record_1
24649
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "string000000002"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "string000000003"]]
24650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24651
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'string000000002' LIMIT 1
24652
+  (0.3ms) rollback transaction
24653
+  (0.0ms) begin transaction
24654
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
24655
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo' LIMIT 1
24656
+  (0.0ms) SAVEPOINT active_record_1
24657
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "translation missing"]]
24658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24659
+  (0.1ms) SELECT COUNT(*) FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'foo'
24660
+  (0.3ms) rollback transaction
24661
+  (0.0ms) begin transaction
24662
+  (0.0ms) SAVEPOINT active_record_1
24663
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copyfoo"]]
24664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24665
+  (0.0ms) SAVEPOINT active_record_1
24666
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copybaz"]]
24667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24668
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
24669
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
24670
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
24671
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' AND "copycat_translations"."locale" = 'en' LIMIT 1
24672
+  (0.0ms) SAVEPOINT active_record_1
24673
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "Hello world"]]
24674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24675
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' AND "copycat_translations"."locale" = 'en' LIMIT 1
24676
+  (0.0ms) SAVEPOINT active_record_1
24677
+  (0.1ms) UPDATE "copycat_translations" SET "value" = 'lorem ipsum', "updated_at" = '2012-03-22 20:00:59.687939' WHERE "copycat_translations"."id" = 1
24678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24679
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy' LIMIT 1
24680
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'sample_copy2' LIMIT 1
24681
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'hello' LIMIT 1
24682
+  (0.4ms) rollback transaction
24683
+  (0.0ms) begin transaction
24684
+  (0.0ms) SAVEPOINT active_record_1
24685
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "sample_copy"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copyfoo"]]
24686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24687
+  (0.0ms) SAVEPOINT active_record_1
24688
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "sample_copy2"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copybaz"]]
24689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24690
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24691
+  (0.0ms) SAVEPOINT active_record_1
24692
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.sample_copy3"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copyfoo"]]
24693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24694
+  (0.0ms) SAVEPOINT active_record_1
24695
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "a.sample_copy4"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "copybaz"]]
24696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24697
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24698
+  (0.3ms) rollback transaction
24699
+  (0.0ms) begin transaction
24700
+  (0.0ms) SAVEPOINT active_record_1
24701
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "moby_dick"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
24702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24703
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24704
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24705
+  (0.0ms) SAVEPOINT active_record_1
24706
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24708
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' AND "copycat_translations"."locale" = 'en' LIMIT 1
24709
+  (0.0ms) SAVEPOINT active_record_1
24710
+ SQL (0.1ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "moby_dick"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "<p>Lorem ipsum</p><p class=\"highlight\">∆'≈:</p>"]]
24711
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24712
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."key" = 'moby_dick' LIMIT 1
24713
+  (0.3ms) rollback transaction
24714
+  (0.0ms) begin transaction
24715
+  (0.0ms) SAVEPOINT active_record_1
24716
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24717
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24718
+  (0.0ms) SAVEPOINT active_record_1
24719
+ SQL (0.3ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar2"]]
24720
+ SQLite3::ConstraintException: constraint failed: INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?)
24721
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
24722
+  (0.0ms) SAVEPOINT active_record_1
24723
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "foo"], ["locale", "fa"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "bar"]]
24724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24725
+  (0.3ms) rollback transaction
24726
+  (0.0ms) begin transaction
24727
+  (0.0ms) rollback transaction
24728
+  (0.0ms) begin transaction
24729
+  (0.0ms) rollback transaction
24730
+  (0.0ms) begin transaction
24731
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
24732
+  (0.0ms) SAVEPOINT active_record_1
24733
+ SQL (0.4ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", nil]]
24734
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24735
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24736
+  (0.0ms) SAVEPOINT active_record_1
24737
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 1]]
24738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24739
+  (0.0ms) SAVEPOINT active_record_1
24740
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.title"], ["locale", "en"], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "My Blog"]]
24741
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24742
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations"
24743
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
24744
+  (0.0ms) SAVEPOINT active_record_1
24745
+ SQL (0.1ms) DELETE FROM "copycat_translations" WHERE "copycat_translations"."id" = ? [["id", 2]]
24746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24747
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" WHERE "copycat_translations"."locale" = 'en' AND "copycat_translations"."key" = 'site.title' LIMIT 1
24748
+  (0.0ms) SAVEPOINT active_record_1
24749
+ SQL (0.2ms) INSERT INTO "copycat_translations" ("created_at", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["key", "site.title"], ["locale", :en], ["updated_at", Thu, 22 Mar 2012 20:00:59 UTC +00:00], ["value", "My Blog"]]
24750
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24751
+  (0.3ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copycat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2012-03-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &2151799300 !ruby/object:Gem::Requirement
17
+ requirement: &2151799280 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 3.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2151799300
25
+ version_requirements: *2151799280
26
26
  description: Edit live website copy.
27
27
  email:
28
28
  - info@vermonster.com