(167.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (150.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131112155848"]]  (157.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2013-11-12 17:12:48 +0100 Processing by Rails::WelcomeController#index as HTML Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-11-12 17:18:08 +0100 ArgumentError (missing :action): config/routes.rb:5:in `block in ' config/routes.rb:1:in `' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) 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.5ms) 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/diagnostics.erb within rescues/layout (19.3ms) Started GET "/" for 127.0.0.1 at 2013-11-12 17:18:49 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.4ms) Completed 200 OK in 101ms (Views: 100.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:18:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 17:18:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:18:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 17:18:49 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 17:21:29 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "translations" WHERE "translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (7.8ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:21:29 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 17:21:29 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 17:21:29 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:21:29 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 17:22:01 +0100 Processing by HelloController#hello as HTML  (0.5ms) SELECT COUNT(*) FROM "translations" WHERE "translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (1.8ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:22:01 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 17:22:01 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 17:22:01 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:22:01 +0100 Started GET "/tr8n" for 127.0.0.1 at 2013-11-12 17:25:13 +0100 ActionController::RoutingError (No route matches [GET] "/tr8n"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (23.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (47.0ms) Started GET "/translations" for 127.0.0.1 at 2013-11-12 17:25:15 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.5ms) Started GET "/" for 127.0.0.1 at 2013-11-12 17:25:45 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "translations" WHERE "translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (3.1ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 17:25:45 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:25:45 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 17:25:45 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:25:45 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:25:58 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" SQLite3::SQLException: no such table: i18nline_translations: SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.2ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (SQLite3::SQLException: no such table: i18nline_translations: SELECT "i18nline_translations".* FROM "i18nline_translations"): 10: 11: 12: 13: <% @translations.each do |translation| %> 14: 15: <%= link_to 'Show', translation %> 16: <%= link_to 'Edit', edit_translation_path(translation) %> sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query' activerecord (4.0.1) lib/active_record/connection_adapters/abstract_adapter.rb:435:in `block in log' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.1) lib/active_record/connection_adapters/abstract_adapter.rb:430:in `log' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.1) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.1) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.1) lib/active_record/relation.rb:471:in `load' activerecord (4.0.1) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.1) lib/active_record/relation/delegation.rb:12:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:13:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__964979540_84260470' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__653268361__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__207100083__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (2.0ms) 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 (14.3ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (0.3ms) DROP TABLE "translations" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20131112155848'  (151.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "i18nline_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE UNIQUE INDEX "index_i18nline_translations_on_locale_and_key" ON "i18nline_translations" ("locale", "key") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131112155848"]]  (156.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:31:43 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.8ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined local variable or method `new_translation_path' for #<#:0x9d05a80>): 22: 23:
24: 25: <%= link_to 'New Translation', new_translation_path %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:25:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__964979540_84260470' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__653268361__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__207100083__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) 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.7ms) 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 (12.9ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:31:44 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.6ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined local variable or method `new_translation_path' for #<#:0xa255fd0>): 22: 23:
24: 25: <%= link_to 'New Translation', new_translation_path %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:25:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__964979540_84260470' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__653268361__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__207100083__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.8ms) 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 (13.5ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:32:32 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.1ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined local variable or method `new_translation_path' for #<#:0x991dc60>): 22: 23:
24: 25: <%= link_to 'New Translation', new_translation_path %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:25:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb___494434324_80433720' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__584442485__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__756502775__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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 (26.2ms) 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 (37.9ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:34:32 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.4ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined local variable or method `new_translation_path' for #<#:0x9b52f6c>): 22: 23:
24: 25: <%= link_to 'New Translation', new_translation_path %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:25:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb___985712516_84835240' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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 (28.6ms) 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 (40.6ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-12 17:38:31 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (1.4ms) Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:38:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:38:31 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:38:35 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (42.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (46.4ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.7ms) 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 (13.7ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:06 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (11.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (12.6ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) 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.8ms) 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 (14.5ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:07 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.4ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (4.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (13.8ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:08 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.9ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (4.7ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (27.9ms) 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 (59.5ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:08 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.7ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (3.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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 (13.6ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:08 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (9.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (Could not find table 'translations'): 12: <% end %> 13: 14:
15: <%= f.submit %> 16:
17: <% end %> activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' activemodel (4.0.1) lib/active_model/naming.rb:187:in `human' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1817:in `submit_default_value' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1755:in `submit' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:15:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617518408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) 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 (10.7ms) 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 (30.7ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:53:53 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (19.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (20.9ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined method `i18nline_translations_path' for #<#:0xb64bc114>): 1: <%= form_for(["i18nline", @translation]) do |f| %> 2: <% if @translation.errors.any? %> 3:
4:

<%= pluralize(@translation.errors.count, "error") %> prohibited this translation from being saved:

actionpack (4.0.1) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.1) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:426:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__617547058' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) 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.9ms) 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 (14.7ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:54:35 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (6.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:54:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:54:36 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:55:59 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (11.3ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `input' for #): 11:
12: <% end %> 13: 14: <%= f.input :key %> 15: <%= f.input :value %> 16: 17:
/home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:14:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_84833750' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_84833750' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.7ms) 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 (13.9ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 17:57:39 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.7ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (6.2ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 17:57:39 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 17:57:39 +0100 Started POST "/i18nline/translations" for 127.0.0.1 at 2013-11-12 18:00:04 +0100 Processing by I18nline::TranslationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "translation"=>{"key"=>"sdfasdf", "value"=>"aaaaa"}, "Enviar"=>"enviar"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.1) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.1) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.1) lib/active_record/core.rb:460:in `init_attributes' activerecord (4.0.1) lib/active_record/core.rb:185:in `initialize' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:27:in `create' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) 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.6ms) 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.8ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.7ms) Started POST "/i18nline/translations" for 127.0.0.1 at 2013-11-12 18:01:13 +0100 Processing by I18nline::TranslationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "translation"=>{"key"=>"sdfasdf", "value"=>"aaaaa"}, "Enviar"=>"enviar"} Completed 500 Internal Server Error in 2ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.1) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.1) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.1) lib/active_record/core.rb:460:in `init_attributes' activerecord (4.0.1) lib/active_record/core.rb:185:in `initialize' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:27:in `create' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) 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.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.4ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:01:20 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (6.0ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:01:21 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:01:21 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:01:22 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (3.3ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:01:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:01:22 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:10:50 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (30.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (31.1ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (Could not find table 'translations'): 13: 14:
15:
16: <%= f.label "Key" %> 17: <%= f.text_field :key %> 18:
19:
activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:399:in `columns' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:114:in `block in prepare_default_proc' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `yield' activerecord (4.0.1) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:208:in `columns' activerecord (4.0.1) lib/active_record/model_schema.rb:254:in `column_names' activerecord (4.0.1) lib/active_record/relation/calculations.rb:229:in `aggregate_column' activerecord (4.0.1) lib/active_record/relation/calculations.rb:252:in `execute_simple_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:224:in `perform_calculation' activerecord (4.0.1) lib/active_record/relation/calculations.rb:108:in `calculate' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:84:in `calculate' activerecord (4.0.1) lib/active_record/relation/calculations.rb:24:in `count' activerecord (4.0.1) lib/active_record/relation.rb:237:in `empty?' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6d5c10b09bc8/lib/i18n/backend/active_record.rb:36:in `lookup' i18n (0.6.5) lib/i18n/backend/base.rb:26:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' actionpack (4.0.1) lib/action_view/helpers/tags/label.rb:49:in `render' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:750:in `label' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1589:in `label' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:16:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_80989470' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_80989470' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.7ms) 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 (13.5ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:11:37 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.5ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (3.7ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:11:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:11:37 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:12:11 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.7ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:12:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:12:12 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:18:26 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.5ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (11.7ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `checkbox_field' for #): 29: <%= f.text_field :interpolations %> 30:
31:
32: <%= f.checkbox_field :key %> 33:
34: 35: /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:32:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__620208988' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__620208988' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (13.5ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:18:41 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (37.5ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (38.6ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (undefined method `check_box_field' for #): 29: <%= f.text_field :interpolations %> 30: 31:
32: <%= f.check_box_field :key %> 33:
34: 35: /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:32:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_87579070' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_87579070' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.8ms) 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 (13.5ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:19:09 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (32.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (33.5ms) Completed 200 OK in 37ms (Views: 37.0ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:19:09 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:19:09 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:19:46 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (4.1ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `merge' for "Is proc?":String): 29: <%= f.text_field :interpolations %> 30: 31:
32: <%= f.check_box :is_proc, "Is proc?" %> 33:
34: 35: actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1809:in `objectify_options' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1649:in `check_box' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:32:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_87575850' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793_87575850' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.7ms) 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 (13.6ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:20:05 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (4.3ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `merge' for :is_proc:Symbol): 29: <%= f.text_field :interpolations %> 30: 31:
32: <%= f.check_box "Is proc?", :is_proc %> 33:
34: 35: actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1809:in `objectify_options' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1649:in `check_box' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:32:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__620155988' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__form_html_erb___1063259793__620155988' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_new_html_erb___490637617__618237798' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (2.1ms) 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 (15.6ms) Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:22:03 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (5.9ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:22:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:22:03 +0100 Started GET "/i18nline/translations/new" for 127.0.0.1 at 2013-11-12 18:22:28 +0100 Processing by I18nline::TranslationsController#new as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (8.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/new.html.erb within layouts/i18nline/application (9.6ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:22:28 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:22:28 +0100 Started POST "/i18nline/translations" for 127.0.0.1 at 2013-11-12 18:29:26 +0100 Processing by I18nline::TranslationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "translation"=>{"locale"=>"es", "key"=>"translated", "value"=>"Toooooma!!!!", "interpolations"=>"", "is_proc"=>"0"}, "commit"=>"Submit"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.1) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.1) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.1) lib/active_record/core.rb:460:in `init_attributes' activerecord (4.0.1) lib/active_record/core.rb:185:in `initialize' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.1) lib/active_record/inheritance.rb:27:in `new' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:27:in `create' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__744874207__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762420421__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.5ms) 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.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.1ms) Started POST "/i18nline/translations" for 127.0.0.1 at 2013-11-12 18:34:01 +0100 Processing by I18nline::TranslationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "translation"=>{"locale"=>"es", "key"=>"translated", "value"=>"Toooooma!!!!", "interpolations"=>"", "is_proc"=>"0"}, "commit"=>"Submit"}  (0.1ms) begin transaction SQL (20.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 17:34:01 UTC +00:00], ["interpolations", ""], ["key", "translated"], ["locale", "es"], ["updated_at", Tue, 12 Nov 2013 17:34:01 UTC +00:00], ["value", "Toooooma!!!!"]]  (158.3ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/1 Completed 302 Found in 195ms (ActiveRecord: 179.4ms) Started GET "/i18nline/translations/1" for 127.0.0.1 at 2013-11-12 18:34:01 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"1"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.7ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:34:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:34:01 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 18:34:08 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.6ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:34:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:34:08 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 18:34:34 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (2.4ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (Could not find table 'translations'): 1:

Hellooooo

2: 3:

This should be <%= I18n.t("translated")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb__61305464__620176978' 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.9ms) 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 (2.1ms) 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 (15.5ms) Started GET "/" for 127.0.0.1 at 2013-11-12 18:35:50 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (Could not find table 'translations'): 1:

Hellooooo

2: 3:

This should be <%= I18n.t("translated")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb___637963259_90862040' 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 (26.5ms) 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 (38.5ms)  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.9ms) 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 Started GET "/" for 127.0.0.1 at 2013-11-12 18:45:04 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (7.3ms) Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:45:04 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 18:45:04 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 18:45:04 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:45:04 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 18:51:39 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (7.6ms) Completed 200 OK in 60ms (Views: 57.2ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:51:39 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 18:51:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:51:39 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 18:51:39 +0100  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Started GET "/" for 127.0.0.1 at 2013-11-12 18:59:29 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (56.6ms) Completed 200 OK in 110ms (Views: 107.1ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 18:59:29 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 18:59:29 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 18:59:29 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 18:59:29 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:00:21 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (11.7ms) Completed 200 OK in 61ms (Views: 58.7ms | ActiveRecord: 1.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:00:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:00:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:00:21 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:00:21 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:14:52 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') Rendered hello/hello.html.erb within layouts/application (11.8ms) Completed 200 OK in 60ms (Views: 57.2ms | ActiveRecord: 1.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:14:53 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:14:53 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:14:53 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:14:53 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:15:38 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (22.5ms) Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:38 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:38 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:38 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:38 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:15:48 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (3.1ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:48 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:48 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:48 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:48 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:15:50 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.9ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (30.6ms) Completed 200 OK in 35ms (Views: 33.7ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:50 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:50 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:50 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:50 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:15:55 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (3.1ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:55 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:55 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:55 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:55 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:15:56 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (3.2ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:56 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:15:56 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:56 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:15:56 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:16:52 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (13.5ms) Completed 200 OK in 61ms (Views: 58.1ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:16:52 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:16:52 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:16:52 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:16:52 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:32:20 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (7.2ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (Could not find table 'translations'): 1:

Hellooooo

2: 3:

This should be <%= I18n.t("translated")%>

4: 5: 6:

Esto no está <%= I18n.t("no.esta")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb___79583675_84860680' 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 (26.1ms) 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 (38.7ms) Started GET "/" for 127.0.0.1 at 2013-11-12 19:40:25 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (12.9ms) Completed 200 OK in 63ms (Views: 60.6ms | ActiveRecord: 2.0ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:40:25 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:40:25 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:40:25 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:40:25 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 19:56:21 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (22.4ms) Completed 200 OK in 71ms (Views: 63.6ms | ActiveRecord: 4.2ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:56:22 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:56:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:56:24 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (9.6ms) Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:56:24 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:56:24 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:56:24 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:56:24 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 19:56:25 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (1.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (4.2ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 1.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 19:56:25 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 19:56:25 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 19:56:25 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 19:56:25 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 20:33:49 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.4ms) Completed 200 OK in 62ms (Views: 58.0ms | ActiveRecord: 1.9ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:33:49 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:33:49 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:33:52 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (15.0ms) Completed 200 OK in 54ms (Views: 53.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:33:52 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:33:52 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:33:52 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:33:52 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:34:36 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (3.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:34:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:34:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:34:36 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:34:36 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:43:20 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (18.1ms) Completed 200 OK in 67ms (Views: 64.1ms | ActiveRecord: 2.2ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:43:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:43:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:43:21 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:43:21 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:47:51 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (21.9ms) Completed 200 OK in 111ms (Views: 107.7ms | ActiveRecord: 2.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:47:51 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:47:51 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:47:51 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:47:51 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:48:35 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (22.7ms) Completed 200 OK in 111ms (Views: 107.2ms | ActiveRecord: 2.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:48:35 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:48:35 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:48:35 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:48:35 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 20:59:57 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (12.8ms) Completed 200 OK in 103ms (Views: 99.4ms | ActiveRecord: 2.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 20:59:58 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 20:59:58 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 20:59:58 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 20:59:58 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 21:07:38 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (39009.5ms) Completed 200 OK in 39107ms (Views: 39103.1ms | ActiveRecord: 3.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 21:08:18 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 21:08:18 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 21:08:18 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 21:08:18 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 21:08:35 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (714758.5ms) Completed 200 OK in 714770ms (Views: 714768.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 21:20:30 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 21:20:30 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 21:20:30 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 21:20:30 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 21:21:43 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (31472.0ms) Completed 200 OK in 31538ms (Views: 31534.0ms | ActiveRecord: 2.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 21:22:14 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 21:22:51 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (30949.4ms) Completed 200 OK in 31009ms (Views: 31004.7ms | ActiveRecord: 3.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 21:23:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 21:23:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 21:23:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 21:23:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 21:26:19 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (7750.8ms) Completed 200 OK in 7810ms (Views: 7806.6ms | ActiveRecord: 2.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 21:26:27 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 21:26:27 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 21:26:27 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 21:26:27 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:06:20 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (80272.7ms) Completed 500 Internal Server Error in 80282ms ActionView::Template::Error (translation missing: en.no.esta): 3:

This should be <%= t("translated", default: "lo que sea")%>

4: 5: 6:

Esto no está <%=debugger; t("no.esta")%>

app/views/hello/hello.html.erb:6:in `_app_views_hello_hello_html_erb___402487479_85702240' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (28.0ms) 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 (74.7ms) Started GET "/" for 127.0.0.1 at 2013-11-12 22:09:06 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') Rendered hello/hello.html.erb within layouts/application (17492.1ms) Completed 200 OK in 17556ms (Views: 17552.7ms | ActiveRecord: 2.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:09:24 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:09:24 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:09:24 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:09:24 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:11:27 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1  (0.1ms) begin transaction SQL (4.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 21:17:47 UTC +00:00], ["interpolations", "--- []\n"], ["key", "no.esta"], ["locale", "en"], ["updated_at", Tue, 12 Nov 2013 21:17:47 UTC +00:00], ["value", nil]]  (158.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2013-11-12 22:19:37 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (9313.3ms) Completed 200 OK in 9373ms (Views: 9368.5ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:19:47 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:19:47 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:19:47 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:19:47 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:19:59 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (5921.1ms) Completed 200 OK in 5928ms (Views: 5926.2ms | ActiveRecord: 1.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:05 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:05 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:05 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:05 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:20:35 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (36.1ms) Completed 200 OK in 96ms (Views: 91.6ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:35 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:35 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:35 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:35 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:20:36 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (8.3ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:36 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:36 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:20:37 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (8.5ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 1.3ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:37 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:20:37 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:37 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:20:37 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:48:04 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 21:48:04 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Tue, 12 Nov 2013 21:48:04 UTC +00:00], ["value", nil]]  (165.1ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (189.9ms) Completed 200 OK in 197ms (Views: 24.8ms | ActiveRecord: 171.4ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:48:04 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:48:04 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:48:04 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:48:04 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 22:50:57 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (68.2ms) Completed 500 Internal Server Error in 77ms ActionView::Template::Error (undefined method `store_default_translations' for #): 1:

Hellooooo

2: 3:

This should be <%= t("translated")%>

4: 5: 6:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb__505038566_85231010' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) 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 (27.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 (43.2ms) Started GET "/" for 127.0.0.1 at 2013-11-12 22:51:19 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `store_default_translations' for #): 1:

Hellooooo

2: 3:

This should be <%= t("translated")%>

4: 5: 6:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb__505038566_85231010' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (2.4ms) 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 (17.9ms) Started GET "/" for 127.0.0.1 at 2013-11-12 22:51:28 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (410579.1ms) Completed 500 Internal Server Error in 410591ms ActionView::Template::Error (undefined method `store_default_translations' for #): 1:

Hellooooo

2: 3:

This should be <%= t("translated")%>

4: 5: 6:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb___338747474_89464030' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (27.5ms) 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 (43.3ms) Started GET "/" for 127.0.0.1 at 2013-11-12 22:58:26 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.6ms) Completed 500 Internal Server Error in 77ms ActionView::Template::Error (undefined method `store_default_translations' for #): 1:

Hellooooo

2: 3:

This should be <%= t("translated")%>

4: 5: 6:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:3:in `_app_views_hello_hello_html_erb___226429148_81992770' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (27.9ms) 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 (43.9ms) Started GET "/" for 127.0.0.1 at 2013-11-12 22:59:08 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (50.3ms) Completed 200 OK in 144ms (Views: 139.0ms | ActiveRecord: 4.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 22:59:09 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 22:59:09 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 22:59:09 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 22:59:09 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 23:13:14 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (53.7ms) Completed 200 OK in 146ms (Views: 140.9ms | ActiveRecord: 4.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:13:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 23:13:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 23:13:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:13:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 23:14:16 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.hello') OR "key" LIKE 'hello.hello.hello.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.hello') OR "key" LIKE 'hello.hello.hello.%') LIMIT 1  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 22:14:16 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello.hello.hello"], ["locale", "en"], ["updated_at", Tue, 12 Nov 2013 22:14:16 UTC +00:00], ["value", nil]]  (187.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.translated') OR "key" LIKE 'hello.hello.translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.translated') OR "key" LIKE 'hello.hello.translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 22:14:16 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello.hello.translated"], ["locale", "en"], ["updated_at", Tue, 12 Nov 2013 22:14:16 UTC +00:00], ["value", nil]]  (162.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.no.esta') OR "key" LIKE 'hello.hello.no.esta.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello.hello.no.esta') OR "key" LIKE 'hello.hello.no.esta.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Nov 2013 22:14:17 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello.hello.no.esta"], ["locale", "en"], ["updated_at", Tue, 12 Nov 2013 22:14:17 UTC +00:00], ["value", nil]]  (387.1ms) commit transaction Rendered hello/hello.html.erb within layouts/application (772.1ms) Completed 200 OK in 779ms (Views: 34.4ms | ActiveRecord: 744.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:14:17 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 23:14:17 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 23:14:17 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:14:17 +0100 Started GET "/" for 127.0.0.1 at 2013-11-12 23:15:07 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (18.4ms) Completed 200 OK in 25ms (Views: 22.0ms | ActiveRecord: 3.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:15:07 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 23:15:07 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 23:15:07 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:15:07 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:15:48 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (64.8ms) Completed 200 OK in 87ms (Views: 84.2ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:15:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:15:48 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:24:02 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.0ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:24:02 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:24:02 +0100 Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-12 23:24:11 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.7ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:24:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:24:11 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:24:21 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.8ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:24:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:24:21 +0100 Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-12 23:25:30 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:25:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:25:30 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:25:33 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.4ms) Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:25:33 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:25:33 +0100 Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-12 23:25:38 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:25:38 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:25:38 +0100 Started GET "/i18nline/translations/6/edit" for 127.0.0.1 at 2013-11-12 23:25:40 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (15.9ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:25:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:25:40 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:25:45 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:25:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:25:45 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:29:44 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.1ms) Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:29:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:29:44 +0100 Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-12 23:36:28 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:36:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:36:28 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:48:28 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (21.7ms) Completed 500 Internal Server Error in 76ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/ruben/projects/i18nline/app/assets/javascripts/i18nline/application.js:13)): 3: 4: I18nline 5: <%= stylesheet_link_tag "i18nline/application", media: "all" %> 6: <%= javascript_include_tag "i18nline/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.10.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.10.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.10.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.10.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.10.0) lib/sprockets/context.rb:194:in `each' sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.10.0) lib/sprockets/base.rb:374:in `new' sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /home/ruben/projects/i18nline/app/views/layouts/i18nline/application.html.erb:6:in `__home_ruben_projects_i__nline_app_views_layouts_i__nline_application_html_erb__867949506_69033810' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__308091274__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__723306206__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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 (27.2ms) 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 (41.5ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:49:47 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.6ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/ruben/projects/i18nline/app/assets/javascripts/i18nline/application.js:13)): 3: 4: I18nline 5: <%= stylesheet_link_tag "i18nline/application", media: "all" %> 6: <%= javascript_include_tag "i18nline/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.10.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.10.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.10.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.10.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.10.0) lib/sprockets/context.rb:194:in `each' sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.10.0) lib/sprockets/base.rb:374:in `new' sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /home/ruben/projects/i18nline/app/views/layouts/i18nline/application.html.erb:6:in `__home_ruben_projects_i__nline_app_views_layouts_i__nline_application_html_erb__867949506_69033810' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__308091274__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__723306206__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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.8ms) 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 (15.7ms) Started GET "/" for 127.0.0.1 at 2013-11-12 23:59:31 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (70.0ms) Completed 200 OK in 124ms (Views: 119.0ms | ActiveRecord: 4.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-12 23:59:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-12 23:59:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-12 23:59:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-12 23:59:31 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:59:51 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (20.6ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (couldn't find file 'jquery-ujs' (in /home/ruben/projects/i18nline/app/assets/javascripts/i18nline/application.js:14)): 3: 4: I18nline 5: <%= stylesheet_link_tag "i18nline/application", media: "all" %> 6: <%= javascript_include_tag "i18nline/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.10.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.10.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.10.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.10.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.10.0) lib/sprockets/context.rb:194:in `each' sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.10.0) lib/sprockets/base.rb:374:in `new' sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /home/ruben/projects/i18nline/app/views/layouts/i18nline/application.html.erb:6:in `__home_ruben_projects_i__nline_app_views_layouts_i__nline_application_html_erb___63557342__619351088' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__471187289__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__710194169__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (15.8ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:59:53 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.8ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (couldn't find file 'jquery-ujs' (in /home/ruben/projects/i18nline/app/assets/javascripts/i18nline/application.js:14)): 3: 4: I18nline 5: <%= stylesheet_link_tag "i18nline/application", media: "all" %> 6: <%= javascript_include_tag "i18nline/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.10.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.10.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.10.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.10.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.10.0) lib/sprockets/context.rb:194:in `each' sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.10.0) lib/sprockets/base.rb:374:in `new' sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /home/ruben/projects/i18nline/app/views/layouts/i18nline/application.html.erb:6:in `__home_ruben_projects_i__nline_app_views_layouts_i__nline_application_html_erb___63557342__619351088' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__471187289__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__710194169__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (16.1ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-12 23:59:54 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.7ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (couldn't find file 'jquery-ujs' (in /home/ruben/projects/i18nline/app/assets/javascripts/i18nline/application.js:14)): 3: 4: I18nline 5: <%= stylesheet_link_tag "i18nline/application", media: "all" %> 6: <%= javascript_include_tag "i18nline/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.10.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.10.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.10.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.10.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.10.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.10.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.10.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.10.0) lib/sprockets/context.rb:194:in `each' sprockets (2.10.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.10.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.10.0) lib/sprockets/base.rb:374:in `new' sprockets (2.10.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.10.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.10.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.10.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.10.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.10.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.10.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.10.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.10.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.10.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.10.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.10.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /home/ruben/projects/i18nline/app/views/layouts/i18nline/application.html.erb:6:in `__home_ruben_projects_i__nline_app_views_layouts_i__nline_application_html_erb___63557342__619351088' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__471187289__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__710194169__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (15.4ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:00:18 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.6ms) Completed 200 OK in 72ms (Views: 71.6ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:00:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:18 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:00:28 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.9ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:28 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:00:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:28 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:00:28 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.2ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:00:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:29 +0100 Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-13 00:00:42 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:00:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:42 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:43 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:00:46 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.4ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:00:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:46 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:00:46 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:01:47 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.0ms) Completed 200 OK in 65ms (Views: 64.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:01:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:01:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 00:01:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:01:48 +0100 Started DELETE "/i18nline/translations/6" for 127.0.0.1 at 2013-11-13 00:02:05 +0100 Processing by I18nline::TranslationsController#destroy as HTML Parameters: {"authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "6"]]  (0.1ms) begin transaction SQL (2.7ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? [["id", 6]]  (166.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 174ms (ActiveRecord: 169.2ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:02:06 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (5.0ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:02:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 00:02:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:02:06 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:02:06 +0100 Started DELETE "/i18nline/translations/4" for 127.0.0.1 at 2013-11-13 00:16:29 +0100 Processing by I18nline::TranslationsController#destroy as HTML Parameters: {"authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "id"=>"4"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? [["id", 4]]  (159.4ms) commit transaction Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 163ms (ActiveRecord: 159.9ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:16:30 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (4.0ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:16:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:30 +0100 Started DELETE "/i18nline/translations/5" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Processing by I18nline::TranslationsController#destroy as HTML Parameters: {"authenticity_token"=>"4DIlTDNOB8upUnfaGHp2VAo7FZIQlREocV3iKlQNnjk=", "id"=>"5"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? [["id", 5]]  (174.7ms) commit transaction Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 179ms (ActiveRecord: 175.2ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.2ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:16:35 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 00:50:50 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (43.4ms) Completed 500 Internal Server Error in 80ms ActionView::Template::Error (undefined local variable or method `html' for #<#:0xb5de35a4>): 2: 3:

This should be <%= t("translated")%>

4: 5: <%= yummy_script_tag %> 6: 7:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:5:in `_app_views_hello_hello_html_erb__798899800__621787488' 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.9ms) 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 (27.0ms) 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 (41.8ms) Started GET "/" for 127.0.0.1 at 2013-11-13 00:51:29 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (13.3ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined local variable or method `html' for #<#:0xb5b835d4>): 2: 3:

This should be <%= t("translated")%>

4: 5: <%= yummy_script_tag %> 6: 7:

Esto no está <%=t("no.esta")%>

app/views/hello/hello.html.erb:5:in `_app_views_hello_hello_html_erb__798899800__621787488' 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.8ms) 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 (15.9ms) Started GET "/" for 127.0.0.1 at 2013-11-13 00:51:42 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.3ms) Completed 200 OK in 118ms (Views: 113.9ms | ActiveRecord: 3.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 00:51:43 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:51:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:51:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 00:51:43 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 00:52:27 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.6ms) Completed 200 OK in 117ms (Views: 113.2ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 00:52:27 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 00:52:27 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 00:52:27 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 00:52:27 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:02:39 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.3ms) Completed 200 OK in 117ms (Views: 112.9ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:02:39 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:02:39 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:02:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:02:39 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:03:16 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.1ms) Completed 200 OK in 119ms (Views: 114.6ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:03:16 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:03:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:03:16 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:03:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:07:16 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (67.7ms) Completed 200 OK in 119ms (Views: 114.9ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:07:16 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:07:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:07:16 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:07:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:10:58 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (37.1ms) Completed 200 OK in 93ms (Views: 88.8ms | ActiveRecord: 3.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:10:59 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:10:59 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:10:59 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:10:59 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:10:59 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (36.5ms) Completed 200 OK in 96ms (Views: 91.5ms | ActiveRecord: 3.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:14:31 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (38.1ms) Completed 200 OK in 98ms (Views: 93.2ms | ActiveRecord: 3.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:28:55 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (37.5ms) Completed 200 OK in 98ms (Views: 93.2ms | ActiveRecord: 3.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:30:30 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:34:38 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (37.3ms) Completed 500 Internal Server Error in 66ms ActionView::Template::Error (couldn't find file 'jquery-rails' (in /home/ruben/projects/i18nline/test/dummy/app/assets/javascripts/application.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %> 7: <%= i18nline_assets_inclusion_tag %> 8: <%= csrf_meta_tags %> 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__899447194_85642930' 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 (26.7ms) 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 (41.6ms) Started GET "/" for 127.0.0.1 at 2013-11-13 01:34:58 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (66.6ms) Completed 200 OK in 142ms (Views: 137.3ms | ActiveRecord: 3.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:34:59 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (36.9ms) Completed 200 OK in 138ms (Views: 133.2ms | ActiveRecord: 3.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:37:52 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (8.5ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:37:53 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (10.3ms) Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:52:47 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (9.7ms) Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 1.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:36 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:54:43 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (8.0ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:54:44 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (6.3ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 1.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:56:33 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (6.4ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 1.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:56:34 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (8.2ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 01:58:06 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (6.8ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:01:04 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (6.4ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:01:05 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (6.4ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 1.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:04:21 +0100 Started GET "/translations?key=en.translated" for 127.0.0.1 at 2013-11-13 02:04:23 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.9ms) Started GET "/translations?key=en.translated" for 127.0.0.1 at 2013-11-13 02:04:44 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.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/routing_error.erb within rescues/layout (27.6ms) Started GET "/translations?key=en.translated" for 127.0.0.1 at 2013-11-13 02:05:19 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (27.5ms) Started GET "/translations?key=en.translated" for 127.0.0.1 at 2013-11-13 02:05:21 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.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/routing_error.erb within rescues/layout (27.5ms) Started GET "/tr8n" for 127.0.0.1 at 2013-11-13 02:06:27 +0100 ActionController::RoutingError (No route matches [GET] "/tr8n"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.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/routing_error.erb within rescues/layout (27.4ms) Started GET "/translations" for 127.0.0.1 at 2013-11-13 02:06:39 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (34.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (65.4ms) Started GET "/translations" for 127.0.0.1 at 2013-11-13 02:07:33 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (32.7ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-13 02:08:07 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.5ms) Completed 200 OK in 39ms (Views: 34.9ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:08:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:07 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (7.6ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:30 +0100 Started GET "/i18nline?key=en.translated" for 127.0.0.1 at 2013-11-13 02:08:37 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.7ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:08:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:08:37 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (12.2ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:26 +0100 Started GET "/i18nline?key=en.translated" for 127.0.0.1 at 2013-11-13 02:09:27 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.4ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:09:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:27 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:09:27 +0100 Started GET "/i18nline?key=en.translated" for 127.0.0.1 at 2013-11-13 02:11:20 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.1ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:11:20 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:20 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:20 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:20 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-13 02:11:50 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (4.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:11:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:11:50 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-13 02:12:01 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.5ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:12:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:01 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-13 02:12:14 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3.4ms) Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:12:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:14 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:12:14 +0100 Started GET "/i18nline?key=en.translated" for 127.0.0.1 at 2013-11-13 02:15:45 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (1.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (26.8ms) Completed 200 OK in 153ms (Views: 147.5ms | ActiveRecord: 2.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:15:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:15:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:15:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:15:45 +0100 Started GET "/i18nline/translations/find_by_key" for 127.0.0.1 at 2013-11-13 02:16:31 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"find_by_key"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "find_by_key"]] Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (Couldn't find I18nline::Translation with id=find_by_key): activerecord (4.0.1) lib/active_record/relation/finder_methods.rb:198:in `raise_record_not_found_exception!' activerecord (4.0.1) lib/active_record/relation/finder_methods.rb:284:in `find_one' activerecord (4.0.1) lib/active_record/relation/finder_methods.rb:268:in `find_with_ids' activerecord (4.0.1) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.1) lib/active_record/querying.rb:3:in `find' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:58:in `set_translation' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__720494268__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564117763__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) 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.5ms) 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.8ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.6ms) Started GET "/i18nline/find_by_key" for 127.0.0.1 at 2013-11-13 02:16:44 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template i18nline/translations/find_by_key, i18nline/application/find_by_key with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/ruben/projects/i18nline/test/dummy/app/views" * "/home/ruben/projects/i18nline/app/views" ): actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__720494268__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564117763__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started GET "/i18nline/find_by_key" for 127.0.0.1 at 2013-11-13 02:18:01 +0100 ActionController::RoutingError (No route matches [GET] "/i18nline/find_by_key"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.7ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.6ms) Started GET "/i18nline/find_by_key" for 127.0.0.1 at 2013-11-13 02:18:27 +0100 ActionController::RoutingError (No route matches [GET] "/i18nline/find_by_key"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.1ms) Started GET "/i18nline/find_by_key" for 127.0.0.1 at 2013-11-13 02:18:29 +0100 ActionController::RoutingError (No route matches [GET] "/i18nline/find_by_key"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.8ms) Started GET "/i18nline/find_by_key" for 127.0.0.1 at 2013-11-13 02:18:30 +0100 ActionController::RoutingError (No route matches [GET] "/i18nline/find_by_key"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.4ms) Started GET "/i18nline/find_by_key?key=dasf" for 127.0.0.1 at 2013-11-13 02:18:57 +0100 ActionController::RoutingError (No route matches [GET] "/i18nline/find_by_key"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (32.0ms) Started GET "/i18nline/find_by_key/dasf" for 127.0.0.1 at 2013-11-13 02:19:37 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"dasf"} Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template i18nline/translations/find_by_key, i18nline/application/find_by_key with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/ruben/projects/i18nline/test/dummy/app/views" * "/home/ruben/projects/i18nline/app/views" ): actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:383:in `_run__720494268__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564117763__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (66.6ms) Completed 200 OK in 138ms (Views: 133.5ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:31 +0100 Started GET "/i18nline/find_by_key/en.translated" for 127.0.0.1 at 2013-11-13 02:32:33 +0100 Processing by I18nline::TranslationsController#find_by_key as Parameters: {"key"=>"en"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (2.5ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:32:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:34 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:32:34 +0100 Started GET "/" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('no.esta') OR "key" LIKE 'no.esta.%') 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 ('no.esta') OR "key" LIKE 'no.esta.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (66.2ms) Completed 200 OK in 136ms (Views: 131.6ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/to_host.css?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/to_host.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:43 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-13 02:34:46 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (18.4ms) Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-13 02:34:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-13 02:34:47 +0100  (179.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (155.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "i18nline_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE UNIQUE INDEX "index_i18nline_translations_on_locale_and_key" ON "i18nline_translations" ("locale", "key") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131112155848"]]  (152.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2013-11-16 13:59:54 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) begin transaction SQL (31.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 13:00:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 13:00:20 UTC +00:00], ["value", nil]]  (166.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 13:00:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 13:00:21 UTC +00:00], ["value", nil]]  (144.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Exists (0.8ms) 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  (0.3ms) begin transaction SQL (1.2ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 13:00:22 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 13:00:22 UTC +00:00], ["value", nil]]  (145.9ms) commit transaction Rendered hello/hello.html.erb within layouts/application (28392.4ms) Completed 200 OK in 28732ms (Views: 28235.0ms | ActiveRecord: 495.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 14:00:23 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 14:01:29 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (1.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.8ms) 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 (18220.4ms) Completed 200 OK in 18341ms (Views: 18334.2ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 14:01:48 +0100 I18nline::Translation Load (1.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" SQL (198.0ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-16 14:02:52 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) begin transaction SQL (3.7ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 13:13:01 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 13:13:01 UTC +00:00], ["value", nil]]  (138.6ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') Started GET "/" for 127.0.0.1 at 2013-11-16 14:13:12 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Exists (0.9ms) 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  (0.2ms) begin transaction SQL (3.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 13:13:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 13:13:21 UTC +00:00], ["value", nil]]  (360.4ms) commit transaction Rendered hello/hello.html.erb within layouts/application (9732.9ms) Completed 200 OK in 9819ms (Views: 9450.2ms | ActiveRecord: 368.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:13:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 14:13:47 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.8ms) 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 (2812.4ms) Completed 200 OK in 2899ms (Views: 2893.4ms | ActiveRecord: 4.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:50 +0100 Started GET "/i18nline/find_by_key?key=en.not.translated.key.with.dots" for 127.0.0.1 at 2013-11-16 14:13:53 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.not.translated.key.with.dots"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'not.translated.key.with.dots') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (24.3ms) Completed 200 OK in 197ms (Views: 194.1ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:13:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 14:13:54 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 14:14:13 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (6.6ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 14:14:13 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 14:14:13 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 14:14:13 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 14:14:13 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 14:25:55 +0100 Processing by HelloController#hello as HTML Started GET "/" for 127.0.0.1 at 2013-11-16 15:04:27 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:07:17 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:14:23 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:19:59 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:22:48 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:28:45 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') Started GET "/" for 127.0.0.1 at 2013-11-16 15:32:56 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%')  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction SQL (4.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 14:35:04 UTC +00:00], ["interpolations", nil], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 14:35:04 UTC +00:00], ["value", nil]]  (167.8ms) commit transaction SQL (156.1ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-16 15:41:45 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) begin transaction SQL (4.0ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 14:41:53 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 14:41:53 UTC +00:00], ["value", nil]]  (163.0ms) commit transaction SQL (163.1ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-16 16:47:55 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 15:47:55 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 15:47:55 UTC +00:00], ["value", nil]]  (167.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 15:47:56 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 15:47:56 UTC +00:00], ["value", nil]]  (203.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 15:47:56 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 15:47:56 UTC +00:00], ["value", nil]]  (145.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.9ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 15:49:03 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 15:49:03 UTC +00:00], ["value", nil]]  (156.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.9ms) 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 (69605.8ms) Completed 200 OK in 69701ms (Views: 69015.5ms | ActiveRecord: 684.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:05 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 16:49:30 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (23.3ms) Completed 200 OK in 85ms (Views: 82.2ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:31 +0100 Started GET "/i18nline/translations/8/edit" for 127.0.0.1 at 2013-11-16 16:49:46 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"8"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "8"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (27.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (62.6ms) Completed 200 OK in 73ms (Views: 70.6ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:47 +0100 Started PATCH "/i18nline/translations/8" for 127.0.0.1 at 2013-11-16 16:49:58 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DZRSdqfwiammM+yhtDheNhT1XDqJhrdtSeRp8ZdLRyg=", "translation"=>{"locale"=>"en", "key"=>"this.yaml.tell_me", "value"=>"work well please", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"8"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "8"]]  (0.1ms) begin transaction SQL (32.6ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 8 [["value", "work well please"], ["interpolations", "--- []"], ["updated_at", Sat, 16 Nov 2013 15:49:58 UTC +00:00]]  (229.9ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/8 Completed 302 Found in 274ms (ActiveRecord: 262.9ms) Started GET "/i18nline/translations/8" for 127.0.0.1 at 2013-11-16 16:49:59 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"8"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "8"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.7ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 16:49:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 16:49:59 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 16:50:05 +0100 Processing by HelloController#hello as HTML  (2.1ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.9ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 CACHE (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 Rendered hello/hello.html.erb within layouts/application (4733.8ms) Completed 200 OK in 4791ms (Views: 4783.0ms | ActiveRecord: 7.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 16:50:10 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 16:59:20 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 15:59:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 15:59:20 UTC +00:00], ["value", nil]]  (151.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) 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" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.9ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 CACHE (0.1ms) 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 (85360.7ms) Completed 200 OK in 85371ms (Views: 85212.8ms | ActiveRecord: 157.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 17:00:46 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:00:55 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.0ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:00:55 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:55 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:55 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:00:55 +0100 Started GET "/i18nline/translations/12/edit" for 127.0.0.1 at 2013-11-16 17:01:02 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"12"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "12"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (6.0ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:01:02 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:01:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:01:02 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:01:02 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 17:20:10 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 SQL (155.6ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-16 17:28:56 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.5ms) begin transaction SQL (5.2ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:29:42 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:29:42 UTC +00:00], ["value", nil]]  (156.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:30:15 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:30:15 UTC +00:00], ["value", nil]]  (146.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Exists (1.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:30:19 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:30:19 UTC +00:00], ["value", nil]]  (201.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.5ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:30:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:30:20 UTC +00:00], ["value", nil]]  (145.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') 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  (0.4ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:30:22 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:30:22 UTC +00:00], ["value", nil]]  (154.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.4ms) 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 (85713.1ms) Completed 200 OK in 85832ms (Views: 85010.4ms | ActiveRecord: 820.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:22 +0100 Started GET "/translations" for 127.0.0.1 at 2013-11-16 17:30:34 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (60.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 17:30:40 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (24.4ms) Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:30:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:41 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:41 +0100 Started GET "/i18nline/translations/13/edit" for 127.0.0.1 at 2013-11-16 17:30:59 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"13"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "13"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (6.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (10.3ms) Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:30:59 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:30:59 +0100 Started PATCH "/i18nline/translations/13" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DZRSdqfwiammM+yhtDheNhT1XDqJhrdtSeRp8ZdLRyg=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Gracias, %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"13"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "13"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 13 [["value", "Gracias, %{name}"], ["interpolations", "---- :name"], ["updated_at", Sat, 16 Nov 2013 16:32:00 UTC +00:00]]  (278.5ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/13 Completed 302 Found in 290ms (ActiveRecord: 279.4ms) Started GET "/i18nline/translations/13" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"13"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "13"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.7ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:00 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 CACHE (0.1ms) 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 (67.8ms) Completed 200 OK in 78ms (Views: 72.6ms | ActiveRecord: 4.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 17:32:03 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 17:49:48 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (45.2ms) Completed 200 OK in 179ms (Views: 172.9ms | ActiveRecord: 5.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:49 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:49:56 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (17.7ms) Completed 200 OK in 70ms (Views: 67.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:49:56 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:56 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:56 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:49:56 +0100 Started GET "/i18nline/translations/13/edit" for 127.0.0.1 at 2013-11-16 17:50:04 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"13"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "13"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (9.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.0ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:50:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:50:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:50:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:50:04 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 17:52:38 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.5ms) begin transaction SQL (3.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sat, 16 Nov 2013 16:52:57 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "en"], ["updated_at", Sat, 16 Nov 2013 16:52:57 UTC +00:00], ["value", nil]]  (165.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 CACHE (0.1ms) 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 (18288.2ms) Completed 200 OK in 18332ms (Views: 18156.8ms | ActiveRecord: 174.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 17:52:57 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:53:05 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (25.1ms) Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:53:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:05 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:53:13 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.4ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:53:13 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:13 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:13 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:13 +0100 Started GET "/i18nline/translations/18/edit" for 127.0.0.1 at 2013-11-16 17:53:25 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"18"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "18"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (6.2ms) Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:53:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:53:25 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:54:18 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:54:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:18 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 17:54:19 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.8ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:19 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 17:54:19 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 17:54:20 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-16 18:01:29 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (21.3ms) Completed 200 OK in 104ms (Views: 100.4ms | ActiveRecord: 1.9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:29 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 18:01:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:29 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 18:01:31 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (52.5ms) Completed 200 OK in 81ms (Views: 75.7ms | ActiveRecord: 4.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 18:01:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 18:01:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:32 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 18:01:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:32 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 18:01:32 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 19:28:35 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.4ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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 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 (66.9ms) Started GET "/" for 127.0.0.1 at 2013-11-16 19:37:45 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (79.9ms) Started GET "/" for 127.0.0.1 at 2013-11-16 19:45:00 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 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 (83.9ms) Completed 200 OK in 152ms (Views: 144.4ms | ActiveRecord: 6.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 19:45:01 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (19.0ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 4.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:35 +0100 Started GET "/" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 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 (19.1ms) Completed 200 OK in 27ms (Views: 21.7ms | ActiveRecord: 4.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 19:49:47 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-16 19:50:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.4ms) Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:50:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:21 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 19:50:38 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.8ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:50:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:38 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:50:38 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 19:52:10 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `current_user_can_translate?' for #): activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__423453265__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762729242__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.5ms) 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.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.6ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 19:53:53 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `current_user' for #): /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:8:in `current_user_can_translate?' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__423453265__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762729242__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.9ms) 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.8ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (56.1ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 19:53:54 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `current_user' for #): /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:8:in `current_user_can_translate?' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__423453265__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__762729242__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.6ms) 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.8ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.9ms) Started GET "/" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (18.4ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 4.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 19:55:42 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 19:55:44 +0100 Processing by I18nline::TranslationsController#index as HTML Started GET "/" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (79.1ms) Completed 200 OK in 176ms (Views: 169.7ms | ActiveRecord: 6.1ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 20:01:32 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:01:36 +0100 Processing by I18nline::TranslationsController#index as HTML Started GET "/" for 127.0.0.1 at 2013-11-16 20:14:53 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 CACHE (0.1ms) 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 (85.6ms) Completed 200 OK in 218ms (Views: 210.5ms | ActiveRecord: 6.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 20:14:54 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:14:59 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 28663ms NoMethodError (undefined method `current_user' for #): /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:9:in `current_user_can_translate?' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__23642888__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__403130208__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (2.7ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (57.7ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:16:39 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `current_user_can_translate?' for I18nline:Module): /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:8:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__23642888__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__403130208__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) 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 (2.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.6ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:17:52 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (28.2ms) Completed 200 OK in 55ms (Views: 50.4ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:17:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:17:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:17:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:17:52 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:18:03 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (51.1ms) Completed 200 OK in 107ms (Views: 103.3ms | ActiveRecord: 1.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:18:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:04 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:18:46 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.7ms) Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:18:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:18:47 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:19:15 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (31.2ms) Completed 200 OK in 26123ms (Views: 96.5ms | ActiveRecord: 2.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:19:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:19:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:19:41 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:19:41 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:21:02 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (31.2ms) Completed 200 OK in 2686ms (Views: 129.0ms | ActiveRecord: 2.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 20:21:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 20:21:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 20:21:04 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 20:21:04 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:32:14 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:32:36 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:33:20 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:33:21 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:50:44 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:53:08 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:54:30 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 20505ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:54:52 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login Redirected to Completed 500 Internal Server Error in 14567ms AbstractController::DoubleRenderError (Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".): actionpack (4.0.1) lib/action_controller/metal/redirecting.rb:67:in `redirect_to' actionpack (4.0.1) lib/action_controller/metal/flash.rb:40:in `redirect_to' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:10:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__549948122__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1024019937__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (27.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (48.3ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 20:56:24 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000login_url Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 168850ms (ActiveRecord: 0.0ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:00:27 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 15158ms ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true): actionpack (4.0.1) lib/action_dispatch/http/url.rb:59:in `build_host_url' actionpack (4.0.1) lib/action_dispatch/http/url.rb:40:in `url_for' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:176:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:274:in `block (2 levels) in define_url_helper' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:10:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__363669271__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__279256232__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (26.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (76.2ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:05:11 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 1ms ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true): actionpack (4.0.1) lib/action_dispatch/http/url.rb:59:in `build_host_url' actionpack (4.0.1) lib/action_dispatch/http/url.rb:40:in `url_for' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:176:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:274:in `block (2 levels) in define_url_helper' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:9:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__363669271__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__279256232__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) 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 (2.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.3ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:05:12 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 1ms ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true): actionpack (4.0.1) lib/action_dispatch/http/url.rb:59:in `build_host_url' actionpack (4.0.1) lib/action_dispatch/http/url.rb:40:in `url_for' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:176:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:274:in `block (2 levels) in define_url_helper' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:9:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__363669271__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__279256232__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) 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 (2.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.8ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:05:53 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 2ms ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true): actionpack (4.0.1) lib/action_dispatch/http/url.rb:59:in `build_host_url' actionpack (4.0.1) lib/action_dispatch/http/url.rb:40:in `url_for' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:176:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:274:in `block (2 levels) in define_url_helper' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:9:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__19810696__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1037456416__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.6ms) 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 (26.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (44.3ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:07:43 +0100 Processing by I18nline::TranslationsController#index as HTML Completed 500 Internal Server Error in 1ms ArgumentError (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true): actionpack (4.0.1) lib/action_dispatch/http/url.rb:59:in `build_host_url' actionpack (4.0.1) lib/action_dispatch/http/url.rb:40:in `url_for' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:176:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:274:in `block (2 levels) in define_url_helper' /home/ruben/projects/i18nline/app/controllers/i18nline/application_controller.rb:9:in `check_authenticated_user' activesupport (4.0.1) lib/active_support/callbacks.rb:377:in `_run__19810696__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1037456416__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.6ms) 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.7ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.7ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (46.4ms) Completed 200 OK in 119ms (Views: 112.6ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-16 21:08:42 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-16 21:09:03 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (21.6ms) Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-16 21:09:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-16 21:09:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-16 21:09:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-16 21:09:03 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 11:56:04 +0100 Processing by HelloController#hello as HTML  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (1.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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 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 (135.0ms) Completed 200 OK in 454ms (Views: 442.1ms | ActiveRecord: 11.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 11:56:05 +0100 Started GET "/tr8n" for 127.0.0.1 at 2013-11-18 11:56:12 +0100 ActionController::RoutingError (No route matches [GET] "/tr8n"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.4ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (54.1ms) Started GET "/translations" for 127.0.0.1 at 2013-11-18 11:56:14 +0100 ActionController::RoutingError (No route matches [GET] "/translations"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.6ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 11:56:20 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (38.5ms) Completed 200 OK in 107ms (Views: 104.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 11:56:20 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:20 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:20 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 11:56:20 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 11:56:29 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 176210ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 11:59:25 +0100 Processing by HelloController#login as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.4ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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 (74.8ms) Completed 200 OK in 194ms (Views: 185.2ms | ActiveRecord: 7.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 11:59:26 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (2.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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 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 (50.0ms) Completed 200 OK in 154ms (Views: 144.9ms | ActiveRecord: 8.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 12:01:15 +0100 SQL (137.4ms) DELETE FROM "i18nline_translations" Started GET "/login" for 127.0.0.1 at 2013-11-18 12:25:44 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.2ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" CACHE (0.0ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (53.7ms) Completed 500 Internal Server Error in 60ms ActionView::Template::Error (undefined local variable or method `count' for #): 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___198537652_74628480' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) 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 (29.7ms) 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 (47.8ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:27:14 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.2ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" CACHE (0.0ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (5.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined local variable or method `count' for #): 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___198537652_74628480' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) 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.7ms) 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 (13.6ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:27:22 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" CACHE (0.1ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" CACHE (0.2ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" CACHE (0.1ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" 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 Rendered hello/hello.html.erb within layouts/application (320947.3ms) Completed 500 Internal Server Error in 320955ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__418876002__620736128' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) 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 (27.7ms) 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 (41.6ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:34:08 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (23419.3ms) Completed 500 Internal Server Error in 23426ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__417239548__620694708' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) 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 (28.1ms) 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 (41.9ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:34:34 +0100 Processing by HelloController#login as HTML  (1.1ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (1.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (83477.6ms) Completed 500 Internal Server Error in 83482ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__417239548__620694708' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) 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 (2.5ms) 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 (16.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:37:15 +0100 Processing by HelloController#login as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (56.2ms) Completed 500 Internal Server Error in 63ms ActionView::Template::Error (undefined local variable or method `count' for #): 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___73187410__616521258' app/controllers/hello_controller.rb:9:in `login' 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.9ms) 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 (27.9ms) 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 (40.3ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 12:38:08 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (213098.7ms) Completed 500 Internal Server Error in 213106ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__991260348__616521238' app/controllers/hello_controller.rb:9:in `login' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) 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 (27.1ms) 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 (40.9ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:01:49 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (138785.9ms) Completed 500 Internal Server Error in 138793ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__66425294__615997078' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (27.0ms) 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 (41.5ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:05:37 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (57.4ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined local variable or method `count' for #): 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___648477200__616521338' 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.9ms) 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 (27.2ms) 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 (40.4ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:08:58 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') Started GET "/" for 127.0.0.1 at 2013-11-18 16:23:29 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (18237.5ms) Completed 500 Internal Server Error in 18244ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__76840075__615956528' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (29.0ms) 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 (42.4ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:24:42 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (3219.6ms) Completed 500 Internal Server Error in 3226ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__472033087__615997058' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (27.6ms) 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 (41.6ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:25:01 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (3466.2ms) Completed 500 Internal Server Error in 3473ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__586926589__615996998' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (27.1ms) 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 (40.4ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:27:19 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (3825.0ms) Completed 500 Internal Server Error in 3832ms ActionView::Template::Error (undefined local variable or method `count' for #): 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___494768573__615997068' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) 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 (28.8ms) 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 (42.3ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:31:11 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (31673.2ms) Completed 500 Internal Server Error in 31680ms ActionView::Template::Error (undefined local variable or method `count' for #): 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__528958457__615997038' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) 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 (26.9ms) 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 (41.4ms) Started GET "/" for 127.0.0.1 at 2013-11-18 16:32:38 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.6ms) 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 Exists (0.5ms) 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-18 16:38:28 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.2ms) begin transaction SQL (33.8ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:38:37 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:38:37 UTC +00:00], ["value", nil]]  (166.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:01 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:01 UTC +00:00], ["value", nil]]  (177.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.3ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:02 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:02 UTC +00:00], ["value", nil]]  (156.3ms) commit transaction 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.8ms) 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.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Exists (0.8ms) 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) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:06 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:39:06 UTC +00:00], ["value", nil]]  (257.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:07 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:07 UTC +00:00], ["value", nil]]  (154.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (1.0ms) 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  (0.3ms) begin transaction SQL (1.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:09 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:09 UTC +00:00], ["value", nil]]  (145.3ms) commit transaction  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:10 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:39:10 UTC +00:00], ["value", nil]]  (175.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:11 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:11 UTC +00:00], ["value", nil]]  (142.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.4ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:12 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:12 UTC +00:00], ["value", nil]]  (150.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) begin transaction SQL (1.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:13 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:39:13 UTC +00:00], ["value", nil]]  (142.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:13 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:13 UTC +00:00], ["value", nil]]  (158.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.4ms) begin transaction SQL (1.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:14 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:14 UTC +00:00], ["value", nil]]  (144.3ms) commit transaction  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:15 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:39:15 UTC +00:00], ["value", nil]]  (160.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:15 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:15 UTC +00:00], ["value", nil]]  (143.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) begin transaction SQL (1.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:16 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:16 UTC +00:00], ["value", nil]]  (165.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Exists (0.8ms) 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  (0.4ms) begin transaction SQL (1.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:18 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:39:18 UTC +00:00], ["value", nil]]  (140.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (1.7ms) 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  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:19 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:39:19 UTC +00:00], ["value", nil]]  (159.3ms) commit transaction 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  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:39:19 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:39:19 UTC +00:00], ["value", nil]]  (147.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.8ms) 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.9ms) 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 Started GET "/" for 127.0.0.1 at 2013-11-18 16:40:33 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Started GET "/" for 127.0.0.1 at 2013-11-18 16:41:27 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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 (1.0ms) 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.9ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.9ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.4ms) 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.6ms) 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.3ms) 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (1.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.9ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.8ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (1.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (1.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.9ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.8ms) 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.8ms) 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.8ms) 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 CACHE (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 CACHE (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 CACHE (0.2ms) 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 Rendered hello/hello.html.erb within layouts/application (106726.0ms) Completed 200 OK in 106846ms (Views: 106821.0ms | ActiveRecord: 24.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:43:14 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:43:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:43:14 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:43:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:43:14 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:43:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:43:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:43:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:46:14 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (96.9ms) Completed 200 OK in 163ms (Views: 153.5ms | ActiveRecord: 9.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (40.7ms) Completed 200 OK in 48ms (Views: 40.3ms | ActiveRecord: 7.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:46:18 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.4ms) 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 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 (77.4ms) Completed 200 OK in 175ms (Views: 165.3ms | ActiveRecord: 9.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:03 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.1ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 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 (40.5ms) Completed 200 OK in 48ms (Views: 40.3ms | ActiveRecord: 7.1ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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" = 'en' 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" = 'en' 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.2ms) 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.3ms) 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 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 (53.5ms) Completed 200 OK in 97ms (Views: 90.0ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:06 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 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 (45.8ms) Completed 200 OK in 53ms (Views: 45.6ms | ActiveRecord: 7.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:49:07 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 16:50:06 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (44.6ms) Completed 200 OK in 64ms (Views: 61.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:06 +0100 Started GET "/i18nline/translations/19/edit" for 127.0.0.1 at 2013-11-18 16:50:28 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"19"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "19"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (26.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (51.8ms) Completed 200 OK in 78ms (Views: 75.5ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:28 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:28 +0100 Started GET "/i18nline/translations/20/edit" for 127.0.0.1 at 2013-11-18 16:50:29 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"20"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "20"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.6ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/i18nline/translations/21/edit" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"21"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "21"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.8ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:30 +0100 Started GET "/i18nline/translations/22/edit" for 127.0.0.1 at 2013-11-18 16:50:35 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"22"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "22"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.7ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/i18nline/translations/23/edit" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"23"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "23"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.4ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.0ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:36 +0100 Started GET "/i18nline/translations/24/edit" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"24"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "24"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.5ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Started GET "/i18nline/translations/25/edit" for 127.0.0.1 at 2013-11-18 16:50:37 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"25"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "25"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.0ms) Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:38 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:38 +0100 Started GET "/i18nline/translations/26/edit" for 127.0.0.1 at 2013-11-18 16:50:38 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"26"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "26"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/i18nline/translations/27/edit" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"27"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "27"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:39 +0100 Started GET "/i18nline/translations/19/edit" for 127.0.0.1 at 2013-11-18 16:50:52 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"19"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "19"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (1.9ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.4ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:52 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:52 +0100 Started GET "/i18nline/translations/22/edit" for 127.0.0.1 at 2013-11-18 16:50:54 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"22"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "22"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.8ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:54 +0100 Started GET "/i18nline/translations/25/edit" for 127.0.0.1 at 2013-11-18 16:50:55 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"25"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "25"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.2ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:56 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:56 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:56 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:56 +0100 Started GET "/i18nline/translations/28/edit" for 127.0.0.1 at 2013-11-18 16:50:57 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"28"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "28"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.0ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:57 +0100 Started GET "/i18nline/translations/31/edit" for 127.0.0.1 at 2013-11-18 16:50:59 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"31"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "31"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:50:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:50:59 +0100 Started GET "/i18nline/translations/34/edit" for 127.0.0.1 at 2013-11-18 16:51:01 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"34"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "34"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:01 +0100 Started PATCH "/i18nline/translations/19" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Muchas gracias, %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"19"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "19"]]  (0.1ms) begin transaction SQL (4.0ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 19 [["value", "Muchas gracias, %{name}"], ["interpolations", "---- :name"], ["updated_at", Mon, 18 Nov 2013 15:51:21 UTC +00:00]]  (199.5ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/19 Completed 302 Found in 211ms (ActiveRecord: 203.8ms) Started GET "/i18nline/translations/19" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"19"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "19"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:21 +0100 Started PATCH "/i18nline/translations/22" for 127.0.0.1 at 2013-11-18 16:51:42 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"interpolate.from.yml", "value"=>"Me gusta más la %{fruit}", "interpolations"=>"---- :fruit", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"22"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "22"]]  (0.4ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 22 [["value", "Me gusta más la %{fruit}"], ["interpolations", "---- :fruit"], ["updated_at", Mon, 18 Nov 2013 15:51:42 UTC +00:00]]  (222.9ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/22 Completed 302 Found in 230ms (ActiveRecord: 223.8ms) Started GET "/i18nline/translations/22" for 127.0.0.1 at 2013-11-18 16:51:43 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"22"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "22"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.2ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:43 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:43 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:43 +0100 Started PATCH "/i18nline/translations/25" for 127.0.0.1 at 2013-11-18 16:51:48 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"this.yaml.tell_me", "value"=>"asfd", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"25"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "25"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 25 [["value", "asfd"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:51:48 UTC +00:00]]  (255.8ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/25 Completed 302 Found in 261ms (ActiveRecord: 256.3ms) Started GET "/i18nline/translations/25" for 127.0.0.1 at 2013-11-18 16:51:49 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"25"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "25"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:49 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:49 +0100 Started PATCH "/i18nline/translations/28" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"hello", "value"=>"asdf", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"28"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "28"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 28 [["value", "asdf"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:51:52 UTC +00:00]]  (239.3ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/28 Completed 302 Found in 243ms (ActiveRecord: 239.8ms) Started GET "/i18nline/translations/28" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"28"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "28"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:52 +0100 Started PATCH "/i18nline/translations/31" for 127.0.0.1 at 2013-11-18 16:51:55 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"translated", "value"=>"dfsdf", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"31"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "31"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 31 [["value", "dfsdf"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:51:55 UTC +00:00]]  (296.2ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/31 Completed 302 Found in 303ms (ActiveRecord: 296.7ms) Started GET "/i18nline/translations/31" for 127.0.0.1 at 2013-11-18 16:51:56 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"31"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "31"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:51:56 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:56 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:56 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:51:56 +0100 Started PATCH "/i18nline/translations/34" for 127.0.0.1 at 2013-11-18 16:52:00 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"not.translated.key.with.dots", "value"=>"aaaa", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"34"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "34"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 34 [["value", "aaaa"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:52:00 UTC +00:00]]  (290.0ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/34 Completed 302 Found in 294ms (ActiveRecord: 290.5ms) Started GET "/i18nline/translations/34" for 127.0.0.1 at 2013-11-18 16:52:01 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"34"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "34"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.0ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:01 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 16:52:05 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.9ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:06 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 16:52:07 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (55.8ms) Completed 200 OK in 61ms (Views: 60.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:07 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (16.4ms) Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 3.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (29.4ms) Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 3.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:52:18 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (20.9ms) Completed 200 OK in 32ms (Views: 27.7ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (16.4ms) Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:52:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:55:35 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (28.5ms) Completed 200 OK in 97ms (Views: 91.5ms | ActiveRecord: 4.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:36 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:38 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:55:39 +0100 SQL (147.3ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-18 16:56:18 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.6ms) Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:18 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:18 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:18 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:56:31 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:31 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:31 UTC +00:00], ["value", nil]]  (152.3ms) commit transaction 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  (0.1ms) begin transaction SQL (1.9ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["value", nil]]  (153.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["value", nil]]  (157.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["value", nil]]  (196.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["value", nil]]  (269.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:32 UTC +00:00], ["value", nil]]  (146.3ms) commit transaction 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  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (145.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (135.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (158.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (144.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (134.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (145.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:33 UTC +00:00], ["value", nil]]  (144.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["value", nil]]  (147.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["value", nil]]  (146.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["value", nil]]  (153.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["value", nil]]  (145.9ms) commit transaction 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 15:56:34 UTC +00:00], ["value", nil]]  (134.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.4ms) 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 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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 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 (2934.2ms) Completed 200 OK in 3039ms (Views: 205.3ms | ActiveRecord: 2833.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:34 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:35 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:35 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:35 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:35 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:35 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 16:56:38 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (57.7ms) Completed 200 OK in 76ms (Views: 73.7ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:38 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:38 +0100 Started GET "/i18nline/translations/43/edit" for 127.0.0.1 at 2013-11-18 16:56:49 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"43"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "43"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (7.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (13.8ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:49 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:49 +0100 Started GET "/i18nline/translations/46/edit" for 127.0.0.1 at 2013-11-18 16:56:51 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"46"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (5.5ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:51 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:51 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:51 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:51 +0100 Started GET "/i18nline/translations/49/edit" for 127.0.0.1 at 2013-11-18 16:56:52 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"49"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "49"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.2ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:53 +0100 Started GET "/i18nline/translations/52/edit" for 127.0.0.1 at 2013-11-18 16:56:54 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"52"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "52"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.7ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:54 +0100 Started PATCH "/i18nline/translations/43" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"this.yaml.tell_me", "value"=>"asdf", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"43"} I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "43"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 43 [["value", "asdf"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:56:59 UTC +00:00]]  (321.0ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/43 Completed 302 Found in 330ms (ActiveRecord: 322.5ms) Started GET "/i18nline/translations/43" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"43"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "43"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.1ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:56:59 +0100 Started PATCH "/i18nline/translations/46" for 127.0.0.1 at 2013-11-18 16:57:02 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"hello", "value"=>"asdf", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"46"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 46 [["value", "asdf"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:57:02 UTC +00:00]]  (199.6ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/46 Completed 302 Found in 206ms (ActiveRecord: 200.1ms) Started GET "/i18nline/translations/46" for 127.0.0.1 at 2013-11-18 16:57:02 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"46"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:03 +0100 Started PATCH "/i18nline/translations/49" for 127.0.0.1 at 2013-11-18 16:57:07 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"translated", "value"=>"aaaaaaaa", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"49"} I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "49"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 49 [["value", "aaaaaaaa"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:57:07 UTC +00:00]]  (276.2ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/49 Completed 302 Found in 282ms (ActiveRecord: 277.5ms) Started GET "/i18nline/translations/49" for 127.0.0.1 at 2013-11-18 16:57:08 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"49"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "49"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:08 +0100 Started PATCH "/i18nline/translations/52" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"not.translated.key.with.dots", "value"=>"rrrrrrrrr", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"52"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "52"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 52 [["value", "rrrrrrrrr"], ["interpolations", "--- []"], ["updated_at", Mon, 18 Nov 2013 15:57:12 UTC +00:00]]  (314.7ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/52 Completed 302 Found in 320ms (ActiveRecord: 315.3ms) Started GET "/i18nline/translations/52" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"52"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "52"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:12 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 (18.6ms) Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.7ms) 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 (1.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 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 (20.4ms) Completed 200 OK in 70ms (Views: 66.6ms | ActiveRecord: 3.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:17 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 16:57:36 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (20.2ms) Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:57:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:57:36 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 16:58:04 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.9ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:05 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 16:58:21 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you, miss %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you, miss %{name}"], ["interpolations", "---- :name"], ["updated_at", Mon, 18 Nov 2013 15:58:21 UTC +00:00]]  (265.6ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 275ms (ActiveRecord: 266.2ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 16:58:22 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 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 (17.1ms) Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:25 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 (20.2ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 2.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:26 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 (14.7ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 2.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 16:58:27 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (43.8ms) Completed 200 OK in 143ms (Views: 136.9ms | ActiveRecord: 5.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (6.5ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Processing by HelloController#hello as HTML 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (5.0ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:13:23 +0100 Processing by HelloController#hello as HTML 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (6.8ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:24 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 17:13:31 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (28.0ms) Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:32 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:32 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (8.2ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:13:43 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:14:37 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (9.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (13.3ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:37 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you, Mr. %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (2.6ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you, Mr. %{name}"], ["updated_at", Mon, 18 Nov 2013 16:14:46 UTC +00:00]]  (283.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 294ms (ActiveRecord: 286.0ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:46 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.3ms) 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 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 Rendered hello/hello.html.erb within layouts/application (7.2ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.3ms) 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 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 Rendered hello/hello.html.erb within layouts/application (8.2ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:58 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:14:59 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:14:59 +0100 Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:24:15 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 17:24:15 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.8ms) 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.3ms) 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (49.7ms) Completed 200 OK in 150ms (Views: 142.6ms | ActiveRecord: 6.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (6.0ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:21 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 17:24:28 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (27.7ms) Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:28 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:24:36 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (9.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (13.3ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:36 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:36 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:24:41 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you, vv. %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (2.7ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you, vv. %{name}"], ["updated_at", Mon, 18 Nov 2013 16:24:41 UTC +00:00]]  (215.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 224ms (ActiveRecord: 218.1ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:24:42 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.7ms) Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:24:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:42 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:24:42 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (49.3ms) Completed 200 OK in 147ms (Views: 141.5ms | ActiveRecord: 5.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:28:58 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:29:01 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.9ms) Completed 200 OK in 75ms (Views: 62.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:29:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:01 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you,adf. %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (3.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you,adf. %{name}"], ["updated_at", Mon, 18 Nov 2013 16:29:05 UTC +00:00]]  (234.3ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 246ms (ActiveRecord: 238.0ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:29:05 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (46.6ms) Completed 200 OK in 146ms (Views: 139.8ms | ActiveRecord: 5.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:39 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:32:41 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.7ms) Completed 200 OK in 75ms (Views: 62.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:32:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:41 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:32:41 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:32:46 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you,afff %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (4.2ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you,afff %{name}"], ["updated_at", Mon, 18 Nov 2013 16:32:46 UTC +00:00]]  (241.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2013-11-18 17:38:31 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (50.1ms) Completed 200 OK in 151ms (Views: 144.2ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:32 +0100 Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:38:34 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.0ms) Completed 200 OK in 68ms (Views: 51.8ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:38:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:34 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:34 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:38:35 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (9.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (13.6ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:38:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:38:35 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:38:40 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you,yum %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (3.3ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you,yum %{name}"], ["updated_at", Mon, 18 Nov 2013 16:38:40 UTC +00:00]] Started GET "/" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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.2ms) 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 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (45.0ms) Completed 200 OK in 143ms (Views: 136.2ms | ActiveRecord: 6.0ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:01 +0100 Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:49:04 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 65ms (Views: 52.0ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:04 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:49:05 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (9.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.2ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:06 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you, Mss %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (3.7ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you, Mss %{name}"], ["updated_at", Mon, 18 Nov 2013 16:49:15 UTC +00:00]]  (212.5ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 223ms (ActiveRecord: 216.5ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Processing by HelloController#hello as HTML  (1.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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 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  (1.0ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (25.0ms) Completed 200 OK in 33ms (Views: 26.0ms | ActiveRecord: 6.3ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:21 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:49:27 +0100 Processing by HelloController#hello as HTML 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.3ms) 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.2ms) 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 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 Rendered hello/hello.html.erb within layouts/application (5.7ms) Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:28 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 17:49:44 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (5.0ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:44 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"Thank you, Mr. %{name}", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "Thank you, Mr. %{name}"], ["updated_at", Mon, 18 Nov 2013 16:49:55 UTC +00:00]]  (219.2ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 224ms (ActiveRecord: 219.7ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.0ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:55 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (15.5ms) Completed 200 OK in 22ms (Views: 18.2ms | ActiveRecord: 3.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:49:57 +0100 Started GET "/i18nline/translations/" for 127.0.0.1 at 2013-11-18 17:50:05 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.6ms) Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:50:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:05 +0100 Started GET "/i18nline/translations/40/edit" for 127.0.0.1 at 2013-11-18 17:50:12 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"40"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "40"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.9ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.4ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:50:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:12 +0100 Started PATCH "/i18nline/translations/40" for 127.0.0.1 at 2013-11-18 17:50:17 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"interpolate.from.yml", "value"=>"aff", "interpolations"=>"---- :fruit", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"40"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "40"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "i18nline_translations" SET "value" = ?, "interpolations" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 40 [["value", "aff"], ["interpolations", "---- :fruit"], ["updated_at", Mon, 18 Nov 2013 16:50:17 UTC +00:00]]  (218.7ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/40 Completed 302 Found in 226ms (ActiveRecord: 220.0ms) Started GET "/i18nline/translations/40" for 127.0.0.1 at 2013-11-18 17:50:18 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"40"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "40"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.1ms) Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:50:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:18 +0100 Started GET "/i18nline/translations/40/edit" for 127.0.0.1 at 2013-11-18 17:50:27 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"40"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "40"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:50:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:27 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:50:27 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:51:02 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (15.3ms) Completed 200 OK in 23ms (Views: 19.1ms | ActiveRecord: 3.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:02 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:02 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:03 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:03 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:03 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:03 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 17:51:10 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 17:51:11 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:06:08 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (34.2ms) Completed 200 OK in 115ms (Views: 109.0ms | ActiveRecord: 5.1ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:09 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:06:13 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (27.0ms) Completed 200 OK in 49ms (Views: 46.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:06:13 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:13 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:13 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:06:13 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:13:19 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.7ms) Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:13:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:13:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:13:20 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:13:20 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:17:37 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.4ms) Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:17:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:37 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:17:55 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (49.6ms) Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:17:56 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:56 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:56 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:17:56 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:18:20 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (25.6ms) Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:18:20 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:18:20 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:18:20 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:18:20 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.5ms) Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:23:25 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (31.1ms) Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:24:12 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.6ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:25:31 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:26:41 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.1ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:26:42 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:26:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:26:42 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:26:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:26:42 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (19.0ms) Completed 200 OK in 70ms (Views: 67.4ms | ActiveRecord: 1.0ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:50 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.8ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:28:55 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (29.8ms) Completed 200 OK in 98ms (Views: 92.1ms | ActiveRecord: 5.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:18 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.9ms) Completed 200 OK in 80ms (Views: 67.4ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:26 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 18:35:35 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (3.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", ""], ["updated_at", Mon, 18 Nov 2013 17:35:35 UTC +00:00]]  (171.2ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 183ms (ActiveRecord: 175.0ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 18:35:35 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:36 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:36 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 18:35:39 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (20.0ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `edit_key_translation_path' for #<#:0xb5ab7fb0>): 19: <%= translation.key %> 20: <%= translation.value %> 21: <%= translation.created_at %> 22: <%= link_to 'Edit', edit_key_translation_path(translation), class: "btn btn-primary" %> 23: 24: <% end %> 25: /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:22:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__171221722__623528148' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:15:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__171221722__623528148' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__392322428__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__529281020__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.9ms) 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 (14.3ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 18:35:53 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.0ms) Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:54 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:54 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (15.1ms) Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 3.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:35:59 +0100 Started GET "/i18nline/translations/46/edit" for 127.0.0.1 at 2013-11-18 18:36:23 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"46"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.4ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:23 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:24 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:24 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:24 +0100 Started PATCH "/i18nline/translations/46" for 127.0.0.1 at 2013-11-18 18:36:28 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"hello", "value"=>"", "interpolations"=>"--- []", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"46"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]] Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 46 [["value", ""], ["updated_at", Mon, 18 Nov 2013 17:36:28 UTC +00:00]]  (220.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/46 Completed 302 Found in 227ms (ActiveRecord: 220.8ms) Started GET "/i18nline/translations/46" for 127.0.0.1 at 2013-11-18 18:36:28 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"46"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "46"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.0ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:29 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:29 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.0ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:30 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (14.9ms) Completed 200 OK in 22ms (Views: 18.4ms | ActiveRecord: 3.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:32 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 47ms (Views: 47.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:36:34 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:37:47 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (28.9ms) Completed 200 OK in 125ms (Views: 119.9ms | ActiveRecord: 5.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:40:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 18:53:42 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (30.7ms) Completed 200 OK in 101ms (Views: 95.6ms | ActiveRecord: 5.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:53:43 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} Rendered hello/hello.html.erb within layouts/application (0.4ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:54:17 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 18:58:05 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"}  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (4.2ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:58:27 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:58:27 UTC +00:00], ["value", nil]]  (151.5ms) commit transaction 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  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 18:59:48 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} Locale changed from -- to -es-.  (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.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 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["value", nil]]  (164.6ms) commit transaction 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 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 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.2ms) 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.2ms) 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.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["value", nil]]  (151.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:59:48 UTC +00:00], ["value", nil]]  (148.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:59:49 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:59:49 UTC +00:00], ["value", nil]]  (150.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.3ms) 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.3ms) 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.8ms) 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.3ms) 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  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 17:59:49 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 17:59:49 UTC +00:00], ["value", nil]]  (176.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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 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 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.2ms) 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 (930.8ms) Completed 200 OK in 1111ms (Views: 267.2ms | ActiveRecord: 812.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 18:59:49 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:00:14 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} Locale changed from -es- to -en-.  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.9ms) 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.4ms) 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" = 'en' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.9ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.8ms) 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.7ms) 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 (15746.0ms) Completed 200 OK in 15792ms (Views: 15780.1ms | ActiveRecord: 10.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:30 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:30 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:30 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:31 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:31 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:31 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:00:36 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} I18n::Backend::ActiveRecord::Translation Exists (0.9ms) 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.4ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.3ms) 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 (9174.2ms) Completed 200 OK in 9185ms (Views: 9179.1ms | ActiveRecord: 4.1ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:00:45 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} Locale changed from -en- to -es-. I18n::Backend::ActiveRecord::Translation Exists (0.5ms) 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.4ms) 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.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) 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" = '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.3ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.1ms) 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 CACHE (0.1ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (117.2ms) Completed 200 OK in 131ms (Views: 120.3ms | ActiveRecord: 8.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:05 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} 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.2ms) 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.2ms) 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 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) 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" = '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.3ms) 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.2ms) 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 CACHE (0.1ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) 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.3ms) 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 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 CACHE (0.1ms) 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 CACHE (0.1ms) 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 CACHE (0.1ms) 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.1ms) 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 (121.8ms) Completed 200 OK in 173ms (Views: 163.3ms | ActiveRecord: 8.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:01:36 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:02:11 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} Locale changed from -es- to -en-.  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (29.7ms) Completed 200 OK in 97ms (Views: 67.2ms | ActiveRecord: 4.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:11 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:12 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:12 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:12 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:12 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:12 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:14 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:15 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 19:02:30 +0100 Processing by HelloController#hello as HTML Rendered hello/hello.html.erb within layouts/application (0.6ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:31 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} Locale changed from -en- to -es-.  (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.3ms) 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.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.3ms) 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 (1.2ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (86.1ms) Completed 200 OK in 96ms (Views: 84.4ms | ActiveRecord: 10.5ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:39 +0100 Started GET "/?locale=es" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"es"} I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 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.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (69.5ms) Completed 200 OK in 79ms (Views: 71.6ms | ActiveRecord: 6.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:43 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:02:48 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"} Locale changed from -es- to -en-. Rendered hello/hello.html.erb within layouts/application (0.5ms) Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:02:49 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (23.6ms) Completed 200 OK in 48ms (Views: 45.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:03:12 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"}  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (30.0ms) Completed 200 OK in 102ms (Views: 71.6ms | ActiveRecord: 4.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:09:04 +0100 I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."key" = 'thanks' I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."key" = 'thanks' Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (12.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (17.7ms) Completed 200 OK in 84ms (Views: 71.6ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:18 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"␣", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (3.3ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", "␣"], ["updated_at", Mon, 18 Nov 2013 18:11:28 UTC +00:00]]  (266.8ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 277ms (ActiveRecord: 270.4ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.0ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:28 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.7ms) Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:32 +0100 Started GET "/?locale=en" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Processing by HelloController#hello as HTML Parameters: {"locale"=>"en"}  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (14.0ms) Completed 200 OK in 22ms (Views: 17.5ms | ActiveRecord: 3.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:11:36 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.7ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.4ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:12:35 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (28.7ms) Completed 200 OK in 96ms (Views: 65.3ms | ActiveRecord: 4.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:02 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (12.5ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (17.3ms) Completed 200 OK in 53ms (Views: 37.8ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:08 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"␣", "make_nil"=>"1", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 5ms (ActiveRecord: 0.4ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:16:15 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (3.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (4.6ms) Completed 200 OK in 25ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:17:29 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:17:32 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"␣", "make_nil"=>"1", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.4ms) begin transaction  (0.2ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 78624ms (ActiveRecord: 0.8ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.1ms) Completed 200 OK in 30ms (Views: 11.7ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:51 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (5.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (7.6ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:54 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"␣", "make_nil"=>"1", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 10ms (ActiveRecord: 0.5ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.9ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:57 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (6.6ms) Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:18:58 +0100 Started PATCH "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"thanks", "value"=>"␣", "make_nil"=>"1", "interpolations"=>"---- :name", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.2ms) begin transaction SQL (3.8ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ? WHERE "i18nline_translations"."id" = 37 [["value", nil], ["updated_at", Mon, 18 Nov 2013 18:21:18 UTC +00:00]]  (395.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/37 Completed 302 Found in 427ms (ActiveRecord: 400.3ms) Started GET "/i18nline/translations/37" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.1ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:19 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.3ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (6.5ms) Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:28 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (65.6ms) Completed 200 OK in 78ms (Views: 76.6ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:33 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (27.8ms) Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 1.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:35 +0100 Started GET "/login" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Processing by HelloController#login as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) 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" = 'en' 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (61.8ms) Completed 200 OK in 73ms (Views: 65.5ms | ActiveRecord: 5.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:21:42 +0100 Started GET "/login" for 127.0.0.1 at 2013-11-18 19:22:13 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (84.4ms) Completed 200 OK in 155ms (Views: 123.8ms | ActiveRecord: 6.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:14 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (18.1ms) Completed 200 OK in 77ms (Views: 74.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:22:17 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.1ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (14.4ms) Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:09 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 19:23:15 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.4ms) Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:23:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:23:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:23:16 +0100 Started GET "/i18nline/translations/37/edit" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"37"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "37"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (2.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (3.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:35:59 +0100 Started GET "/login" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Processing by HelloController#login as HTML I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (9.2ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:56:16 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:16 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1000396734__624073828 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:31: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:35: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:42: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:44: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1000396734__624073828(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations );@output_buffer.safe_append='
';@output_buffer.append=( f.check_box :is_proc );@output_buffer.safe_append='
';@output_buffer.append= f.fields_for :translations do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :locale );@output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :value );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit" );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( link_to 'Show', @translation );@output_buffer.safe_append=' | ';@output_buffer.append=( link_to 'Back', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__492997690__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__1054305965__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (15.1ms) Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 34ms (ActiveRecord: 0.5ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.5ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:56:17 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:57:06 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 19:57:06 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (103.7ms) Completed 200 OK in 175ms (Views: 141.2ms | ActiveRecord: 6.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:06 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:07 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791__619904838 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:31: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:35: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:42: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:44: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791__619904838(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations );@output_buffer.safe_append='
';@output_buffer.append=( f.check_box :is_proc );@output_buffer.safe_append='
';@output_buffer.append= f.fields_for :translations do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :locale );@output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :value );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit" );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( link_to 'Show', @translation );@output_buffer.safe_append=' | ';@output_buffer.append=( link_to 'Back', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__810951631__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__961111768__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (17.3ms) Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 40ms (ActiveRecord: 0.3ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.5ms) Completed 200 OK in 72ms (Views: 71.3ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:11 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (9.7ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:22 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:57:24 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791__619904838 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:31: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:35: syntax error, unexpected keyword_end ';@output_buffer.append=( end );@output_buffer.safe_append=' ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:42: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:44: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791__619904838(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations );@output_buffer.safe_append='
';@output_buffer.append=( f.check_box :is_proc );@output_buffer.safe_append='
';@output_buffer.append= f.fields_for :translations do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :locale );@output_buffer.safe_append='
';@output_buffer.append=( tl_form.text_field :value );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit" );@output_buffer.safe_append='
';@output_buffer.append=( end );@output_buffer.safe_append='
';@output_buffer.append=( link_to 'Show', @translation );@output_buffer.safe_append=' | ';@output_buffer.append=( link_to 'Back', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__810951631__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__961111768__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (5.0ms) Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 10ms (ActiveRecord: 0.3ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 19:57:24 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.3ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:25 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:57:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:57:25 +0100 Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.5ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:58:24 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (6.4ms) Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 12ms (ActiveRecord: 0.3ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (3.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.1ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 19:58:33 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (1.1ms) Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 21ms (ActiveRecord: 0.9ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.6ms) Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:00:08 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:00:47 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (1.2ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (undefined method `model_name' for OpenStruct:Class): 5:

Key: <%= @key %>

6: 7:
8: <%= form_for(@tr_set) do |f| %> 9:
10: 11: <%= f.text_field :interpolations %> actionpack (4.0.1) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:425:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791_88990370' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:23:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__810951631__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__961111768__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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 (5.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 (32.7ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:06:09 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (12.0ms) Completed 500 Internal Server Error in 29ms ActionView::Template::Error (undefined local variable or method `update_key_set' for #<#:0xa95e8b8>): 5:

Key: <%= @key %>

6:
7:
8: <%= form_for(@tr_set, url: update_key_set, method: :put) do |f| %> 9:
10: 11: <%= f.text_field :interpolations %> /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791_88831180' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:23:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__810951631__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__961111768__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (14.8ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:06:36 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (2.6ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `model_name' for OpenStruct:Class): 5:

Key: <%= @key %>

6:
7:
8: <%= form_for(@tr_set, url: update_key_set_path, method: :put) do |f| %> 9:
10: 11: <%= f.text_field :interpolations %> actionpack (4.0.1) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:425:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__307724791__619963158' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:23:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__810951631__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__961111768__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.8ms) 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 (14.3ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (7.6ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:07:04 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:09:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks')  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (267283.0ms) Completed 200 OK in 267332ms (Views: 267329.3ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:13:49 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:13:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:13:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:13:49 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:13:49 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:13:53 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Processing by HelloController#login as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (80.5ms) Completed 200 OK in 178ms (Views: 146.2ms | ActiveRecord: 6.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:22 +0100 Started GET "/login" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Processing by HelloController#login as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.4ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (14.0ms) Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 1.4ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:32 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:16:39 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (7167.8ms) Completed 200 OK in 7281ms (Views: 7204.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:16:47 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:16:47 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:17:30 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (5741.0ms) Completed 500 Internal Server Error in 5747ms ActionView::Template::Error (undefined method `locale' for #): 17: <% debugger; puts "sdf" %> 18:
19: 20: <%= tl_form.text_field :locale %> 21:
22:
23: activerecord (4.0.1) lib/active_record/relation/delegation.rb:121:in `method_missing' activerecord (4.0.1) lib/active_record/relation/delegation.rb:68:in `method_missing' actionpack (4.0.1) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.1) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `block in render' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `fetch' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `render' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:771:in `text_field' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1262:in `text_field' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:20:in `block (2 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617134408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:16:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617134408' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617134408' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:23:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__501706141__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__21592962__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (36.7ms) 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 (51.6ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:18:07 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (17165.0ms) Completed 200 OK in 17177ms (Views: 17174.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:18:24 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:18:24 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:24 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:24 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:18:35 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8592.7ms) Completed 200 OK in 8605ms (Views: 8602.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:18:43 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:18:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:43 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:18:43 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:19:14 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8363.4ms) Completed 500 Internal Server Error in 8370ms ActionView::Template::Error (undefined method `locale' for #): 17: <% debugger; puts "sdf" %> 18:
19: 20: <%= tl_form.text_field :locale %> 21:
22:
23: activerecord (4.0.1) lib/active_record/relation/delegation.rb:121:in `method_missing' activerecord (4.0.1) lib/active_record/relation/delegation.rb:68:in `method_missing' actionpack (4.0.1) lib/action_view/helpers/tags/base.rb:28:in `value' actionpack (4.0.1) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `block in render' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `fetch' actionpack (4.0.1) lib/action_view/helpers/tags/text_field.rb:9:in `render' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:771:in `text_field' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1262:in `text_field' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:20:in `block (2 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617278168' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:16:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617278168' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430__617278168' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:23:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__501706141__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__21592962__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (2.5ms) 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 (17.7ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:21:22 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (7270.4ms) Completed 200 OK in 7283ms (Views: 7279.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:21:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:21:30 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:21:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:21:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:21:30 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:25:33 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11797.9ms) Completed 200 OK in 11812ms (Views: 11809.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:25:45 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:25:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:25:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:25:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:25:45 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:29:14 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.4ms) 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.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (28.4ms) Completed 200 OK in 70ms (Views: 66.0ms | ActiveRecord: 1.9ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:29:15 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (14.3ms) Completed 200 OK in 31ms (Views: 27.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:29:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:31:13 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.4ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (18.1ms) Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:14 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:31:15 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.1ms) Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:31:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:31:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:31:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:34:59 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (18.6ms) Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:35:00 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Processing by HelloController#hello as HTML 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.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (40.5ms) Completed 200 OK in 63ms (Views: 60.0ms | ActiveRecord: 1.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:01 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:37:03 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Processing by HelloController#hello as HTML 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (20.8ms) Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 1.6ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:29 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.8ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:40:30 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 Rendered hello/hello.html.erb within layouts/application (18.3ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 1.4ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:16 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:41:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:41:21 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:41:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:41:22 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.7ms) Completed 200 OK in 37ms (Views: 19.4ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:43:07 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:45:43 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:45:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:45:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:45:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:45:44 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:45:44 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.8ms) Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:47:08 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.6ms) Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:48:41 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:56:56 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (16.8ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined local variable or method `tl_form' for #<#:0xb7238f4>): 16:
17:
18: 22:
/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:19:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430_96014280' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb__1069398430_96014280' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__501706141__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__21592962__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (38.4ms) 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 (2.7ms) 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 (54.0ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.8ms) Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:11 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.3ms) Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:57:45 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 20:58:28 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.4ms) Completed 200 OK in 24ms (Views: 21.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 20:58:29 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 20:58:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 20:58:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 20:58:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 20:58:29 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:04:48 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.9ms) Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:04:48 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:04:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:04:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:04:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:04:49 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:06:33 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.0ms) Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:06:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:06:34 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:06:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:06:34 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:06:34 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8.8ms) Completed 200 OK in 37ms (Views: 18.3ms | ActiveRecord: 1.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:09:50 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:10:04 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (7.7ms) Completed 200 OK in 462192ms (Views: 24.0ms | ActiveRecord: 1.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:17:46 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:17:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:17:46 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:17:46 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:17:46 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:17:50 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Completed 500 Internal Server Error in 19ms ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Array, but was a String): activerecord (4.0.1) lib/active_record/coders/yaml_column.rb:29:in `load' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:89:in `unserialize' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:80:in `unserialized_value' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:67:in `type_cast' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:101:in `block in read_attribute' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:84:in `fetch' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:84:in `read_attribute' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:59:in `__temp__96e647562707f6c6164796f6e637' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:20:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__501706141__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__21592962__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) 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 (2.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.8ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 Rendered hello/hello.html.erb within layouts/application (81.4ms) Completed 200 OK in 149ms (Views: 117.4ms | ActiveRecord: 5.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 Rendered hello/hello.html.erb within layouts/application (15.3ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 1.2ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 21:18:29 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:18:31 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Completed 500 Internal Server Error in 15ms ActiveRecord::SerializationTypeMismatch (Attribute was supposed to be a Array, but was a String): activerecord (4.0.1) lib/active_record/coders/yaml_column.rb:29:in `load' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:89:in `unserialize' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:80:in `unserialized_value' activerecord (4.0.1) lib/active_record/attribute_methods/serialization.rb:67:in `type_cast' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:101:in `block in read_attribute' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:84:in `fetch' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:84:in `read_attribute' activerecord (4.0.1) lib/active_record/attribute_methods/read.rb:59:in `__temp__96e647562707f6c6164796f6e637' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:20:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__659373049__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__453087884__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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 (2.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.3ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:19:03 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') SQL (165.5ms) DELETE FROM "i18nline_translations" Started GET "/" for 127.0.0.1 at 2013-11-18 21:21:18 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["value", nil]]  (143.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["value", nil]]  (169.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:18 UTC +00:00], ["value", nil]]  (134.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (147.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 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.2ms) 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.2ms) 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  (1.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (138.0ms) commit transaction 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (135.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (170.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (134.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (134.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:19 UTC +00:00], ["value", nil]]  (183.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["value", nil]]  (251.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["value", nil]]  (151.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["value", nil]]  (156.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["value", nil]]  (135.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:20 UTC +00:00], ["value", nil]]  (170.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (145.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (200.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (191.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (156.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (136.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 20:21:21 UTC +00:00], ["value", nil]]  (155.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["value", nil]]  (136.0ms) commit transaction 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  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["value", nil]]  (145.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 20:21:22 UTC +00:00], ["value", nil]]  (145.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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 (1.2ms) 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 (3950.1ms) Completed 200 OK in 4054ms (Views: 228.8ms | ActiveRecord: 3800.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 21:21:22 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (54.1ms) Completed 200 OK in 78ms (Views: 74.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 21:22:00 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.4ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:01 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:01 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:22:25 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (56.1ms) Completed 200 OK in 9796ms (Views: 74.1ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:35 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:22:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:22:35 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:26:00 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.2ms) Completed 200 OK in 39ms (Views: 20.7ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:26:01 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:26:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:26:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:26:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:26:01 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.4ms) Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:27:47 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:28:22 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___279004636__628035778 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:12: syntax error, unexpected ')', expecting => ...ss: "form-control", :disabled );@output_buffer.safe_append=' ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:51: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:58: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:60: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___279004636__628035778(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @tr_set.key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set, as: :tr_set, url: update_key_set_path, method: :patch, html: { class: 'form-horizontal', role: 'form' }) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations, class: "form-control", :disabled );@output_buffer.safe_append='
';@output_buffer.append= @tr_set.translations.each do |translation| @output_buffer.safe_append='
';@output_buffer.append= f.fields_for "translation[]", translation do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( translation.locale );@output_buffer.safe_append=' ';@output_buffer.append=( tl_form.text_field :value, class: "form-control" );@output_buffer.safe_append='
'; end @output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit" );@output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( link_to 'Show', @translation );@output_buffer.safe_append=' | ';@output_buffer.append=( link_to 'Back', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (6.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:12: syntax error, unexpected ')', expecting => ...ss: "form-control", :disabled );@output_buffer.safe_append=' ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:51: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:58: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:60: syntax error, unexpected keyword_end, expecting ')'): 9:
10: 11:
12: <%= f.text_field :interpolations, class: "form-control", :disabled %> 13:
14:
15:
actionpack (4.0.1) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.1) lib/action_view/template.rb:299:in `compile' actionpack (4.0.1) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.1) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.1) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.1) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:24:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) 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 (2.7ms) 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.5ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:29:06 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (41.5ms) Completed 200 OK in 96ms (Views: 90.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:29:07 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:29:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:29:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:29:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:29:07 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (12.0ms) Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:31:36 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:32:51 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:32:51 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:32:51 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:32:51 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:32:51 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:32:52 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:35:05 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:06 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:06 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:50 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.5ms) Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:35:52 +0100 Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.9ms) Completed 200 OK in 46ms (Views: 43.0ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:37:59 +0100 Started PATCH "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 21:38:38 +0100 ActionController::RoutingError (No route matches [PATCH] "/i18nline/update_key_set"): actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (20.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (88.5ms) Started GET "/i18nline/find_by_key?key=en.thanks" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 21:39:11 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 21:39:19 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"61"=>{"value"=>"0"}, "62"=>{"value"=>"0"}, "63"=>{"value"=>"0"}, "64"=>{"value"=>"0"}}}, "commit"=>"Submit"} Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template i18nline/translations/update_key_set, i18nline/application/update_key_set with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/ruben/projects/i18nline/test/dummy/app/views" * "/home/ruben/projects/i18nline/app/views" ): actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 21:40:36 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"61"=>{"value"=>"0"}, "62"=>{"value"=>"1"}, "63"=>{"value"=>"0"}, "64"=>{"value"=>"0"}}}, "commit"=>"Submit"} Completed 500 Internal Server Error in 1589212ms ActionView::MissingTemplate (Missing template i18nline/translations/update_key_set, i18nline/application/update_key_set with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/ruben/projects/i18nline/test/dummy/app/views" * "/home/ruben/projects/i18nline/app/views" ): actionpack (4.0.1) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.1) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:07:12 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"61"=>{"value"=>"0"}, "62"=>{"value"=>"1"}, "63"=>{"value"=>"0"}, "64"=>{"value"=>"0"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "61"]] Completed 500 Internal Server Error in 22ms NameError (undefined local variable or method `db_translation' for #): /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:49:in `block in update_key_set' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:41:in `each' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:41:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) 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 (2.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.6ms) Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:08:07 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"61"=>{"value"=>"0"}, "62"=>{"value"=>"1"}, "63"=>{"value"=>"0"}, "64"=>{"value"=>"0"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "61"]]  (0.2ms) begin transaction SQL (0.6ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 61 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:08:08 UTC +00:00], ["interpolations", "---\n- :name\n"]]  (184.9ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "62"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 62 [["value", "--- '1'\n"], ["updated_at", Mon, 18 Nov 2013 21:08:08 UTC +00:00], ["interpolations", "---\n- :name\n"]]  (144.0ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "63"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 63 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:08:08 UTC +00:00], ["interpolations", "---\n- :name\n"]]  (177.7ms) commit transaction I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "64"]]  (0.2ms) begin transaction SQL (0.9ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 64 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:08:08 UTC +00:00], ["interpolations", "---\n- :name\n"]]  (142.7ms) commit transaction Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (1.3ms) Completed 500 Internal Server Error in 699ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 12: 13: 14: 15: <% @translations.each do |translation| %> 16: <% tr_color = translation.value.nil? ? "danger" : "" %> 17: 18: <%= translation.locale %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:15:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__927183067__621478738' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:54:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (2.7ms) 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-18 22:09:26 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.1ms) 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 (83.7ms) Completed 200 OK in 94ms (Views: 82.6ms | ActiveRecord: 10.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:09:27 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.1ms) Completed 200 OK in 85ms (Views: 64.2ms | ActiveRecord: 1.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:09:33 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:10:04 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"0"}, "78"=>{"value"=>"0"}, "79"=>{"value"=>"0"}, "80"=>{"value"=>"0"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 77 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:10:04 UTC +00:00], ["interpolations", "--- []\n"]]  (338.4ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "78"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 78 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:10:05 UTC +00:00], ["interpolations", "--- []\n"]]  (166.1ms) commit transaction I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "79"]]  (0.3ms) begin transaction SQL (0.8ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 79 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:10:05 UTC +00:00], ["interpolations", "--- []\n"]]  (161.8ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "80"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 80 [["value", "--- '0'\n"], ["updated_at", Mon, 18 Nov 2013 21:10:05 UTC +00:00], ["interpolations", "--- []\n"]]  (155.3ms) commit transaction Redirected to Completed 500 Internal Server Error in 904ms NoMethodError (undefined method `index_url' for #): actionpack (4.0.1) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.1) lib/action_dispatch/routing/url_for.rb:159:in `url_for' actionpack (4.0.1) lib/action_controller/metal/redirecting.rb:100:in `_compute_redirect_to_location' actionpack (4.0.1) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (4.0.1) lib/action_controller/metal/flash.rb:40:in `redirect_to' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:54:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__189812462__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__564134220__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) 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 (2.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.7ms) Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.7ms) Completed 200 OK in 69ms (Views: 50.9ms | ActiveRecord: 1.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:10:52 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (18.6ms) Completed 200 OK in 36ms (Views: 28.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:07 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:11:29 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"1"}, "78"=>{"value"=>"0"}, "79"=>{"value"=>"1"}, "80"=>{"value"=>"0"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 77 [["value", "--- '1'\n"], ["updated_at", Mon, 18 Nov 2013 21:11:29 UTC +00:00], ["interpolations", "--- []\n"]]  (215.9ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "78"]] I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "79"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 79 [["value", "--- '1'\n"], ["updated_at", Mon, 18 Nov 2013 21:11:29 UTC +00:00], ["interpolations", "--- []\n"]]  (165.8ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "80"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 400ms (ActiveRecord: 383.8ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 22:11:29 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (23.8ms) Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:30 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:30 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:30 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:30 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:30 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.4ms) 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.4ms) 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.3ms) 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.3ms) 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" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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.3ms) 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 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 CACHE (0.1ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (67.8ms) Completed 200 OK in 79ms (Views: 68.5ms | ActiveRecord: 8.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:38 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:11:40 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.4ms) 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.3ms) 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.3ms) 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.3ms) 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.1ms) 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.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.6ms) 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.1ms) 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 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 CACHE (0.0ms) 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 CACHE (0.1ms) 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 CACHE (0.0ms) 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 (51.1ms) Completed 200 OK in 62ms (Views: 54.7ms | ActiveRecord: 5.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:41 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:11:45 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (27.4ms) Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:46 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:46 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:46 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:46 +0100 Started GET "/i18nline/translations/77/edit" for 127.0.0.1 at 2013-11-18 22:11:54 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (6.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (9.7ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:11:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:11:54 +0100 Started PATCH "/i18nline/translations/77" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"translated", "value"=>"1", "make_nil"=>"1", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (0.4ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 77 [["value", nil], ["updated_at", Mon, 18 Nov 2013 21:12:00 UTC +00:00], ["interpolations", "--- []\n"]]  (257.0ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/77 Completed 302 Found in 267ms (ActiveRecord: 257.8ms) Started GET "/i18nline/translations/77" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.7ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:00 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.3ms) 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.3ms) 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.2ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.3ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.1ms) 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.1ms) 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 (86.4ms) Completed 200 OK in 97ms (Views: 85.8ms | ActiveRecord: 10.2ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:03 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.0ms) Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:12:06 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:12:50 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"0"}, "78"=>{"value"=>"1"}, "79"=>{"value"=>"1"}, "80"=>{"value"=>"0"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Started GET "/" for 127.0.0.1 at 2013-11-18 22:13:42 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.3ms) 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.1ms) 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 CACHE (0.0ms) 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 (71.0ms) Completed 200 OK in 172ms (Views: 136.4ms | ActiveRecord: 9.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:43 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:13:46 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (16.0ms) Completed 200 OK in 97ms (Views: 75.4ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:13:47 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:13:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:13:47 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:14:04 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"0"}, "78"=>{"value"=>"0"}, "79"=>{"value"=>"1"}, "80"=>{"value"=>"1"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Started GET "/" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Processing by HelloController#hello as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (67.3ms) Completed 200 OK in 166ms (Views: 131.3ms | ActiveRecord: 9.3ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:06 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:07 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (16.5ms) Completed 200 OK in 93ms (Views: 78.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:08 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:15:21 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"", "make_nil"=>"0"}, "78"=>{"value"=>"aaaaaaaaaaaaaaaaaaaaaaaa", "make_nil"=>"0"}, "79"=>{"value"=>"1", "make_nil"=>"1"}, "80"=>{"value"=>"0", "make_nil"=>"1"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]]  (0.5ms) begin transaction SQL (6.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 77 [["value", "--- ''\n"], ["updated_at", Mon, 18 Nov 2013 21:15:34 UTC +00:00], ["interpolations", "--- []\n"]]  (155.9ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "78"]]  (0.5ms) begin transaction SQL (0.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 78 [["value", "--- aaaaaaaaaaaaaaaaaaaaaaaa\n...\n"], ["updated_at", Mon, 18 Nov 2013 21:15:45 UTC +00:00], ["interpolations", "--- []\n"]]  (171.7ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "79"]]  (0.4ms) begin transaction SQL (1.2ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 79 [["value", nil], ["updated_at", Mon, 18 Nov 2013 21:15:47 UTC +00:00], ["interpolations", "--- []\n"]]  (175.8ms) commit transaction I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "80"]]  (0.6ms) begin transaction SQL (1.2ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 80 [["value", nil], ["updated_at", Mon, 18 Nov 2013 21:15:48 UTC +00:00], ["interpolations", "--- []\n"]]  (165.6ms) commit transaction Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 26560ms (ActiveRecord: 681.3ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (25.1ms) Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:15:48 +0100 Started GET "/i18nline/translations/77/edit" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (8.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (53.5ms) Completed 200 OK in 66ms (Views: 63.8ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:16:23 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:17:30 +0100 Processing by HelloController#hello as HTML  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.2ms) 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.3ms) 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.2ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (66.6ms) Completed 200 OK in 78ms (Views: 67.5ms | ActiveRecord: 9.0ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:31 +0100 Started GET "/i18nline/translations/77" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.8ms) Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:37 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (23.9ms) Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:38 +0100 Started GET "/i18nline/translations/77/edit" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (4.6ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (7.1ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:17:58 +0100 Started PATCH "/i18nline/translations/77" for 127.0.0.1 at 2013-11-18 22:20:51 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"en", "key"=>"translated", "value"=>"", "make_nil"=>"1", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"77"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.2ms) begin transaction SQL (0.6ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 77 [["value", nil], ["updated_at", Mon, 18 Nov 2013 21:20:51 UTC +00:00], ["interpolations", "--- []\n"]]  (152.0ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/77 Completed 302 Found in 222ms (ActiveRecord: 153.9ms) Started GET "/i18nline/translations/77" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"77"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.0ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:52 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:20:56 +0100 Processing by HelloController#hello as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.3ms) 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.3ms) 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.2ms) 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' 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.3ms) 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.3ms) 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.3ms) 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.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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (84.4ms) Completed 200 OK in 96ms (Views: 83.8ms | ActiveRecord: 10.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:57 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.9ms) Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:20:58 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-18 22:21:08 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"77"=>{"value"=>"", "make_nil"=>"1"}, "78"=>{"value"=>"aaaaaaaaaaaaaaaaaaaaaaaa", "make_nil"=>"0"}, "79"=>{"value"=>"", "make_nil"=>"1"}, "80"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Submit"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "77"]] I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "78"]] I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "79"]] I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? LIMIT 1 [["id", "80"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 33407ms (ActiveRecord: 1.9ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (24.1ms) Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:21:42 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.9ms) Completed 200 OK in 42ms (Views: 20.4ms | ActiveRecord: 1.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:22:27 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.7ms) Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:26 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 24ms (Views: 20.2ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:25:54 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.5ms) Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:28:21 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:29:07 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:29:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:29:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:29:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:29:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:29:08 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (0.4ms) DROP TABLE "i18nline_translations" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20131112155848'  (164.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateI18nlineTranslations (20131112155848)  (0.1ms) begin transaction  (19.2ms) CREATE TABLE "i18nline_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)   (0.3ms) CREATE UNIQUE INDEX "index_i18nline_translations_on_locale_and_key" ON "i18nline_translations" ("locale", "key") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131112155848"]]  (175.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:31:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:22 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:31:27 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.1ms) begin transaction SQL (0.9ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (168.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (166.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (143.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "---\n- :fruit\n"], ["key", "interpolate.from.yml"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (141.7ms) commit transaction 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (140.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (154.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:31:28 UTC +00:00], ["value", nil]]  (144.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "this.yaml.tell_me"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (143.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (142.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (143.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (144.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (153.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:31:29 UTC +00:00], ["value", nil]]  (152.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (178.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (154.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "translated"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (154.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (155.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (155.5ms) commit transaction 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:31:30 UTC +00:00], ["value", nil]]  (154.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:31:31 UTC +00:00], ["interpolations", "--- []\n"], ["key", "not.translated.key.with.dots"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:31:31 UTC +00:00], ["value", nil]]  (154.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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 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 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.4ms) 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.3ms) 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.1ms) 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 (3204.7ms) Completed 200 OK in 3216ms (Views: 146.4ms | ActiveRecord: 3068.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:31 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.5ms) Completed 200 OK in 36ms (Views: 20.9ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:31:41 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.3ms) Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:33:10 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:35:33 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.9ms) Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:35:34 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:35:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:35:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:35:34 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:35:34 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.1ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:36:52 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.1ms) Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:38:04 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:39:00 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8.0ms) Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:01 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:01 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:18 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8.7ms) Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:21 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:39:49 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (9.1ms) Completed 200 OK in 62ms (Views: 58.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:50 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:39:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:39:50 +0100 Started GET "/i18nline/find_by_key?key=en.translated" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"en.translated"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'translated') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (8.2ms) Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:16 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:40:39 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.4ms) 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.3ms) 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.3ms) 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.1ms) 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.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (63.6ms) Completed 200 OK in 74ms (Views: 66.7ms | ActiveRecord: 6.4ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:40 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (20.3ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:40:52 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:54:55 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (95.5ms) Completed 500 Internal Server Error in 102ms ActionView::Template::Error (undefined method `paginate' for #<#:0xb5a72f28>): 25: 26: 27: 28: <%= paginate @translations %> 29:
30: 31: <%= link_to 'New Translation', new_translation_path %> /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:28:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb___480524553__623670138' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__812133719__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__130015996__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (2.5ms) 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.5ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:55:48 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 22:55:48 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:55:48 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:55:48 UTC +00:00], ["value", nil]]  (164.8ms) commit transaction 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  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:55:48 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:55:48 UTC +00:00], ["value", nil]]  (166.0ms) commit transaction 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  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:55:49 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:55:49 UTC +00:00], ["value", nil]]  (157.8ms) commit transaction 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:55:49 UTC +00:00], ["interpolations", "---\n- :name\n"], ["key", "thanks"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:55:49 UTC +00:00], ["value", nil]]  (145.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 (1.3ms) 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.2ms) 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.2ms) 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" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (743.2ms) Completed 200 OK in 847ms (Views: 168.9ms | ActiveRecord: 652.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:49 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 22:55:51 +0100 Processing by HelloController#hello as HTML 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 (1.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.2ms) 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.4ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 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.2ms) 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.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (58.0ms) Completed 200 OK in 67ms (Views: 58.4ms | ActiveRecord: 7.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 22:55:52 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:55:59 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (27.6ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (undefined method `current_page' for #): 25: 26: 27: 28: <%= paginate @translations %> 29:
30: 31: <%= link_to 'New Translation', new_translation_path %> activerecord (4.0.1) lib/active_record/relation/delegation.rb:121:in `method_missing' activerecord (4.0.1) lib/active_record/relation/delegation.rb:68:in `method_missing' kaminari (0.14.1) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:28:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__237341859__622077788' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__882221716__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__934739419__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (15.9ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (65.4ms) Completed 200 OK in 90ms (Views: 85.8ms | ActiveRecord: 1.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:58:11 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-18 22:59:42 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:42 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.next"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:59:42 UTC +00:00], ["value", nil]]  (161.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.next"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (134.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.next"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (157.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.next"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (169.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.last"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (140.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.last"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (136.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.last"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:59:43 UTC +00:00], ["value", nil]]  (145.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:44 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.last"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:59:44 UTC +00:00], ["value", nil]]  (147.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (1252.2ms) Completed 200 OK in 1264ms (Views: 60.6ms | ActiveRecord: 1200.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:44 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:44 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-18 22:59:52 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 20  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.first"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["value", nil]]  (157.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.first"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["value", nil]]  (146.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.first"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["value", nil]]  (164.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.first"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:59:52 UTC +00:00], ["value", nil]]  (326.6ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.previous"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["value", nil]]  (142.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.previous"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["value", nil]]  (136.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.previous"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["value", nil]]  (145.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["interpolations", "--- []\n"], ["key", "views.pagination.previous"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 21:59:53 UTC +00:00], ["value", nil]]  (135.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (1418.3ms) Completed 200 OK in 1428ms (Views: 64.9ms | ActiveRecord: 1362.1ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:53 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:53 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 10  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.9ms) Completed 200 OK in 46ms (Views: 41.7ms | ActiveRecord: 3.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:56 +0100 Started GET "/i18nline/translations?page=4" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"4"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 30  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (26.2ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 2.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 22:59:58 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-18 22:59:59 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 20  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (37.7ms) Completed 200 OK in 88ms (Views: 83.1ms | ActiveRecord: 3.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:00:00 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (26.2ms) Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 2.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:01 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:01 +0100 Started GET "/i18nline/translations?page=4" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"4"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 30  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (26.5ms) Completed 200 OK in 37ms (Views: 33.0ms | ActiveRecord: 2.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:02 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 20  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (47.4ms) Completed 200 OK in 58ms (Views: 52.4ms | ActiveRecord: 4.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:03 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-18 23:00:36 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 10 OFFSET 20  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (38.7ms) Completed 200 OK in 49ms (Views: 43.9ms | ActiveRecord: 3.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:36 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:00:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:00:37 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 25 OFFSET 50  (0.1ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (31.8ms) Completed 200 OK in 44ms (Views: 36.6ms | ActiveRecord: 4.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:07 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.6ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 2.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:10 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 23:01:13 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from index at /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:39) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (24.7ms) Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 2.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:13 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:14 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:01:14 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:01:14 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 23:02:58 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.8ms) Completed 200 OK in 49ms (Views: 42.6ms | ActiveRecord: 3.5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:02:59 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:02:59 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:02:59 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:02:59 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:02:59 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:17:18 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-18 23:17:18 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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.2ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (107.7ms) Completed 200 OK in 176ms (Views: 140.4ms | ActiveRecord: 10.4ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:19 +0100 Started GET "/" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.4ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 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.3ms) 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.2ms) 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.2ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (42.0ms) Completed 200 OK in 51ms (Views: 43.9ms | ActiveRecord: 6.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:21 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 23:17:23 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') 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 ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') 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 ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (54.8ms) Completed 200 OK in 144ms (Views: 136.6ms | ActiveRecord: 3.8ms) Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} I18nline::Translation Load (1.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (34.3ms) Completed 200 OK in 45ms (Views: 39.7ms | ActiveRecord: 4.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:24 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (43.5ms) Completed 200 OK in 54ms (Views: 49.0ms | ActiveRecord: 4.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:17:28 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.9ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0 I18nline::Translation Load (0.7ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (44.1ms) Completed 200 OK in 56ms (Views: 49.0ms | ActiveRecord: 4.0ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:07 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} I18nline::Translation Load (0.7ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 25 I18nline::Translation Load (0.7ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (29.6ms) Completed 200 OK in 40ms (Views: 35.3ms | ActiveRecord: 3.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:12 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:20:15 +0100 Processing by I18nline::TranslationsController#index as HTML I18nline::Translation Load (0.8ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0 I18nline::Translation Load (0.7ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (32.5ms) Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 3.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:20:16 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:20:16 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:24:27 +0100 Processing by I18nline::TranslationsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.attributes.i18nline_translation.value"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["value", nil]]  (160.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.attributes.i18nline_translation.value"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["value", nil]]  (156.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.attributes.i18nline_translation.value"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["value", nil]]  (157.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.attributes.i18nline_translation.value"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["value", nil]]  (156.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["interpolations", "--- []\n"], ["key", "activerecord.attributes.i18nline_translation.value"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:27 UTC +00:00], ["value", nil]]  (168.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "activerecord.attributes.i18nline_translation.value"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (156.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "activerecord.attributes.i18nline_translation.value"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (158.7ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", "activerecord.attributes.i18nline_translation.value"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (134.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('activerecord.attributes.i18nline_translation.value') OR "key" LIKE 'activerecord.attributes.i18nline_translation.value.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", ".attributes.value"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (156.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", ".attributes.value"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (134.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["interpolations", "--- []\n"], ["key", ".attributes.value"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:28 UTC +00:00], ["value", nil]]  (135.2ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", ".attributes.value"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (155.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('.attributes.value') OR "key" LIKE '.attributes.value.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value') OR "key" LIKE 'ransack.attributes.i18nline_translation.value.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.or"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (151.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.or"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (158.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.or"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (135.1ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.or"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (147.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.or') OR "key" LIKE 'ransack.or.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.predicates.cont"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (133.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.predicates.cont"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:29 UTC +00:00], ["value", nil]]  (145.5ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.predicates.cont"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (158.8ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') LIMIT 1  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "ransack.predicates.cont"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (145.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.predicates.cont') OR "key" LIKE 'ransack.predicates.cont.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value_cont') OR "key" LIKE 'ransack.attributes.i18nline_translation.value_cont.%') I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('ransack.attributes.i18nline_translation.value_cont') OR "key" LIKE 'ransack.attributes.i18nline_translation.value_cont.%') 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 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "i18n.plural.keys"], ["locale", "en"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (143.9ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "i18n.plural.keys"], ["locale", "es"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (202.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "i18n.plural.keys"], ["locale", "it"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (136.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["interpolations", "--- []\n"], ["key", "i18n.plural.keys"], ["locale", "pt"], ["updated_at", Mon, 18 Nov 2013 22:24:30 UTC +00:00], ["value", nil]]  (146.5ms) commit transaction 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (3794.9ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (3797.4ms) Completed 500 Internal Server Error in 3805ms ActionView::Template::Error (undefined method `map' for "translation missing: en.i18n.plural.keys":String): 1: <%= search_form_for @q do |f| %> 2: <%= f.label :value_cont %> 3: <%= f.text_field :value_cont %> 4: <%= f.label :key_cont %> 5: <%= f.text_field :key_cont %> /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:55:in `store_if_not_exists' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:46:in `block in store_default_translations' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:45:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:45:in `store_default_translations' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:69:in `ensure in translate' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/bundler/gems/i18n-active_record-6defccfde601/lib/i18n/backend/active_record/missing.rb:69:in `translate' i18n (0.6.5) lib/i18n/backend/chain.rb:48:in `block (2 levels) in translate' i18n (0.6.5) lib/i18n/backend/chain.rb:46:in `catch' i18n (0.6.5) lib/i18n/backend/chain.rb:46:in `block in translate' i18n (0.6.5) lib/i18n/backend/chain.rb:45:in `each' i18n (0.6.5) lib/i18n/backend/chain.rb:45:in `translate' i18n (0.6.5) lib/i18n.rb:156:in `block in translate' i18n (0.6.5) lib/i18n.rb:152:in `catch' i18n (0.6.5) lib/i18n.rb:152:in `translate' ransack (1.1.0) lib/ransack/translate.rb:45:in `attribute' ransack (1.1.0) lib/ransack/nodes/grouping.rb:24:in `translate' ransack (1.1.0) lib/ransack/search.rb:12:in `translate' ransack (1.1.0) lib/ransack/helpers/form_builder.rb:10:in `label' /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:2:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations__search_form_html_erb___880944300_100857320' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' ransack (1.1.0) lib/ransack/helpers/form_helper.rb:24:in `search_form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:1:in `__home_ruben_projects_i__nline_app_views_i__nline_translations__search_form_html_erb___880944300_100857320' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__933230272_100795960' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__169252971__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__181583846__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (15.7ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Processing by I18nline::TranslationsController#index as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.5ms) I18nline::Translation Load (1.0ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0 I18nline::Translation Load (1.0ms) SELECT DISTINCT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (47.8ms) Completed 200 OK in 58ms (Views: 52.9ms | ActiveRecord: 3.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:33:16 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Processing by I18nline::TranslationsController#index as HTML Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%%') AND (value like '%%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%%') AND (value like '%%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.0ms) Completed 200 OK in 62ms (Views: 57.6ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:38:52 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.7ms) I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (44.6ms) Completed 200 OK in 57ms (Views: 50.6ms | ActiveRecord: 3.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:39:43 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (2.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.6ms) Completed 200 OK in 48ms (Views: 41.6ms | ActiveRecord: 4.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:25 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=ransack" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"ransack"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%ransack%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%ransack%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.7ms) Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:40:33 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=ransack" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"ransack"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.6ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%ransack%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%ransack%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.5ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:41:35 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=ransack" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"ransack"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%ransack%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%ransack%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.6ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:43:06 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.2ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:12 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.3ms) Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:17 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.9ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') AND (value like '%%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.5ms) Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:44:18 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.1ms) Completed 200 OK in 21ms (Views: 16.8ms | ActiveRecord: 1.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:16 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.8ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.9ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:17 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (0.9ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.4ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:45:18 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=pt&search_value=" for 127.0.0.1 at 2013-11-18 23:45:36 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"pt", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:35) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%pt%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%pt%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.3ms) Completed 200 OK in 32295ms (Views: 30.2ms | ActiveRecord: 1.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:46:08 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:46:08 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:08 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:08 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:08 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=es&search_value=" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"es", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%es%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%es%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (39.2ms) Completed 200 OK in 56ms (Views: 49.4ms | ActiveRecord: 1.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:46:45 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.7ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:47:00 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.6ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = NULL) ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = NULL) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.0ms) Completed 200 OK in 32ms (Views: 25.3ms | ActiveRecord: 1.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:22 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=pt" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"pt"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.8ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'pt') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'pt') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (66.8ms) Completed 200 OK in 81ms (Views: 78.1ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:37 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.8ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.7ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:53:43 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-18 23:54:47 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.9ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.9ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:54:48 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:54:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:48 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.9ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.2ms) Completed 200 OK in 29ms (Views: 26.4ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:54:54 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.8ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.2ms) Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:55:58 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.2ms) Completed 200 OK in 80ms (Views: 74.6ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:01 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.7ms) Completed 200 OK in 30ms (Views: 26.7ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:04 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (locale = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (13.1ms) Completed 200 OK in 30ms (Views: 25.0ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:56:12 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-18 23:56:41 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.9ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (30.1ms) Completed 200 OK in 20820ms (Views: 45.1ms | ActiveRecord: 1.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:57:02 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:57:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:57:02 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:57:02 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:57:02 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-18 23:59:29 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (3.2ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (17.6ms) Completed 200 OK in 4240ms (Views: 32.5ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-18 23:59:34 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-18 23:59:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-18 23:59:34 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-18 23:59:34 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-18 23:59:34 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 00:00:40 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:38) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:22) Completed 500 Internal Server Error in 5ms ArgumentError (wrong number of arguments (1 for 0)): /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:10:in `not_translated' activerecord (4.0.1) lib/active_record/relation/delegation.rb:60:in `block in method_missing' activerecord (4.0.1) lib/active_record/relation.rb:270:in `scoping' activerecord (4.0.1) lib/active_record/relation/delegation.rb:60:in `method_missing' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:42:in `index' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__169252971__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__181583846__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) 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 (2.5ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.5ms) Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 00:03:00 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.9ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (29.2ms) Completed 200 OK in 46ms (Views: 39.5ms | ActiveRecord: 1.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:03:01 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:03:01 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:03:01 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:03:01 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:03:01 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_not_translated=false" for 127.0.0.1 at 2013-11-19 00:03:18 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_not_translated"=>"false"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is nil) ORDER BY created_at desc LIMIT 25 OFFSET 0 SQLite3::SQLException: no such column: nil: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is nil) ORDER BY created_at desc LIMIT 25 OFFSET 0 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.6ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (SQLite3::SQLException: no such column: nil: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is nil) ORDER BY created_at desc LIMIT 25 OFFSET 0): 14: 15: 16: 17: <% @translations.each do |translation| %> 18: <% tr_color = translation.value.nil? ? "danger" : "" %> 19: 20: <%= translation.locale %> sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.8) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:299:in `block in exec_query' activerecord (4.0.1) lib/active_record/connection_adapters/abstract_adapter.rb:435:in `block in log' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.0.1) lib/active_record/connection_adapters/abstract_adapter.rb:430:in `log' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.1) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/database_statements.rb:24:in `select_all' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.1) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.1) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.1) lib/active_record/relation.rb:471:in `load' activerecord (4.0.1) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.1) lib/active_record/relation.rb:598:in `exec_queries' activerecord (4.0.1) lib/active_record/relation.rb:471:in `load' activerecord (4.0.1) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.1) lib/active_record/relation/delegation.rb:12:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:17:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__933230272_100795960' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__169252971__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__181583846__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) 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 (2.7ms) 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.0ms) Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_not_translated=false" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_not_translated"=>"false"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (29.9ms) Completed 200 OK in 47ms (Views: 40.2ms | ActiveRecord: 1.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:04:37 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_not_translated=false" for 127.0.0.1 at 2013-11-19 00:05:52 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_not_translated"=>"false"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (3.2ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (17.2ms) Completed 200 OK in 31ms (Views: 27.9ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:05:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:05:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:05:53 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:05:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:05:53 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_not_translated=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_not_translated"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (19.0ms) Completed 200 OK in 34ms (Views: 31.4ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:00 +0100 Started GET "/i18nline/translations/6/edit" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (12.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (16.2ms) Completed 200 OK in 69ms (Views: 66.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:09 +0100 Started PATCH "/i18nline/translations/6" for 127.0.0.1 at 2013-11-19 00:06:18 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"es", "key"=>"this.yaml.tell_me", "value"=>"esto tiene valor", "make_nil"=>"0", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "6"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.2ms) begin transaction SQL (0.9ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 6 [["value", "--- esto tiene valor\n...\n"], ["updated_at", Mon, 18 Nov 2013 23:06:18 UTC +00:00], ["interpolations", "--- []\n"]]  (312.6ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/6 Completed 302 Found in 326ms (ActiveRecord: 313.9ms) Started GET "/i18nline/translations/6" for 127.0.0.1 at 2013-11-19 00:06:18 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"6"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "6"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.9ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:19 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:19 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:19 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 00:06:20 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:34) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (70.5ms) Completed 200 OK in 85ms (Views: 77.1ms | ActiveRecord: 5.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:21 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:21 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_not_translated=1" for 127.0.0.1 at 2013-11-19 00:06:30 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_not_translated"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value is null) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.4ms) Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:31 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:31 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:42) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:26) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (17.0ms) Completed 200 OK in 70ms (Views: 66.5ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:06:36 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (3.1ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (30.6ms) Completed 200 OK in 48ms (Views: 41.1ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:05 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.5ms) Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:18 +0100 Started GET "/i18nline/translations/7/edit" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"7"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (5.2ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (8.2ms) Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:25 +0100 Started PATCH "/i18nline/translations/7" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"it", "key"=>"this.yaml.tell_me", "value"=>"", "make_nil"=>"0", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"7"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (0.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 7 [["value", "--- ''\n"], ["updated_at", Mon, 18 Nov 2013 23:08:29 UTC +00:00], ["interpolations", "--- []\n"]]  (214.1ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/7 Completed 302 Found in 226ms (ActiveRecord: 215.0ms) Started GET "/i18nline/translations/7" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"7"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (2.1ms) Completed 200 OK in 55ms (Views: 52.9ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:29 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:38) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (71.4ms) Completed 200 OK in 86ms (Views: 77.9ms | ActiveRecord: 5.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:31 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.4ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (17.7ms) Completed 200 OK in 34ms (Views: 29.0ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:08:37 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.2ms) Completed 200 OK in 32ms (Views: 24.7ms | ActiveRecord: 1.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:20 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 00:09:22 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:46) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:30) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (3.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (52.2ms) Completed 200 OK in 67ms (Views: 60.6ms | ActiveRecord: 3.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 00:09:23 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 00:09:23 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:23 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:23 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 00:09:23 +0100 I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is blank) ORDER BY created_at desc SQLite3::SQLException: no such column: blank: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is blank) ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '') ORDER BY created_at desc I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is empty) ORDER BY created_at desc SQLite3::SQLException: no such column: empty: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is empty) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is empty()) ORDER BY created_at desc SQLite3::SQLException: no such function: empty: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is empty()) ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."key" = 'yaml' ORDER BY created_at desc I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') ORDER BY created_at desc I18nline::Translation Load (5.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", 7]] I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", 7]] I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value == "") ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = "") ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is "") ORDER BY created_at desc I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = ´´) ORDER BY created_at desc I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '_') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '% ') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%_') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '_') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%_') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '_') ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT ascci(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc SQLite3::SQLException: no such function: ascci: SELECT ascci(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT bin(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc SQLite3::SQLException: no such function: bin: SELECT bin(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT char_length(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc SQLite3::SQLException: no such function: char_length: SELECT char_length(value) FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT char_length('value') FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc SQLite3::SQLException: no such function: char_length: SELECT char_length('value') FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (char_length(value) > 0) ORDER BY created_at desc SQLite3::SQLException: no such function: char_length: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (char_length(value) > 0) ORDER BY created_at desc I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (len(value) > 0) ORDER BY created_at desc SQLite3::SQLException: no such function: len: SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (len(value) > 0) ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (length(value) > 0) ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (length(value) = 0) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT length('value') FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT length('value') FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') as mira FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') as mira, value FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') as mira, value FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') as mira, value FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') > 0, value FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT length('value') > 0 as ole, value FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT value != null as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT value = null as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT value == null as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value == null) as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (1 = 2) as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (trim(value)) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (trim(value)) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (trim(value)) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (length(trim(value))) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (trim(value) is null) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (trim(value) = ) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 SQLite3::SQLException: near ")": syntax error: SELECT (value is null) as v, (trim(value) = ) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value > ') ORDER BY created_at desc SQLite3::SQLException: unrecognized token: "') ORDER BY created_at desc": SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value > ') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '% ') ORDER BY created_at desc I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value > '') ORDER BY created_at desc I18nline::Translation Load (0.5ms) SELECT (value is null) as v, (unicode(value)) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 SQLite3::SQLException: no such function: unicode: SELECT (value is null) as v, (unicode(value)) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value is null) as v, unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 SQLite3::SQLException: no such function: unicode: SELECT (value is null) as v, unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 SQLite3::SQLException: no such function: unicode: SELECT unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 SQLite3::SQLException: no such function: unicode: SELECT unicode(value) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.6ms) SELECT (value & 0) as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.8ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (id = 8) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (id = 7) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (0.5ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (id is not null) ORDER BY created_at desc LIMIT 1 I18nline::Translation Load (1.3ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (id is not null) ORDER BY created_at desc I18nline::Translation Load (0.6ms) SELECT (value + 'aa') as m FROM "i18nline_translations" WHERE (value is not null) ORDER BY created_at desc I18nline::Translation Load (0.3ms) SELECT coalesce(value, 'aa') as m FROM "i18nline_translations" WHERE (value is not null) ORDER BY created_at desc  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value is not null) I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is not null and coalesce(value, 'aa') > '') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is not null and coalesce(value, 'aa') != '') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value is not null and (value || 'aa') != 'aa') ORDER BY created_at desc I18nline::Translation Load (0.6ms) SELECT (value || 'aa') as m FROM "i18nline_translations" WHERE (value is not null) ORDER BY created_at desc I18nline::Translation Load (0.6ms) SELECT (value || 'aa') as m FROM "i18nline_translations" WHERE (value is not null) ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '--- ''') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '--- '' ') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '--- '' ') ORDER BY created_at desc I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '--- ''') ORDER BY created_at desc I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '--- '''' ') ORDER BY created_at desc Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:03:02 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:15) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (14.2ms) Completed 200 OK in 32ms (Views: 24.6ms | ActiveRecord: 1.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:03 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:03 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:03 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:03 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:03:06 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:15) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%yaml%') AND (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.2ms) Completed 200 OK in 27ms (Views: 23.0ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:07 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=yaml&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"yaml", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Processing by HelloController#login as HTML  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') 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 ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('interpolate.from.yml') OR "key" LIKE 'interpolate.from.yml.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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.2ms) 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" = 'en' 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" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') 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 ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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 ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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 ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('not.translated.key.with.dots') OR "key" LIKE 'not.translated.key.with.dots.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (75.6ms) Completed 200 OK in 179ms (Views: 143.1ms | ActiveRecord: 10.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:26 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:27 +0100 Started GET "/login" for 127.0.0.1 at 2013-11-19 01:03:30 +0100 Processing by HelloController#login as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 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.3ms) 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.2ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('this.yaml.tell_me') OR "key" LIKE 'this.yaml.tell_me.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (52.8ms) Completed 200 OK in 61ms (Views: 54.0ms | ActiveRecord: 6.0ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:31 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 01:03:36 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:15) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.9ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (96.7ms) Completed 200 OK in 125ms (Views: 115.4ms | ActiveRecord: 4.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:37 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:15) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (49.7ms) Completed 200 OK in 68ms (Views: 58.7ms | ActiveRecord: 3.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:38 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:15) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (7.8ms) Completed 200 OK in 57ms (Views: 16.4ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:03:44 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:04:21 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:40) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:48) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:32) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:16) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value = '') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value = '') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.4ms) Completed 200 OK in 25ms (Views: 18.3ms | ActiveRecord: 1.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:04:22 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:04:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:04:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:04:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:04:22 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '--- '''' ') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value like '--- '''' ') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (18.9ms) Completed 200 OK in 32ms (Views: 26.7ms | ActiveRecord: 1.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:09 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=it&search_blank_value=1" for 127.0.0.1 at 2013-11-19 01:06:26 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"it", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (locale = 'it') AND (value like '--- '''' ') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (locale = 'it') AND (value like '--- '''' ') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.8ms) Completed 200 OK in 60ms (Views: 57.1ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:27 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:27 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:27 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (15.3ms) Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:28 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=ran&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 01:06:34 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"ran", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%ran%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%ran%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.9ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:34 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:34 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:35 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=ran&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-19 01:06:39 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"ran", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%ran%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%ran%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.1ms) Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:40 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:40 +0100 Started GET "/i18nline/translations/14/edit" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"14"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "14"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (10.8ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (13.5ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:06:57 +0100 Started PATCH "/i18nline/translations/14" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TP+eThGiAfutc7UmF5scV79GwcV480UORQKuLdEKgAk=", "translation"=>{"locale"=>"es", "key"=>"translated", "value"=>"este es mi valor", "make_nil"=>"0", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"14"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "14"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (3.1ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 14 [["value", "--- este es mi valor\n...\n"], ["updated_at", Tue, 19 Nov 2013 00:07:04 UTC +00:00], ["interpolations", "--- []\n"]]  (164.8ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/14 Completed 302 Found in 176ms (ActiveRecord: 168.2ms) Started GET "/i18nline/translations/14" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"14"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "14"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.8ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:04 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 01:07:05 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (38.5ms) Completed 200 OK in 49ms (Views: 43.0ms | ActiveRecord: 4.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:06 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:06 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:06 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=este+es&search_locale=" for 127.0.0.1 at 2013-11-19 01:07:10 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"este es", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%este es%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value like '%este es%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.3ms) Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:11 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:11 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=este+es+mi+valor&search_locale=" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"este es mi valor", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%este es mi valor%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value like '%este es mi valor%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.7ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:16 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=este+es+mi+valor&search_locale=es" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"este es mi valor", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%este es mi valor%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value like '%este es mi valor%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.0ms) Completed 200 OK in 63ms (Views: 60.0ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:21 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=este+es+mi+valor&search_locale=" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"este es mi valor", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (value like '%este es mi valor%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (value like '%este es mi valor%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.8ms) Completed 200 OK in 22ms (Views: 17.3ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:23 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.6ms) Completed 200 OK in 49ms (Views: 42.9ms | ActiveRecord: 3.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:45 +0100 Started GET "/i18nline/translations?page=3&search_key=&search_locale=&search_value=&utf8=%E2%9C%93" for 127.0.0.1 at 2013-11-19 01:07:51 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3", "search_key"=>"", "search_locale"=>"", "search_value"=>"", "utf8"=>"✓"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 50  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') 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 ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') 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 ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (38.1ms) Completed 200 OK in 49ms (Views: 42.8ms | ActiveRecord: 4.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:52 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 01:07:52 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:52 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:52 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 01:07:52 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:17:47 +0100 Processing by I18nline::TranslationsController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-19 13:17:48 +0100 Processing by HelloController#login as HTML Completed 500 Internal Server Error in 72ms NameError (undefined local variable or method `locale_from_browser' for #): app/controllers/application_controller.rb:9:in `set_locale' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) 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.9ms) 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/diagnostics.erb within rescues/layout (40.3ms) Started GET "/login" for 127.0.0.1 at 2013-11-19 13:20:16 +0100 Processing by HelloController#login as HTML Locale changed from -- to -es-.  (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.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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.2ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) 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.2ms) 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.3ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (176.4ms) Completed 200 OK in 461ms (Views: 451.1ms | ActiveRecord: 9.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:20:17 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:21:14 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.6ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (144.2ms) Completed 200 OK in 271ms (Views: 247.6ms | ActiveRecord: 4.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:21:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:15 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:21:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:15 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:21:15 +0100  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1  (0.1ms) begin transaction SQL (21.1ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["interpolations", "--- []\n"], ["key", "my.tr.modelo"], ["locale", "en"], ["updated_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["value", nil]]  (170.3ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["interpolations", "--- []\n"], ["key", "my.tr.modelo"], ["locale", "es"], ["updated_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["value", nil]]  (168.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1  (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 12:21:58 UTC +00:00], ["interpolations", "--- []\n"], ["key", "my.tr.modelo"], ["locale", "it"], ["updated_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["value", nil]]  (180.0ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "i18nline_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["interpolations", "--- []\n"], ["key", "my.tr.modelo"], ["locale", "pt"], ["updated_at", Tue, 19 Nov 2013 12:21:58 UTC +00:00], ["value", nil]]  (176.4ms) commit transaction I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('my.tr.modelo') OR "key" LIKE 'my.tr.modelo.%') LIMIT 1 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms) I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.0ms) Completed 200 OK in 48ms (Views: 41.9ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:28:53 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:29:39 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.9ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (33.3ms) Completed 200 OK in 43ms (Views: 38.4ms | ActiveRecord: 2.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:29:39 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:29:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:29:40 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:31:32 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations__search_form_html_erb__998924302__624280238 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:4: syntax error, unexpected ')', expecting => ...ol", placeholder="Search key" );@output_buffer.safe_append=' ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:27: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations__search_form_html_erb__998924302__624280238(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/_search_form";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_tag translations_path, :method => 'get', class: "form-inline", role: "form" do @output_buffer.safe_append='
';@output_buffer.append=( text_field_tag :search_key, params[:search_key], class: "form-control", placeholder="Search key" );@output_buffer.safe_append='
';@output_buffer.append=( text_field_tag :search_value, params[:search_value] );@output_buffer.safe_append='
';@output_buffer.append=( select_tag :search_locale, options_for_select(I18nline::enabled_locales, params[:search_locale]), include_blank: true );@output_buffer.safe_append='
';@output_buffer.append=( submit_tag "Search", :name => nil );@output_buffer.safe_append=' '; end @output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/partial_renderer.rb:279:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/partial_renderer.rb:278:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:47:in `render_partial' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__476327183_84105700' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:143:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (5.0ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (6.3ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (/home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:4: syntax error, unexpected ')', expecting => ...ol", placeholder="Search key" );@output_buffer.safe_append=' ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:27: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')'): 1: <%= form_tag translations_path, :method => 'get', class: "form-inline", role: "form" do %> 2:
3: 4: <%= text_field_tag :search_key, params[:search_key], class: "form-control", placeholder="Search key" %> 5:
6:
7: actionpack (4.0.1) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.1) lib/action_view/template.rb:299:in `compile' actionpack (4.0.1) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.1) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.1) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.1) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.1) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:3:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__476327183_84105700' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.5ms) 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 (12.9ms) Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (34.4ms) Completed 200 OK in 48ms (Views: 40.1ms | ActiveRecord: 2.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:32:37 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (34.4ms) Completed 200 OK in 46ms (Views: 39.8ms | ActiveRecord: 2.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:33:12 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (39.8ms) Completed 200 OK in 50ms (Views: 44.9ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:18 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (69.8ms) Completed 200 OK in 80ms (Views: 75.0ms | ActiveRecord: 3.2ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:40 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:34:56 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.1ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (35.1ms) Completed 200 OK in 45ms (Views: 40.0ms | ActiveRecord: 3.0ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:34:57 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:34:57 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.0ms) Completed 200 OK in 47ms (Views: 41.2ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:29 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (35.3ms) Completed 200 OK in 80ms (Views: 74.9ms | ActiveRecord: 2.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:35:40 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (35.8ms) Completed 200 OK in 46ms (Views: 40.9ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:14 +0100 Started GET "/i18nline" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (36.0ms) Completed 200 OK in 47ms (Views: 41.2ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:25 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.5ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (16.2ms) Completed 200 OK in 32ms (Views: 28.2ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:37:50 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=&search_value=&search_locale=it&search_blank_value=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"", "search_value"=>"", "search_locale"=>"it", "search_blank_value"=>"1"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (locale = 'it') AND (value like '--- '''' ') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (locale = 'it') AND (value like '--- '''' ') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.4ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:00 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.4ms) Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:15 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.3ms) Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:26 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:38:35 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:09 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.1ms) Completed 200 OK in 55ms (Views: 52.5ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:39:16 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=es" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>"es"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.1ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'es') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'es') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.8ms) Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:45 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (9.7ms) Completed 200 OK in 21ms (Views: 17.3ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:40:53 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.0ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.8ms) Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:41:11 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.3ms) Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:02 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.3ms) Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:43:46 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.8ms) Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:44:39 +0100 Started GET "/i18nline/translations/7/edit" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Processing by I18nline::TranslationsController#edit as HTML Parameters: {"id"=>"7"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_form.html.erb (46.7ms) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit.html.erb within layouts/i18nline/application (51.5ms) Completed 200 OK in 87ms (Views: 85.7ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:40 +0100 Started PATCH "/i18nline/translations/7" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Processing by I18nline::TranslationsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "translation"=>{"locale"=>"it", "key"=>"this.yaml.tell_me", "value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.", "make_nil"=>"0", "interpolations"=>"[]", "is_proc"=>"0"}, "commit"=>"Submit", "id"=>"7"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Unpermitted parameters: locale, key, interpolations Unpermitted parameters: locale, key, interpolations  (0.1ms) begin transaction SQL (2.5ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 7 [["value", "--- There are many variations of passages of Lorem Ipsum available, but the majority\n have suffered alteration in some form, by injected humour, or randomised words which\n don't look even slightly believable. If you are going to use a passage of Lorem\n Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle\n of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined\n chunks as necessary, making this the first true generator on the Internet.\n...\n"], ["updated_at", Tue, 19 Nov 2013 12:45:48 UTC +00:00], ["interpolations", "--- []\n"]]  (218.8ms) commit transaction Redirected to http://localhost:3000/i18nline/translations/7 Completed 302 Found in 229ms (ActiveRecord: 221.6ms) Started GET "/i18nline/translations/7" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Processing by I18nline::TranslationsController#show as HTML Parameters: {"id"=>"7"} I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "7"]] Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/show.html.erb within layouts/i18nline/application (1.7ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:48 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 13:45:50 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') 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 ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') 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 ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (39.3ms) Completed 200 OK in 81ms (Views: 43.6ms | ActiveRecord: 4.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:51 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:51 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:51 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:45:51 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:45:51 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=it" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>"it"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') AND (locale = 'it') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (8.6ms) Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:00 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (11.3ms) Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:46:05 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:50:56 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (2.2ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (57.1ms) Completed 500 Internal Server Error in 63ms ActionView::Template::Error (undefined method `edit_key_translation_path' for #<#:0xb5906284>): 21: <%= translation.key %> 22: <%= translation.value.to_s.truncate(50) %> 23: <%= translation.updated_at %> 24: <%= link_to 'Edit', edit_key_translation_path(translation.key) %> 25: 26: <% end %> 27: /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:24:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__476327183__624416618' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb:17:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_index_html_erb__476327183__624416618' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.8ms) 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 (13.0ms) Started GET "/" for 127.0.0.1 at 2013-11-19 13:51:39 +0100 Processing by HelloController#hello as HTML  (0.4ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.4ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.2ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.4ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (46.1ms) Completed 200 OK in 54ms (Views: 45.9ms | ActiveRecord: 7.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 13:51:40 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (12.0ms) Completed 200 OK in 24ms (Views: 20.2ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:36 +0100 Started GET "/i18nline/find_by_key?key=this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 13:52:56 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"this.yaml.tell_me"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'yaml.tell_me') ORDER BY created_at desc Redirected to http://localhost:3000/i18nline/ Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/i18nline/" for 127.0.0.1 at 2013-11-19 13:52:56 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (37.6ms) Completed 200 OK in 48ms (Views: 43.1ms | ActiveRecord: 3.3ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:52:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:52:57 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:52:57 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=tell&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"tell", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%tell%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%tell%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (10.6ms) Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.7ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:44 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 13:53:56 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (24.2ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:53:57 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:57 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:53:57 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:57 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:53:57 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.1ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 13:55:40 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:03:10 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_79863450 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:41: unknown regexp options - labl /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:42: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:43: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:44: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:46: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:47: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:51: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:54: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:56: syntax error, unexpected tCONSTANT, expecting ')' ...t_buffer.append=( link_to 'Back to main list', translations_... ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:57: unterminated string meets end of file /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:57: syntax error, unexpected end-of-input, expecting ')' Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_79863450(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @tr_set.key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set, as: :tr_set, url: update_key_set_path, method: :put, html: { class: 'form-horizontal', role: 'form' }) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations, class: "form-control", disabled: :disabled );@output_buffer.safe_append='
'; @tr_set.translations.each do |translation| panel_color = translation.value.nil? ? "panel-danger" : "panel-info" @output_buffer.safe_append='
';@output_buffer.append= f.fields_for "translation[]", translation do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( translation.locale );@output_buffer.safe_append=' '; rows = (fl_form.value.to_s.length / 100) + 1 @output_buffer.safe_append=' ';@output_buffer.append=( tl_for(.text_area :value, class: "form-control", rows: "<%= rows );@output_buffer.safe_append='" %>
'; end @output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit", class: "btn btn-primary" );@output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( link_to 'Back to main list', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (18.8ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:41: unknown regexp options - labl /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:42: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:43: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:44: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:46: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:47: syntax error, unexpected '<'
^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:51: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:54: unknown regexp options - dv /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:56: syntax error, unexpected tCONSTANT, expecting ')' ...t_buffer.append=( link_to 'Back to main list', translations_... ... ^ /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:57: unterminated string meets end of file /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:57: syntax error, unexpected end-of-input, expecting ')'): 38: 42:
43:
44:
actionpack (4.0.1) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.1) lib/action_view/template.rb:299:in `compile' actionpack (4.0.1) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.1) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.1) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.1) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.7ms) 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 (13.0ms) Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:03:31 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc ERROR: compiling __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84549990 RAISED /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:33: syntax error, unexpected '.', expecting ')' ...output_buffer.append=( tl_for(.text_area :value, class: "for... ... ^ Function body: def __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84549990(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "i18nline/translations/edit_key";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='

Editing translation

Key: ';@output_buffer.append=( @tr_set.key );@output_buffer.safe_append='

';@output_buffer.append= form_for(@tr_set, as: :tr_set, url: update_key_set_path, method: :put, html: { class: 'form-horizontal', role: 'form' }) do |f| @output_buffer.safe_append='
';@output_buffer.append=( f.text_field :interpolations, class: "form-control", disabled: :disabled );@output_buffer.safe_append='
'; @tr_set.translations.each do |translation| panel_color = translation.value.nil? ? "panel-danger" : "panel-info" @output_buffer.safe_append='
';@output_buffer.append= f.fields_for "translation[]", translation do |tl_form| @output_buffer.safe_append='
';@output_buffer.append=( translation.locale );@output_buffer.safe_append=' '; rows = (fl_form.value.to_s.length / 100) + 1 @output_buffer.safe_append=' ';@output_buffer.append=( tl_for(.text_area :value, class: "form-control", rows: "#{rows}" );@output_buffer.safe_append='
'; end @output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( f.submit "Submit", class: "btn btn-primary" );@output_buffer.safe_append='
'; end @output_buffer.safe_append='
';@output_buffer.append=( link_to 'Back to main list', translations_path );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `module_eval' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:299:in `compile' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:248:in `block in compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `synchronize' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:236:in `compile!' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:142:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:161:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/template.rb:141:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_view/renderer/renderer.rb:23:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:97:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:16:in `render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:189:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `block in instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/notifications.rb:159:in `instrument' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/base.rb:136:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/abstract_controller/rendering.rb:44:in `process' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:195:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_controller/metal.rb:231:in `block in action' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/railtie/configurable.rb:30:in `method_missing' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `each' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/journey/router.rb:59:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/routing/route_set.rb:680:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/query_cache.rb:36:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activerecord-4.0.1/lib/active_record/migration.rb:369:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:38:in `call_app' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `block in call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:25:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/tagged_logging.rb:67:in `tagged' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/rack/logger.rb:20:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/activesupport-4.0.1/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/static.rb:64:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/engine.rb:511:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/railties-4.0.1/lib/rails/application.rb:97:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:33: syntax error, unexpected '.', expecting ')' ...output_buffer.append=( tl_for(.text_area :value, class: "for... ... ^): 30:
31: <%= translation.locale %> 32: <% rows = (fl_form.value.to_s.length / 100) + 1 %> 33: <%= tl_for(.text_area :value, class: "form-control", rows: "#{rows}" %> 34:
35:
36:
actionpack (4.0.1) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.1) lib/action_view/template.rb:299:in `compile' actionpack (4.0.1) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.1) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.1) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.1) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.7ms) 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 (12.8ms) Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:04:07 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (46.8ms) Completed 500 Internal Server Error in 53ms ActionView::Template::Error (undefined local variable or method `fl_form' for #<#:0xa1d42b4>): 29: <%= f.fields_for "translation[]", translation do |tl_form| %> 30:
31: <%= translation.locale %> 32: <% rows = (fl_form.value.to_s.length / 100) + 1 %> 33: <%= tl_form.text_area :value, class: "form-control", rows: "#{rows}" %> 34:
35:
/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:32:in `block (3 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84858490' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:29:in `block (2 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84858490' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:25:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84858490' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84858490' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.8ms) 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 (13.6ms) Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:04:27 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (62.7ms) Completed 500 Internal Server Error in 69ms ActionView::Template::Error (undefined method `value' for #): 29: <%= f.fields_for "translation[]", translation do |tl_form| %> 30:
31: <%= translation.locale %> 32: <% rows = (tl_form.value.to_s.length / 100) + 1 %> 33: <%= tl_form.text_area :value, class: "form-control", rows: "#{rows}" %> 34:
35:
/home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:32:in `block (3 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84472880' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:699:in `fields_for' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:1538:in `fields_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:29:in `block (2 levels) in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84472880' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.1) lib/active_record/relation/delegation.rb:13:in `each' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:25:in `block in __home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84472880' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.1) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.1) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb:8:in `__home_ruben_projects_i__nline_app_views_i__nline_translations_edit_key_html_erb___464431194_84472880' actionpack (4.0.1) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.1) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.1) lib/action_view/template.rb:141:in `render' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.1) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.1) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.1) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.1) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.1) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.1) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.1) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:34:in `find_by_key' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' 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.6ms) 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.7ms) 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 (12.8ms) Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (5.2ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:04:47 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (3.9ms) Completed 200 OK in 27ms (Views: 11.9ms | ActiveRecord: 0.9ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:06:53 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (5.1ms) Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:10 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (5.0ms) Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:24 +0100 Started GET "/i18nline/find_by_key?key=it.this.yaml.tell_me" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.this.yaml.tell_me"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'this.yaml.tell_me') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.9ms) Completed 200 OK in 16ms (Views: 13.1ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:31 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (33.8ms) Completed 200 OK in 78ms (Views: 72.5ms | ActiveRecord: 3.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:09:53 +0100 Started GET "/i18nline/find_by_key?key=pt.ransack.predicates.cont" for 127.0.0.1 at 2013-11-19 14:10:54 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"pt.ransack.predicates.cont"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'ransack.predicates.cont') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.8ms) Completed 200 OK in 16ms (Views: 12.6ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:10:55 +0100 Started GET "/" for 127.0.0.1 at 2013-11-19 14:16:07 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (31.4ms) Completed 200 OK in 39ms (Views: 34.7ms | ActiveRecord: 3.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:16:07 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 14:16:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:16:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:16:07 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 14:16:08 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 14:16:08 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 14:16:08 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:16:08 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:16:11 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (37.0ms) Completed 200 OK in 94ms (Views: 88.0ms | ActiveRecord: 2.9ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:16:11 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:16:12 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (33.9ms) Completed 200 OK in 45ms (Views: 38.8ms | ActiveRecord: 3.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:20:07 +0100 Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.4ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (40.3ms) Completed 200 OK in 84ms (Views: 71.8ms | ActiveRecord: 3.2ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:17 +0100 Started GET "/i18nline/find_by_key?key=it.my.tr.modelo" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.my.tr.modelo"} I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'my.tr.modelo') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (3.7ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.5ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:24:31 +0100 Started GET "/" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (3.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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (70.1ms) Completed 200 OK in 78ms (Views: 70.5ms | ActiveRecord: 6.7ms) Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:27 +0100 Started GET "/i18nline/find_by_key?key=it.my.tr.modelo" for 127.0.0.1 at 2013-11-19 14:53:43 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.my.tr.modelo"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'my.tr.modelo') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (4.1ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:44 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:53:44 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:44 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:53:44 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 14:54:10 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"68"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "67"=>{"value"=>"", "make_nil"=>"1"}, "66"=>{"value"=>"", "make_nil"=>"1"}, "65"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "68"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "67"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "66"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "65"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 6ms (ActiveRecord: 0.7ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:54:10 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.3ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (34.1ms) Completed 200 OK in 44ms (Views: 39.4ms | ActiveRecord: 3.0ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:10 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:11 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:11 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:11 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:11 +0100 Started GET "/i18nline/translations?page=2" for 127.0.0.1 at 2013-11-19 14:54:18 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"2"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (1.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') 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 ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') 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 ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (69.6ms) Completed 200 OK in 80ms (Views: 72.0ms | ActiveRecord: 5.6ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:18 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:18 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:19 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:19 +0100 Started GET "/i18nline/translations?page=3" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"page"=>"3"} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.2ms) I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 50  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.first') OR "key" LIKE 'views.pagination.first.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.previous') OR "key" LIKE 'views.pagination.previous.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (66.6ms) Completed 200 OK in 77ms (Views: 72.0ms | ActiveRecord: 2.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:54:22 +0100 Started GET "/i18nline/find_by_key?key=it.hello" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.hello"} I18nline::Translation Load (0.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'hello') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (3.8ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:29 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "11"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "10"]] I18nline::Translation Load (0.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "9"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (1.6ms) I18nline::Translation Load (1.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "i18nline_translations" I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (35.1ms) Completed 200 OK in 46ms (Views: 40.5ms | ActiveRecord: 3.1ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:55:37 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 14:56:41 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `pry' for #): /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:48:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__297938926__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__195943431__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) 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.4ms) 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 (2.1ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.6ms) Started GET "/" for 127.0.0.1 at 2013-11-19 14:59:13 +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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.2ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (71.8ms) Completed 200 OK in 172ms (Views: 137.9ms | ActiveRecord: 8.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 14:59:14 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 14:59:22 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} Started GET "/" for 127.0.0.1 at 2013-11-19 15:20:48 +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.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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (85.0ms) Completed 200 OK in 184ms (Views: 149.5ms | ActiveRecord: 9.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 15:20:49 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:20:53 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]] I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "11"]] I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "10"]] I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "9"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 81332ms (ActiveRecord: 2.3ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 15:22:14 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (10.4ms) I18nline::Translation Load (2.1ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.8ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (279.1ms) Completed 200 OK in 467ms (Views: 445.5ms | ActiveRecord: 10.8ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:15 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:15 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:15 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:15 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:15 +0100 Started GET "/i18nline/find_by_key?key=it.hello" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"it.hello"} I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'hello') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (40.2ms) Completed 200 OK in 86ms (Views: 73.3ms | ActiveRecord: 0.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:22:19 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:22:25 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (1.6ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]] I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "11"]] I18nline::Translation Load (1.3ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "10"]] I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "9"]] Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 400753ms (ActiveRecord: 4.5ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 15:29:06 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (7.8ms) I18nline::Translation Load (2.0ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.4ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (350.2ms) Completed 200 OK in 387ms (Views: 363.1ms | ActiveRecord: 12.8ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:07 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:07 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:20 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} Redirected to http://localhost:3000/login Filter chain halted as :check_authenticated_user rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Processing by HelloController#login 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 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.2ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) 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.3ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (81.8ms) Completed 200 OK in 179ms (Views: 144.5ms | ActiveRecord: 9.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:22 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:23 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:23 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:23 +0100 Started GET "/" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Processing by HelloController#hello as HTML I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) 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.2ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') 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.2ms) 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.3ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (49.7ms) Completed 200 OK in 58ms (Views: 52.9ms | ActiveRecord: 4.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 15:29:28 +0100 Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:29:30 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (1.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]] Completed 500 Internal Server Error in 16ms NoMethodError (undefined method `value_before' for #): activemodel (4.0.1) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.1) lib/active_record/attribute_methods.rb:155:in `method_missing' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:60:in `block in update_key_set' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:52:in `each' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:52:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__477123218__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__760753503__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) 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.6ms) 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.9ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.5ms) Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:29:56 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (0.2ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]] Completed 500 Internal Server Error in 38412ms NoMethodError (undefined method `value_before' for #): activemodel (4.0.1) lib/active_model/attribute_methods.rb:439:in `method_missing' activerecord (4.0.1) lib/active_record/attribute_methods.rb:155:in `method_missing' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:61:in `block in update_key_set' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:52:in `each' /home/ruben/projects/i18nline/app/controllers/i18nline/translations_controller.rb:52:in `update_key_set' actionpack (4.0.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.1) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.1) lib/active_support/callbacks.rb:393:in `_run__477123218__process_action__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.1) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.1) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.1) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.1) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.1) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.1) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.1) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.1) lib/action_dispatch/routing/route_set.rb:680:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.1) lib/active_record/migration.rb:369:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__760753503__call__callbacks' activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.1) lib/rails/engine.rb:511:in `call' railties (4.0.1) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/ruben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.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 (54.0ms) Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (85.0ms) Started PUT "/i18nline/update_key_set" for 127.0.0.1 at 2013-11-19 15:30:48 +0100 Processing by I18nline::TranslationsController#update_key_set as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ0riE3FB1D9h9z5ieQrwimvmpYsnwcw2iQOWfCRwTY=", "tr_set"=>{"is_proc"=>"0", "translation"=>{"12"=>{"value"=>"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.", "make_nil"=>"1"}, "11"=>{"value"=>"", "make_nil"=>"1"}, "10"=>{"value"=>"", "make_nil"=>"1"}, "9"=>{"value"=>"", "make_nil"=>"1"}}}, "commit"=>"Save changes"} I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "12"]]  (0.4ms) begin transaction SQL (4.9ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 12 [["value", "--- There are many variations of passages of Lorem Ipsum available, but the majority\n have suffered alteration in some form, by injected humour, or randomised words which\n don't look even slightly believable. If you are going to use a passage of Lorem\n Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle\n of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined\n chunks as necessary, making this the first true generator on the Internet. It uses\n a dictionary of over 200 Latin words, combined with a handful of model sentence\n structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem\n Ipsum is therefore always free from repetition, injected humour, or non-characteristic\n words etc.\n...\n"], ["updated_at", Tue, 19 Nov 2013 14:30:49 UTC +00:00], ["interpolations", "--- []\n"]]  (310.8ms) commit transaction I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "11"]]  (0.4ms) begin transaction SQL (1.1ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 11 [["value", "--- ''\n"], ["updated_at", Tue, 19 Nov 2013 14:30:49 UTC +00:00], ["interpolations", "--- []\n"]]  (138.5ms) commit transaction I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "10"]]  (0.4ms) begin transaction SQL (1.1ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 10 [["value", "--- ''\n"], ["updated_at", Tue, 19 Nov 2013 14:30:49 UTC +00:00], ["interpolations", "--- []\n"]]  (140.1ms) commit transaction I18nline::Translation Load (0.5ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."id" = ? ORDER BY created_at desc LIMIT 1 [["id", "9"]]  (0.4ms) begin transaction SQL (1.1ms) UPDATE "i18nline_translations" SET "value" = ?, "updated_at" = ?, "interpolations" = ? WHERE "i18nline_translations"."id" = 9 [["value", "--- ''\n"], ["updated_at", Tue, 19 Nov 2013 14:30:49 UTC +00:00], ["interpolations", "--- []\n"]]  (137.8ms) commit transaction Redirected to http://localhost:3000/i18nline/translations Completed 302 Found in 873ms (ActiveRecord: 741.0ms) Started GET "/i18nline/translations" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Processing by I18nline::TranslationsController#index as HTML DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_key at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:39) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (10.4ms) I18nline::Translation Load (1.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations"  (0.7ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') I18n::Backend::ActiveRecord::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.5ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.next') OR "key" LIKE 'views.pagination.next.%') LIMIT 1  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') I18n::Backend::ActiveRecord::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') ORDER BY "i18nline_translations"."id" ASC LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.7ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 I18n::Backend::ActiveRecord::Translation Exists (0.6ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'pt' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 CACHE (0.2ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'en' AND ("key" IN ('views.pagination.last') OR "key" LIKE 'views.pagination.last.%') LIMIT 1 Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (373.6ms) Completed 200 OK in 468ms (Views: 446.8ms | ActiveRecord: 10.6ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:30:50 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=hello&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 15:31:06 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"hello", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (8.7ms) I18nline::Translation Load (0.9ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%hello%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%hello%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (52.5ms) Completed 200 OK in 88ms (Views: 77.0ms | ActiveRecord: 1.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:06 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:31:06 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:06 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:31:06 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=hello&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 15:35:03 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"hello", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (7.9ms) I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%hello%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%hello%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (52.9ms) Completed 200 OK in 86ms (Views: 76.4ms | ActiveRecord: 1.5ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:35:03 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:35:03 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:35:04 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:35:04 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:35:04 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=hello&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 15:38:44 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"hello", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (7.7ms) I18nline::Translation Load (0.8ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%hello%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%hello%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (49.3ms) Completed 200 OK in 80ms (Views: 71.0ms | ActiveRecord: 1.4ms) Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:38:44 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:45 +0100 Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:38:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:45 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:38:45 +0100 Started GET "/i18nline/translations?utf8=%E2%9C%93&search_key=hello&search_value=&search_locale=" for 127.0.0.1 at 2013-11-19 15:39:36 +0100 Processing by I18nline::TranslationsController#index as HTML Parameters: {"utf8"=>"✓", "search_key"=>"hello", "search_value"=>"", "search_locale"=>""} DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from search_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:47) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from in_locale at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:31) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from not_translated at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:14) DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all instead. (called from blank_value at /home/ruben/projects/i18nline/app/models/i18nline/translation.rb:23) Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/_search_form.html.erb (6.9ms) I18nline::Translation Load (0.7ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key like '%hello%') ORDER BY created_at desc LIMIT 25 OFFSET 0  (0.5ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE (key like '%hello%') Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/index.html.erb within layouts/i18nline/application (46.3ms) Completed 200 OK in 75ms (Views: 66.6ms | ActiveRecord: 1.3ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:37 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 15:39:37 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:37 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:37 +0100 Started GET "/assets/i18nline/application.js?body=1" for 127.0.0.1 at 2013-11-19 15:39:37 +0100 Started GET "/" for 127.0.0.1 at 2013-11-19 17:17:51 +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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.4ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.3ms) 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.3ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (104.7ms) Completed 500 Internal Server Error in 157ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/ruben/projects/i18nline/test/dummy/app/assets/javascripts/application.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %> 7: <%= i18nline_assets_inclusion_tag %> 8: <%= csrf_meta_tags %> 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__810911670_90205880' Rendered /home/ruben/.rvm/gems/ruby-2.0.0-p247@i18nline/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) 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 (20.0ms) Started GET "/" for 127.0.0.1 at 2013-11-19 17:19:00 +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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (4.3ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (1.1ms) 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.6ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (103.0ms) Completed 500 Internal Server Error in 159ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/ruben/projects/i18nline/test/dummy/app/assets/javascripts/application.js:13)): 3: 4: Dummy 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %> 7: <%= i18nline_assets_inclusion_tag %> 8: <%= csrf_meta_tags %> 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___815709186_93146810' 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.2ms) 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 (19.3ms) Started GET "/" for 127.0.0.1 at 2013-11-19 17:23:40 +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 I18n::Backend::ActiveRecord::Translation Exists (0.3ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) SELECT 1 AS one FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'it' AND ("key" IN ('thanks') OR "key" LIKE 'thanks.%') LIMIT 1 CACHE (0.0ms) 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.3ms) 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.2ms) 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.2ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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.2ms) 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.3ms) 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.2ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('hello') OR "key" LIKE 'hello.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.3ms) SELECT COUNT(*) FROM "i18nline_translations" WHERE "i18nline_translations"."locale" = 'es' AND ("key" IN ('translated') OR "key" LIKE 'translated.%') I18n::Backend::ActiveRecord::Translation Load (0.3ms) 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.2ms) 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.3ms) 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.2ms) 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 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 CACHE (0.0ms) 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 (101.5ms) Completed 200 OK in 168ms (Views: 134.9ms | ActiveRecord: 8.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/hello.css?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/i18nline_to_host.css?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/hello.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/i18nline_to_host.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:40 +0100 Started GET "/i18nline/find_by_key?key=es.thanks" for 127.0.0.1 at 2013-11-19 17:23:44 +0100 Processing by I18nline::TranslationsController#find_by_key as HTML Parameters: {"key"=>"es.thanks"} I18nline::Translation Load (0.4ms) SELECT "i18nline_translations".* FROM "i18nline_translations" WHERE (key = 'thanks') ORDER BY created_at desc Rendered /home/ruben/projects/i18nline/app/views/i18nline/translations/edit_key.html.erb within layouts/i18nline/application (25.4ms) Completed 200 OK in 117ms (Views: 95.1ms | ActiveRecord: 0.4ms) Started GET "/assets/i18nline/application.css?body=1" for 127.0.0.1 at 2013-11-19 17:23:45 +0100 Started GET "/assets/i18nline/_base.css?body=1" for 127.0.0.1 at 2013-11-19 17:23:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-19 17:23:45 +0100 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 #): 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 #): 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