test/dummy/log/development.log in i18nline-0.0.5.alpha vs test/dummy/log/development.log in i18nline-0.0.6.alpha

- old
+ new

@@ -30662,5 +30662,171 @@ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:45 +0100 +  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('foo') OR "key" LIKE 'foo.%') + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('foo') OR "key" LIKE 'foo.%') LIMIT 1 +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') + I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + + +Started GET "/" for 127.0.0.1 at 2013-11-19 21:09:10 +0100 +Processing by HelloController#hello as HTML +  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + Rendered hello/hello.html.erb within layouts/application (25.8ms) +Completed 500 Internal Server Error in 59ms + +ActionView::Template::Error (undefined method `store_default_translations' for #<I18nline::MyBackend:0xa63a628>): + 1: <%= t("thanks", name: "Jeremy") %> + 2: + 3: <%= t("interpolate.from.yml", fruit: "Orange") %> + 4: + app/views/hello/hello.html.erb:1:in `_app_views_hello_hello_html_erb___471407813_86949340' + + + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.6ms) + + +Started GET "/" for 127.0.0.1 at 2013-11-19 21:11:19 +0100 +Processing by HelloController#hello as HTML +  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + Rendered hello/hello.html.erb within layouts/application (25.4ms) +Completed 500 Internal Server Error in 59ms + +ActionView::Template::Error (undefined method `store_default_translations' for #<I18nline::MyBackend:0xae6a4b0>): + 1: <%= t("thanks", name: "Jeremy") %> + 2: + 3: <%= t("interpolate.from.yml", fruit: "Orange") %> + 4: + app/views/hello/hello.html.erb:1:in `_app_views_hello_hello_html_erb__995507180_91249670' + + + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.4ms) + + +Started GET "/" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 +Processing by HelloController#hello as HTML +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') + I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 + CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') LIMIT 1 + CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') LIMIT 1 +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 +  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 +  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') + I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') LIMIT 1 + CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') LIMIT 1 + Rendered hello/hello.html.erb within layouts/application (68.2ms) +Completed 200 OK in 195ms (Views: 157.8ms | ActiveRecord: 8.6ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + + +Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 21:17:13 +0100 + +***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** + + SQL (0.2ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox','inbox.one') OR "key" LIKE 'inbox.one.%') +  (0.1ms) begin transaction + SQL (24.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 20:20:39 UTC +00:00], ["interpolations", "--- []\n"], ["key", "inbox.one"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 20:20:39 UTC +00:00], ["value", "--- 1 message\n...\n"]] +  (169.3ms) commit transaction + SQL (0.3ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox','inbox.more') OR "key" LIKE 'inbox.more.%') +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 20:20:39 UTC +00:00], ["interpolations", "--- []\n"], ["key", "inbox.more"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 20:20:39 UTC +00:00], ["value", "--- '%{count} messages'\n"]] +  (211.4ms) commit transaction +  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') + I18n::Backend::ActiveRecord::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') + I18nline::Translation Load (1.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at ASC LIMIT 1 + I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%inbox%') ORDER BY created_at desc + I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", 70]] +  (0.2ms) begin transaction + SQL (1.0ms) UPDATE "i18nline_translations" SET "updated_at" = ?, "value" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 70 [["updated_at", Tue, 19 Nov 2013 20:25:59 UTC +00:00], ["value", "--- '%{count} messages'\n"], ["interpolations", "---\n- count\n"]] +  (160.6ms) commit transaction +  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') + I18n::Backend::ActiveRecord::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') + +***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** + + SQL (205.9ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox','inbox.one') OR "key" LIKE 'inbox.one.%') +  (0.2ms) begin transaction + SQL (0.9ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 21:36:15 UTC +00:00], ["interpolations", "--- []\n"], ["key", "inbox.one"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 21:36:15 UTC +00:00], ["value", "--- 1 message\n...\n"]] +  (164.5ms) commit transaction + SQL (0.3ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox','inbox.other') OR "key" LIKE 'inbox.other.%') +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 21:36:15 UTC +00:00], ["interpolations", "--- []\n"], ["key", "inbox.other"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 21:36:15 UTC +00:00], ["value", "--- '%{count} messages'\n"]] +  (169.5ms) commit transaction +  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') + I18n::Backend::ActiveRecord::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('inbox') OR "key" LIKE 'inbox.%') +  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('dinero') OR "key" LIKE 'dinero.%') + I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('dinero') OR "key" LIKE 'dinero.%') LIMIT 1 +  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') + I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('i18n.plural.keys') OR "key" LIKE 'i18n.plural.keys.%') LIMIT 1 + +***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** + + SQL (0.7ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('juas') OR "key" LIKE 'juas.%') +  (0.2ms) begin transaction + SQL (1.0ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 21:53:31 UTC +00:00], ["interpolations", "--- []\n"], ["key", "juas"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 21:53:31 UTC +00:00], ["value", "---\n- :zero\n- :one\n- :other\n"]] +  (155.0ms) commit transaction +  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('juas') OR "key" LIKE 'juas.%') + I18n::Backend::ActiveRecord::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('juas') OR "key" LIKE 'juas.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1