(27.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (21.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTranslations (20141017142518)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141017142518"]]  (27.9ms) commit transaction Migrating to CreateTranslationValues (20141017142522)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "translation_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141017142522"]]  (22.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" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTranslationValues (20141017142522)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "translation_values" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20141017142522'  (28.0ms) 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.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateTranslations (20141017142518)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "translations" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20141017142518'  (27.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-10-17 18:27:22 +0200 Processing by Rails::WelcomeController#index as HTML Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2014-10-17 18:27:34 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:27:36 +0200 LoadError (Unable to autoload constant AwesomeTranslations::HandlersController, expected /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb to define it): activesupport (4.0.10) lib/active_support/dependencies.rb:464:in `load_missing_constant' activesupport (4.0.10) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.10) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.10) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3253691903875751706__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:27:43 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2735990978989550979__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3253691903875751706__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:28:52 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 22ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2735990978989550979__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3253691903875751706__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:28:58 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2695722340498377006__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__649640386464160642__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:28:59 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2695722340498377006__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__649640386464160642__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:29:26 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2695722340498377006__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__649640386464160642__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:29:26 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2695722340498377006__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__649640386464160642__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:29:30 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3788213776556463424__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1268715104099189258__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.7ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:29:31 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3788213776556463424__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1268715104099189258__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:29:56 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2064941042471114802__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3844565035771471535__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (1.0ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:05 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.9ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:06 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:06 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:06 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:07 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:30:36 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template awesome_translations/handlers/index, awesome_translations/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/storage/Dev/Rails/awesome_translations/spec/dummy/app/views" * "/media/storage/Dev/Rails/awesome_translations/app/views" ): actionpack (4.0.10) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.10) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2354242778259045507__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2228378337351403884__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:31:05 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.8ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 5: %tr 6: %th Handler 7: %tbody 8: - @handlers.each do |handler| 9: %tr 10: %td= link_to handler.name, handler_path(handler) 11: - if @handlers.empty? /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml:8:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_index_html_haml___2057537553429426302_70045724505240' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2810244730751936880__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1762907355134519165__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (8.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:31:20 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.7ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 5: %tr 6: %th Handler 7: %tbody 8: - @handlers.each do |handler| 9: %tr 10: %td= link_to handler.name, handler_path(handler) 11: - if @handlers.empty? /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml:8:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_index_html_haml__1119458902253553827_70210678068880' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4501435658561985824__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3331404405380513628__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.2ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:31:21 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (0.5ms) Completed 500 Internal Server Error in 2ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 5: %tr 6: %th Handler 7: %tbody 8: - @handlers.each do |handler| 9: %tr 10: %td= link_to handler.name, handler_path(handler) 11: - if @handlers.empty? /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml:8:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_index_html_haml__1119458902253553827_70210678068880' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4501435658561985824__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3331404405380513628__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:31:53 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.7ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 5: %tr 6: %th Handler 7: %tbody 8: - @handlers.each do |handler| 9: %tr 10: %td= link_to handler.name, handler_path(handler) 11: - if @handlers.empty? /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml:8:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_index_html_haml___1133823226770276846_70258123989040' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__134120935355283272__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4493108228863522235__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.2ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-17 18:35:48 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.4ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 5: %tr 6: %th Handler 7: %tbody 8: - @handlers.each do |handler| 9: %tr 10: %td= link_to handler.name, handler_path(handler) 11: - if @handlers.empty? /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml:8:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_index_html_haml___1133823226770276846_70258123989040' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__134120935355283272__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4493108228863522235__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/" for 127.0.0.1 at 2014-10-18 09:56:40 +0200 Processing by Rails::WelcomeController#index as HTML Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-18 09:56:45 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.9ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:56:45 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:56:45 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-18 09:57:14 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `[]' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers.rb:6:in `block in ' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers.rb:4:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers.rb:4:in `' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers.rb:1:in `' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:3:in `all' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:3:in `index' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2390664571212233030__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3577911690935978614__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.5ms) Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-18 09:57:31 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.0ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:57:31 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:57:31 +0200 Started GET "/awesome_translations/handlers/%23%3CAwesomeTranslations::Handler:0x007f1209127c90%3E" for 127.0.0.1 at 2014-10-18 09:57:33 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"#"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.5ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:57:33 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:57:33 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-18 09:57:58 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.1ms) Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:57:58 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:57:58 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2014-10-18 09:58:20 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.8ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:58:20 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:58:20 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 09:58:24 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.5ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:58:24 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:58:24 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 09:58:44 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:58:44 +0200 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:58:44 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 09:58:59 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NameError (uninitialized constant AwesomeTranslations::HandlersController::Handler): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:7:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4029999556948906675__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__382283194656104037__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 09:59:15 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 09:59:15 +0200 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 09:59:15 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:05:36 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4029999556948906675__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__382283194656104037__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:07:00 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4029999556948906675__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__382283194656104037__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:07:05 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 0ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4029999556948906675__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__382283194656104037__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:07:09 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms LoadError (cannot load such file -- /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_handler): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const_get' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1514753544547065613__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__274572512505002731__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.7ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:07:33 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 0ms LoadError (cannot load such file -- /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_handler): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const_get' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1514753544547065613__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__274572512505002731__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.2ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:07:37 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NameError (uninitialized constant AwesomeTranslations::Handlers::BaseHandler): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:1:in `' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const_get' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__613830905674452451__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__921263619911992412__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:08:27 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NameError (uninitialized constant AwesomeTranslations::Handlers::BaseHandler): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:1:in `' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const_get' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:31:in `const' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__613830905674452451__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__921263619911992412__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:08:31 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms SyntaxError (/media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers.rb:25: syntax error, unexpected end-of-input, expecting keyword_end): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:7:in `find' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:7:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__967824977234662535__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1688079358994453071__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:08:42 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__159786439384254788__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1728427181587015777__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:11:48 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__159786439384254788__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1728427181587015777__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.0ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:11:53 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__761180376148340603__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1602625500381879365__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:14:09 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NameError (uninitialized constant AwesomeTranslations::ModelInspector): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:5:in `translations' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__958227678800031924__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__810615223804598634__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:14:32 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NameError (uninitialized constant AwesomeTranslations::ModelInspector): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:5:in `translations' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__958227678800031924__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__810615223804598634__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.6ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:14:52 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined method `key' for :Object:Symbol): 6: %tbody 7: - @translations.each do |translation| 8: %tr 9: %td= translation.key /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:9:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___1524030509799640397_70308020080340' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___1524030509799640397_70308020080340' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2868607359831340433__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__773897591016471501__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:15:04 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.4ms) Completed 200 OK in 21ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:15:04 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:15:04 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:15:26 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.6ms) Completed 200 OK in 27ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:15:26 +0200 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:15:26 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20141018081559)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "password" varchar(255), "age" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141018081559"]]  (27.3ms) commit transaction Migrating to CreateRoles (20141018081640)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "role" varchar(255))   (0.1ms) CREATE INDEX "index_roles_on_user_id" ON "roles" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141018081640"]]  (24.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:18:04 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.7ms) Completed 200 OK in 34ms (Views: 16.8ms | ActiveRecord: 0.5ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:18:04 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:18:04 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:23:45 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `key' for "models.name.role.one":String): 6: %tbody 7: - @translations.each do |translation| 8: %tr 9: %td= translation.key 10: - if @translations.empty? 11: %tr 12: %td.error{colspan: 1} No translations were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:9:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__786811609335085307_70029318168700' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__786811609335085307_70029318168700' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3761788432881910487__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__558360750577762779__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:24:07 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.7ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined method `key' for "activerecord.models.role.one":String): 6: %tbody 7: - @translations.each do |translation| 8: %tr 9: %td= translation.key 10: - if @translations.empty? 11: %tr 12: %td.error{colspan: 1} No translations were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:9:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1261863352734891302_70255005319080' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1261863352734891302_70255005319080' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3291624678812115176__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3246792176593982140__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:25:20 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.7ms) Completed 200 OK in 47ms (Views: 35.3ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:25:20 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:25:20 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:26:13 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.6ms) Completed 200 OK in 28ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:26:13 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:26:13 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:26:39 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.7ms) Completed 200 OK in 47ms (Views: 35.3ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:26:39 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:26:39 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:26:55 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.7ms) Completed 200 OK in 48ms (Views: 35.9ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:26:55 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:26:55 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:27:23 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.2ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:27:23 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:27:23 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:38:49 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.8ms) Completed 200 OK in 46ms (Views: 34.4ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:38:49 +0200 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:38:49 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:41:09 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.9ms) Completed 200 OK in 59ms (Views: 47.4ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:41:09 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:41:09 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:41:30 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.4ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:41:30 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:41:30 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:41:51 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.0ms) Completed 200 OK in 60ms (Views: 47.5ms | ActiveRecord: 0.5ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:41:51 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:41:51 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:42:52 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.1ms) Completed 200 OK in 67ms (Views: 54.0ms | ActiveRecord: 0.5ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:42:52 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:42:52 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:44:11 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.2ms) Completed 200 OK in 66ms (Views: 53.5ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:44:11 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:44:11 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:44:19 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.3ms) Completed 200 OK in 59ms (Views: 46.5ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:44:19 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:44:19 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.6ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.7ms) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 10:50:12 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 11:12:26 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.5ms) Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 11:12:26 +0200 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 11:12:26 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-10-18 11:12:27 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.7ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-10-18 11:12:27 +0200 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-10-18 11:12:27 +0200 Started GET "/" for 192.168.87.11 at 2014-12-15 10:12:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/railties-4.0.10/lib/rails/templates/rails/welcome/index.html.erb (0.9ms) Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:14:22 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (undefined local variable or method `load_and_authorize_resource' for UsersController:Class): app/controllers/users_controller.rb:2:in `' app/controllers/users_controller.rb:1:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.2ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:16:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (14.3ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `_' for #<#:0x000000036c3a60>): 1: %h1= User.model_name.human(count: 2) 2: 3: %h2= _("List of users") 4: %table 5: %thead 6: %tr app/views/users/index.html.haml:3:in `_app_views_users_index_html_haml__820388138015372030_29945700' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:34:15 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (7.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `_' for #<#:0x0000000330f608>): 1: %h1= User.model_name.human(count: 2) 2: 3: .hello-world-i18n= t(".hello_world") 4: .hello-world-custom= _("Hello world") 5: 6: %h2= _("List of users") 7: %table app/views/users/index.html.haml:4:in `_app_views_users_index_html_haml__820388138015372030_26766880' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:34:24 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.6ms) Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:34:24 +0100 Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:34:24 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:35:19 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.4ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:35:19 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:35:19 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:35:20 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.0ms) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:35:20 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:35:20 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:36:32 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.5ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:36:32 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:36:32 +0100 Started GET "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:36:35 +0100 AbstractController::ActionNotFound (The action 'index' could not be found for LocalesController): actionpack (4.0.10) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4403268320790898789__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:36:39 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:36:39 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:36:39 +0100 Started GET "/locales?locale=en" for 192.168.87.11 at 2014-12-15 10:36:57 +0100 AbstractController::ActionNotFound (The action 'index' could not be found for LocalesController): actionpack (4.0.10) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4403268320790898789__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms) Started GET "/locales?locale=en" for 192.168.87.11 at 2014-12-15 10:37:05 +0100 AbstractController::ActionNotFound (The action 'index' could not be found for LocalesController): actionpack (4.0.10) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4403268320790898789__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:13 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.3ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (couldn't find file 'jquery' (in /media/storage/Dev/Rails/awesome_translations/spec/dummy/app/assets/javascripts/application.js:14)): 3: %head 4: %title Dummy 5: = stylesheet_link_tag "application", media: "all" 6: = javascript_include_tag "application" 7: = csrf_meta_tags 8: %body 9: .language app/views/layouts/application.html.haml:6:in `_app_views_layouts_application_html_haml__1243670708777146907_41834280' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:34 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.5ms) Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:38:35 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:38:35 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:38:35 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:38:35 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:38:36 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:36 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.4ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:38:36 +0100 Started POST "/locales?locale=en" for 192.168.87.11 at 2014-12-15 10:38:38 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"en"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:38 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:38:38 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:38:38 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:38:39 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:39 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:38:39 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:38:39 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:38:59 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (3.6ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (wrong number of arguments (2 for 1)): 11: = link_to _("Danish"), locales_path(locale: :da), method: :post 12: 13: .current-language 14: = _("The current language is: %{locale}", locale: I18n.locale) 15: 16: = yield app/views/layouts/application.html.haml:14:in `_app_views_layouts_application_html_haml___2174912731405174186_22029800' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:39:22 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (wrong number of arguments (2 for 1)): 11: = link_to _("Danish"), locales_path(locale: :da), method: :post 12: 13: .current-language 14: = _("The current language is: %{locale}", locale: I18n.locale) 15: 16: = yield app/views/layouts/application.html.haml:14:in `_app_views_layouts_application_html_haml___2174912731405174186_22029800' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:39:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML Rendered users/index.html.haml within layouts/application (6.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (wrong number of arguments (1 for 2)): 1: %h1= User.model_name.human(count: 2) 2: 3: .hello-world-i18n= t(".hello_world") 4: .hello-world-custom= _("Hello world") 5: 6: %h2= _("List of users") 7: %table app/views/users/index.html.haml:4:in `_app_views_users_index_html_haml___2269172443595872860_22741040' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:39:43 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.4ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (no implicit conversion of Symbol into String): 11: = link_to _("Danish"), locales_path(locale: :da), method: :post 12: 13: .current-language 14: = _("The current language is: %{locale}", locale: I18n.locale) 15: 16: = yield app/views/layouts/application.html.haml:14:in `_app_views_layouts_application_html_haml__3849118175956215450_21277880' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:39:57 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.4ms) Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:39:58 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:39:58 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:40:17 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.7ms) Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:40:17 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:18 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:18 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:18 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.3ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:20 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (0.9ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:21 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.2ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:40:22 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:41:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.7ms) Completed 200 OK in 28ms (Views: 19.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:41:21 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:21 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:21 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:21 +0100 Started POST "/locales?locale=da" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Processing by LocalesController#create as HTML Parameters: {"authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "locale"=>"da"} Redirected to http://192.168.87.5:3000/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (2.7ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:22 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:41:24 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:41:24 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:24 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:24 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:41:24 +0100 Started GET "/" for 192.168.87.11 at 2014-12-15 10:42:04 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.1ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:42:05 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-15 10:42:05 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:42:05 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-15 10:42:05 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-15 10:42:06 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.7ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:42:06 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:42:06 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-15 10:42:10 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.0ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:42:11 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.1ms) Completed 200 OK in 15ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/awesome_translations/handlers/base_handler" for 192.168.87.11 at 2014-12-15 10:42:13 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-15 10:52:03 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (0.4ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:52:03 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:52:03 +0100 Started GET "/awesome_translations/handlers/base_handler" for 192.168.87.11 at 2014-12-15 10:52:04 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:8:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:52:05 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.6ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:52:06 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:52:06 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:54:32 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `delete' for nil:NilClass): 13: %td= translation.dir 14: - I18n.available_locales.each do |locale| 15: %td 16: = text_field "translation", locale, translation.value(locale: locale) 17: - if @translations.empty? 18: %tr 19: %td.error{colspan: 2} No translations were found. actionpack (4.0.10) lib/action_view/helpers/tags/base.rb:15:in `initialize' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:771:in `new' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:771:in `text_field' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:16:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_21707860' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:14:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:14:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_21707860' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_21707860' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:54:39 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.9ms) Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:54:39 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:54:39 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:54:47 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.9ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:54:47 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:54:47 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:54:50 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.5ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:54:50 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:54:50 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:55:19 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.2ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (wrong argument type Pathname (expected Regexp)): 10: - @translations.each do |translation| 11: %tr 12: %td= translation.key 13: %td= translation.dir.gsub(Rails.root, "") 14: - I18n.available_locales.each do |locale| 15: %td 16: = text_field "translation", locale, value: translation.value(locale: locale) /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:13:in `gsub' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:13:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_32189260' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_32189260' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:55:24 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:55:24 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:55:24 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:55:30 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.8ms) Completed 200 OK in 10ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:55:31 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:55:31 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:55:48 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.6ms) Completed 500 Internal Server Error in 9ms SyntaxError (/media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:4: syntax error, unexpected ')' ));}\n\n \n ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:4: syntax error, unexpected $undefined ));}\n
\n \n \... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:4: syntax error, unexpected $undefined ));}\n
Key
\n \n \n \n \n", 2, false); ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10: syntax error, unexpected ')' ));}\n", 0, false);end;_h... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10: unknown regexp options - thad unmatched close parenthesis: /th>\n", 0, false);end;_hamlout.push_text(" \n \n", 0, false); ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10: syntax error, unexpected $undefined ...sh_text(" \n \n", 0, false); ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:12: syntax error, unexpected $undefined _hamlout.push_text(" \n \n \n", 0, false); I18n.available_locales.each do |locale| ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:16: syntax error, unexpected $undefined _hamlout.push_text(" \n", -1, false);... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:18: unknown regexp options - tr unmatched close parenthesis: /td>\n", -1, false);end;_hamlout.push_text(" \n", -1, false);end; if @trans... ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:19: syntax error, unexpected $undefined _hamlout.push_text(" \n "error"}, nil, colspan: 2)}>No translations were found.<... ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:20: syntax error, unexpected $undefined ... translations were found.\n \n", -1, false);end... ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:20: unknown regexp options - tbdy unmatched close parenthesis: /tr>\n", -1, false);end;_hamlout.push_text(" \n
KeyDi... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:4: unknown regexp options - th /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:4: syntax error, unexpected $undefined ...KeyDir
#{_hamlout.adjust_tabs(2); ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:14: syntax error, unexpected '}', expecting keyword_end ));}#{_hamlout.a... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:15: unknown regexp options - td /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:15: syntax error, unexpected $undefined ));}\n #{_hamlout.adjust_tabs(1); ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:18: syntax error, unexpected '}', expecting keyword_end ));}\n
\n", -2, false);::Ha... ... ^ /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:20: unterminated regexp meets end of file /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:20: syntax error, unexpected end-of-input, expecting keyword_end): actionpack (4.0.10) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.10) lib/action_view/template.rb:299:in `compile' actionpack (4.0.10) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.10) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.10) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.10) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:55:55 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (5.1ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:55:55 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:55:55 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:56:05 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (7.8ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:56:05 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:56:05 +0100 Started POST "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:56:06 +0100 ActionController::RoutingError (No route matches [POST] "/awesome_translations/handlers/model_handler"): actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.2ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:56:52 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.5ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_12278820' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:56:54 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_12278820' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:14 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.4ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_31762340' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:14 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_31762340' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:29 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_31762340' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:30 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1357172614309931286_31762340' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1788106605907728729__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4026001393295223137__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:37 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `model_name' for AwesomeTranslations::Handler:Class): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4252183754453606797_15662240' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2716427448765228434__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4164780446535794149__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:44 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined method `param_key' for "Handler":String): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___2844393381868451254_30831100' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2029724892671450257__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1330960797674345534__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:57:58 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `param_key' for "Handler":String): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3546623059429750425_29533860' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__712212413719796152__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2165015979376161239__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:58:00 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `param_key' for "Handler":String): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for @handler, url: handler_path(@handler) do |f| 4: %table 5: %thead 6: %th Key actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:425:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3546623059429750425_29533860' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__712212413719796152__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2165015979376161239__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:58:24 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (13.2ms) Completed 200 OK in 39ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 10:58:24 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 10:58:24 +0100 Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:58:43 +0100 ActionController::RoutingError (No route matches [PUT] "/awesome_translations/handlers/model_handler"): actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.8ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:59:09 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" AbstractController::ActionNotFound (The action 'update' could not be found for AwesomeTranslations::HandlersController): actionpack (4.0.10) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3699544946070302646__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.7ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:59:33 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "translation"=>{"da"=>"", "de"=>"", "en"=>""}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 10:59:45 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (14.8ms) Completed 200 OK in 50ms (Views: 29.7ms | ActiveRecord: 0.4ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:00:14 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (13.4ms) Completed 200 OK in 39ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 11:00:14 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 11:00:14 +0100 Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:00:18 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "translation"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:00:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (14.4ms) Completed 200 OK in 42ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:00:46 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (11.9ms) Completed 200 OK in 18ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 11:00:47 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 11:00:47 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:01:00 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (13.5ms) Completed 200 OK in 39ms (Views: 23.9ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-15 11:01:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-15 11:01:00 +0100 Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:01:02 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:05:48 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 11ms Errno::ENOENT (No such file or directory @ rb_sysopen - /media/storage/Dev/Rails/awesome_translations/spec/dummy/config/locales/awesome_translations/models/role/da.yml): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:10:in `read' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:10:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:07:28 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `mkdir_p' for File:Class): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:12:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:07:38 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `mkdir' for File:Class): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:12:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:07:47 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `mkdir_p' for Dir:Class): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:12:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:07:52 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms TypeError (no implicit conversion of Symbol into String): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:16:in `initialize' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:16:in `open' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:16:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:08:12 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms TypeError (no implicit conversion of Symbol into String): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `initialize' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `open' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:08:43 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 9ms TypeError (no implicit conversion of Symbol into String): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `initialize' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `new' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:18:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:08:52 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `[]' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:33:in `block in save!' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:27:in `each' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:27:in `each_with_index' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:27:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:09:55 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 14ms NoMethodError (undefined method `[]' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:32:in `block in save!' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each_with_index' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:10:19 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 24ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:11:02 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `[]' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:32:in `block in save!' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each_with_index' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:11:19 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 10ms NoMethodError (undefined method `[]' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:32:in `block in save!' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `each_with_index' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:26:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__445133018556694090__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3078090668838170147__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:12:21 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 17ms NoMethodError (undefined method `[]' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:34:in `block in save!' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:28:in `each' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:28:in `each_with_index' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:28:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__1253959174611862625__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1019779825755546691__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms) Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-15 11:13:04 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DXbhItnPWVfmLIPeka+nSfSeX6nODUzzQ52yQBLeyS8=", "t"=>{"activerecord.models.role.one"=>{"da"=>"1", "de"=>"2", "en"=>"3"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 42ms (Views: 3.0ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-12-17 07:21:08 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (8.4ms) Completed 500 Internal Server Error in 30ms ActionView::Template::Error (couldn't find file 'jquery' (in /media/storage/Dev/Rails/awesome_translations/spec/dummy/app/assets/javascripts/application.js:14)): 3: %head 4: %title Dummy 5: = stylesheet_link_tag "application", media: "all" 6: = javascript_include_tag "application" 7: = csrf_meta_tags 8: %body 9: .awesome-translations app/views/layouts/application.html.haml:6:in `_app_views_layouts_application_html_haml___4159183358564928653_15867540' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/" for 127.0.0.1 at 2014-12-17 07:21:44 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.1ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (couldn't find file 'jquery' (in /media/storage/Dev/Rails/awesome_translations/spec/dummy/app/assets/javascripts/application.js:14)): 3: %head 4: %title Dummy 5: = stylesheet_link_tag "application", media: "all" 6: = javascript_include_tag "application" 7: = csrf_meta_tags 8: %body 9: .awesome-translations app/views/layouts/application.html.haml:6:in `_app_views_layouts_application_html_haml___4159183358564928653_15867540' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/" for 127.0.0.1 at 2014-12-17 07:21:45 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (0.8ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (couldn't find file 'jquery' (in /media/storage/Dev/Rails/awesome_translations/spec/dummy/app/assets/javascripts/application.js:14)): 3: %head 4: %title Dummy 5: = stylesheet_link_tag "application", media: "all" 6: = javascript_include_tag "application" 7: = csrf_meta_tags 8: %body 9: .awesome-translations app/views/layouts/application.html.haml:6:in `_app_views_layouts_application_html_haml___4159183358564928653_15867540' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/" for 127.0.0.1 at 2014-12-17 07:21:49 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.4ms) Completed 200 OK in 29ms (Views: 20.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-17 07:21:49 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-17 07:21:49 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-17 07:21:49 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-17 07:21:49 +0100 Started GET "/" for 127.0.0.1 at 2014-12-17 07:23:32 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (6.8ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-17 07:23:32 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-17 07:23:32 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-17 07:23:32 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-17 07:23:32 +0100 Started GET "/" for 127.0.0.1 at 2014-12-17 07:30:50 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-17 07:30:50 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-17 07:30:50 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-17 07:30:50 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-17 07:30:50 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2014-12-17 07:30:52 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.5ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-12-17 07:30:52 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-12-17 07:30:52 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-12-17 07:30:54 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (15.7ms) Completed 200 OK in 29ms (Views: 19.2ms | ActiveRecord: 0.4ms) Started PUT "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-12-17 07:31:42 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nUGRsyM2Sz+YACJRHTDM1pffcAuqOK+6LKs+Ppv37x0=", "t"=>{"activerecord.models.user.one"=>{"da"=>"Brugere", "de"=>"Benutzer", "en"=>"Users"}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 25ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started PUT "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-12-17 07:33:22 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nUGRsyM2Sz+YACJRHTDM1pffcAuqOK+6LKs+Ppv37x0=", "t"=>{"activerecord.models.user.one"=>{"da"=>"Brugere", "de"=>"Benutzer", "en"=>"Users"}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `[]' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translated_value.rb:23:in `save!' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:18:in `block (2 levels) in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:15:in `block in update' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:13:in `update' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2806994682126077356__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3507772482945063374__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) Started PUT "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2014-12-17 07:34:01 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nUGRsyM2Sz+YACJRHTDM1pffcAuqOK+6LKs+Ppv37x0=", "t"=>{"activerecord.models.user.one"=>{"da"=>"Brugere", "de"=>"Benutzer", "en"=>"Users"}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 43ms (Views: 0.5ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-12-18 17:07:31 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (5.5ms) Completed 200 OK in 32ms (Views: 23.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-12-18 17:07:31 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-12-18 17:07:31 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-12-18 17:07:31 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-12-18 17:07:31 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2014-12-18 17:07:34 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2014-12-18 17:07:34 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2014-12-18 17:07:34 +0100 Started GET "/awesome_translations/handlers/base_handler" for 127.0.0.1 at 2014-12-18 17:07:36 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:39:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4010379697124598585__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3252558900581457859__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) Started GET "/" for 192.168.87.11 at 2014-12-19 12:32:26 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (6.7ms) Completed 200 OK in 33ms (Views: 25.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-19 12:32:26 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-19 12:32:26 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-19 12:32:26 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-19 12:32:26 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-19 12:32:28 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.8ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 12:32:28 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 12:32:28 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-19 12:32:30 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.8ms) Completed 200 OK in 15ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/base_handler" for 192.168.87.11 at 2014-12-19 12:32:32 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:39:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3953187923914182411__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3158131934273719869__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.1ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:32:33 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 200 OK in 13ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/awesome_translations/handlers/base_handler" for 192.168.87.11 at 2014-12-19 12:32:38 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `translations' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:39:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3953187923914182411__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3158131934273719869__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms) Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-19 12:32:39 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.8ms) Completed 200 OK in 17ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-19 12:33:09 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.3ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 12:33:10 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 12:33:10 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:38:12 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (11.6ms) Completed 200 OK in 29ms (Views: 13.8ms | ActiveRecord: 0.4ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 12:38:13 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 12:38:13 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:32 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4537330971874250719__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1229416557966336937__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:44 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4537330971874250719__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1229416557966336937__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:45 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4537330971874250719__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1229416557966336937__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:46 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4537330971874250719__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1229416557966336937__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:52 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__1225104283769430864__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2141441073375125217__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:57 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__1225104283769430864__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2141441073375125217__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.3ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:45:58 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__1225104283769430864__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2141441073375125217__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:46:03 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (17.5ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `handler_group_path' for #<#:0x00000002262738>): 7: %tbody 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4097643615219240635_17801320' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:23:in `<<' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:23:in `block (2 levels) in groups' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:16:in `block in model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:11:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:11:in `model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:17:in `block in groups' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:8:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:8:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:8:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4097643615219240635_17801320' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4097643615219240635_17801320' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__746118850536078984__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__216684390821477933__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:46:15 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (9.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `empty?' for #:each>): 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. 14: /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4097643615219240635_17801320' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml___4097643615219240635_17801320' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__746118850536078984__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__216684390821477933__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 12:46:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (14.6ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `empty?' for #:each>): 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. 14: /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__257693976715226957_24567080' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__257693976715226957_24567080' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4012694311728761278__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3338239298414345113__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) Started GET "/" for 192.168.87.11 at 2014-12-19 16:05:13 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (7.6ms) Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:05:13 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-19 16:05:13 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:05:13 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-19 16:05:13 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-19 16:05:14 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.8ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:05:15 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:05:15 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-19 16:05:18 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2029851531464859980__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2797150015627275950__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:05:21 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (9.7ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `empty?' for #:each>): 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. 14: /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2029851531464859980__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2797150015627275950__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:05:39 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.4ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `empty?' for #:each>): 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. 14: /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2029851531464859980__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2797150015627275950__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:05:41 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.3ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `empty?' for #:each>): 8: - @groups.each do |group| 9: %tr 10: %td= link_to group.name, handler_group_path(@handler, group) 11: - if @groups.empty? 12: %tr 13: %td.error{colspan: 2} No groups were found. 14: /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__3653970985950943759_27833220' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2029851531464859980__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2797150015627275950__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:05:46 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Completed 500 Internal Server Error in 3ms NameError (uninitialized constant AwesomeTranslations::Handlers::ModelHandler::ArrayEnumerator): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:16:in `groups' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2299812854153054835__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4523662713726612435__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:05:58 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (21.4ms) Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:05:59 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:05:59 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:06:39 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (21.4ms) Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:06:40 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:06:40 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:08:15 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (19.1ms) Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:09:01 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.7ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:09:02 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.5ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:09:07 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (20.6ms) Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:09:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (20.3ms) Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:10:12 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (20.6ms) Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:10:12 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:10:12 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:10:15 +0100 ActionController::RoutingError (uninitialized constant AwesomeTranslations::GroupsController): activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__826812158805898972__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.6ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:11:12 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (undefined method `before_filter' for AwesomeTranslations::GroupsController:Class): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:2:in `' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:1:in `' activesupport (4.0.10) lib/active_support/dependencies.rb:424:in `load' activesupport (4.0.10) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.10) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.10) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.10) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.10) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.10) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `const_get' activesupport (4.0.10) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.10) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.10) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.10) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3542547280233834532__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.9ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:11:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `find' for AwesomeTranslations::Group:Class): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:18:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__3362675223305496119__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1230018380903414461__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.1ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:12:24 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `find' for AwesomeTranslations::Group:Class): /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:18:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__3362675223305496119__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1230018380903414461__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:12:40 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.4ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 8: - I18n.available_locales.each do |locale| 9: %th= locale 10: %tbody 11: - @translations.each do |translation| 12: %tr 13: %td= translation.key 14: %td= translation.dir.gsub("#{Rails.root.to_s}/", "") /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__281682549146402919_17019700' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__281682549146402919_17019700' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__3474014814816761858__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3312057473200814080__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:12:51 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.2ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `model_classes' for AwesomeTranslations:Module): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:29:in `block in translations_for_group' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.6ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:13:23 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.1ms) Completed 200 OK in 41ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:13:24 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:13:24 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 192.168.87.11 at 2014-12-19 16:13:31 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (11.3ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:13:31 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:13:31 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:13:35 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.7ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:13:35 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:13:35 +0100 Started PUT "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:13:41 +0100 Processing by AwesomeTranslations::HandlersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xj2y1aCVFMHN3zNgZSLjb9YReihiV4KLPJj7614qzLk=", "t"=>{"activerecord.models.role.one"=>{"da"=>"Rolle", "de"=>"Rolle", "en"=>"Role"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "id"=>"model_handler"} Rendered text template (0.0ms) Completed 200 OK in 17ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:14:24 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.2ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `group_handler_path' for #<#:0x00000005a631f0>): 1: %h1= "Show handler: #{@handler.name}" 2: 3: = form_for :group, url: group_handler_path(@handler, @group), method: :put do |f| 4: %table 5: %thead 6: %th Key /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___2502813723237404709_47382880' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__1529779465220338__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4260159743510479589__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:10 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.5ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:15:10 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:15:10 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:15:14 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-19 16:15:15 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:15:15 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:15:15 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:16 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.7ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:15:16 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:15:16 +0100 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:20 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xj2y1aCVFMHN3zNgZSLjb9YReihiV4KLPJj7614qzLk=", "t"=>{"activerecord.models.role.one"=>{"da"=>"Rolle", "de"=>"Rolle", "en"=>"Group"}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Rendered text template (0.0ms) Completed 200 OK in 15ms (Views: 0.3ms | ActiveRecord: 0.2ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:26 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.3ms) Completed 200 OK in 11ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:27 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.4ms) Completed 200 OK in 13ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:15:27 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:15:27 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-19 16:15:28 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.3ms) Completed 200 OK in 16ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-19 16:15:28 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-19 16:15:28 +0100 Started GET "/" for 192.168.87.11 at 2014-12-21 16:35:16 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (7.1ms) Completed 200 OK in 36ms (Views: 28.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:16 +0100 Started GET "/assets/jquery.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:16 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:16 +0100 Started GET "/assets/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:16 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2014-12-21 16:35:18 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.9ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:18 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:18 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2014-12-21 16:35:19 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (10.7ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:20 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:20 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 192.168.87.11 at 2014-12-21 16:35:21 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.7ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:21 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:21 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-21 16:35:22 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.4ms) Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:22 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:22 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 192.168.87.11 at 2014-12-21 16:35:24 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.9ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:24 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:24 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2014-12-21 16:35:25 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:35:25 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:35:25 +0100 Started GET "/awesome_translations/handlers/base_handler" for 192.168.87.11 at 2014-12-21 16:35:27 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"base_handler"} Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3576948583149050143__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1970967350924060057__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:35:29 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3576948583149050143__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1970967350924060057__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.6ms) Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:38:55 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `groups' for #): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__3576948583149050143__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1970967350924060057__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:38:59 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.5ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:39:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:39:00 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:39:15 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.4ms) Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:39:16 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:39:16 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:39:53 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.8ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:39:53 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:39:53 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 192.168.87.11 at 2014-12-21 16:39:57 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.7ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:39:58 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:39:58 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:39:59 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 8: - I18n.available_locales.each do |locale| 9: %th= locale 10: %tbody 11: - @translations.each do |translation| 12: %tr 13: %td= translation.key 14: %td= translation.dir.gsub("#{Rails.root.to_s}/", "") /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___2492630626252554919_20087720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___2492630626252554919_20087720' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__2435453943127071479__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3506089095310474801__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms) Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:43:15 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (wrong number of arguments (2 for 0..1)): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:5:in `files' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:54:in `block in translations_for_group' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.4ms) Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:44:13 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `key' for #): 10: %tbody 11: - @translations.each do |translation| 12: %tr 13: %td= translation.key 14: %td= translation.dir.gsub("#{Rails.root.to_s}/", "") 15: - I18n.available_locales.each do |locale| 16: %td /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:13:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___3616307517694310012_22130360' array_enumerator (0.0.5) lib/array_enumerator.rb:117:in `<<' array_enumerator (0.0.5) lib/array_enumerator.rb:117:in `block (2 levels) in to_enum' array_enumerator (0.0.5) lib/array_enumerator.rb:198:in `block in yield_rest' array_enumerator (0.0.5) lib/array_enumerator.rb:195:in `synchronize' array_enumerator (0.0.5) lib/array_enumerator.rb:195:in `yield_rest' array_enumerator (0.0.5) lib/array_enumerator.rb:116:in `block in to_enum' array_enumerator (0.0.5) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.5) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.5) lib/array_enumerator.rb:54:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:11:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___3616307517694310012_22130360' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___3616307517694310012_22130360' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__2475390324703560215__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3554503396541048689__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:44:55 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.7ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:44:55 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:44:55 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:45:36 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (16.1ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:45:36 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:45:36 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.9ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (11.0ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:45:37 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:46:35 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.7ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:46:36 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:46:36 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:46:36 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.3ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:46:36 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:46:36 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:46:43 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.0ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:46:43 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:46:43 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:46:44 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.5ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:46:44 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:46:44 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:47:01 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (wrong number of arguments (1 for 2)): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:71:in `parse_file_path' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:58:in `block (2 levels) in translations_for_group' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:14:in `call' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:14:in `block in files' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:6:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:6:in `files' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:53:in `block in translations_for_group' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.5) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.6ms) Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:47:11 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.3ms) Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:47:11 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:47:11 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/users" for 192.168.87.11 at 2014-12-21 16:50:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"users"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.0ms) Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2014-12-21 16:50:20 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2014-12-21 16:50:20 +0100 Started GET "/awesome_translations" for 192.168.87.11 at 2015-01-22 14:31:58 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.4ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 192.168.87.11 at 2015-01-22 14:31:58 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 192.168.87.11 at 2015-01-22 14:31:58 +0100 Started GET "/awesome_translations/handlers/model_handler" for 192.168.87.11 at 2015-01-22 14:32:00 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (18.5ms) Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 192.168.87.11 at 2015-01-22 14:32:01 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.5ms) Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 192.168.87.11 at 2015-01-22 14:33:56 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.3ms) Completed 200 OK in 15ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2015-02-27 17:18:14 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (32.9ms) Completed 200 OK in 154ms (Views: 135.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-27 17:18:14 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-27 17:18:14 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-27 17:18:14 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-27 17:18:14 +0100 Started GET "/" for 127.0.0.1 at 2015-02-27 18:31:38 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (22.8ms) Completed 200 OK in 60ms (Views: 43.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-27 18:31:38 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:38 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:38 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:38 +0100 Started GET "/" for 127.0.0.1 at 2015-02-27 18:31:39 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (1.2ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-27 18:31:39 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:39 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:39 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:39 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2015-02-27 18:31:44 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (4.1ms) Completed 200 OK in 194ms (Views: 193.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-27 18:31:44 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-27 18:31:44 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-27 18:31:44 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-27 18:31:44 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:31:47 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.9ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 4: %thead 5: %th Group 6: %tbody 7: - @groups.each do |group| 8: %tr 9: %td= link_to group.name, handler_group_path(@handler, group) 10: - if @groups.empty? /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:6:in `initialize' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:7:in `new' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:7:in `block in groups' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:7:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1855437978517099195_41217900' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4370343952929610508__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1048432550989499697__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:32:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (6.5ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `empty?' for #:each>): 7: - @groups.each do |group| 8: %tr 9: %td= link_to group.name, handler_group_path(@handler, group) 10: - if @groups.empty? 11: %tr 12: %td.error{colspan: 2} No groups were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1127761216895347306_42691020' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2606841760144680873__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2063685743322886777__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:32:26 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.6ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `empty?' for #:each>): 7: - @groups.each do |group| 8: %tr 9: %td= link_to group.name, handler_group_path(@handler, group) 10: - if @groups.empty? 11: %tr 12: %td.error{colspan: 2} No groups were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1127761216895347306_42691020' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2606841760144680873__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2063685743322886777__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:32:27 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.7ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `empty?' for #:each>): 7: - @groups.each do |group| 8: %tr 9: %td= link_to group.name, handler_group_path(@handler, group) 10: - if @groups.empty? 11: %tr 12: %td.error{colspan: 2} No groups were found. /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml:10:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_handlers_show_html_haml__1127761216895347306_42691020' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__2606841760144680873__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2063685743322886777__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:32:33 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (13.2ms) Completed 200 OK in 45ms (Views: 41.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:33 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:33 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:33 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-27 18:32:33 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-27 18:32:47 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (5.4ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:47 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:47 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-27 18:32:47 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-27 18:32:47 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-27 18:32:56 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.7ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.6ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-27 18:32:57 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (0.9ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.5ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL2luZGV4Lmh0bWwuaGFtbA==" for 127.0.0.1 at 2015-02-27 18:32:58 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL2luZGV4Lmh0bWwuaGFtbA=="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (1.0ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.9ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-27 18:32:59 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (1.0ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.5ms) Started GET "/" for 127.0.0.1 at 2015-02-28 10:29:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (9.2ms) Completed 200 OK in 50ms (Views: 39.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-28 10:29:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-28 10:29:45 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:29:45 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2015-02-28 10:29:47 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.2ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:47 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:47 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:47 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:29:47 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 10:29:49 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (949.2ms) Completed 200 OK in 959ms (Views: 957.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:50 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:50 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:29:50 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:29:50 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 10:36:35 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (108.3ms) Completed 200 OK in 114ms (Views: 113.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:35 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:35 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:36:35 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:35 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 10:36:36 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (154.6ms) Completed 200 OK in 160ms (Views: 160.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:36 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:36 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:36 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:36:36 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 10:36:43 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (953.0ms) Completed 200 OK in 980ms (Views: 977.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:44 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:44 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:44 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:36:44 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 10:36:46 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:96) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (244.7ms) Completed 200 OK in 448ms (Views: 256.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:47 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:47 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:36:47 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:36:47 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 10:38:34 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (86.2ms) Completed 500 Internal Server Error in 904ms ActionView::Template::Error (undefined method `call' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:126:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:14:in `block in model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:13:in `model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:34:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 10:40:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:75) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:109) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:112) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (89.4ms) Completed 500 Internal Server Error in 904ms ActionView::Template::Error (undefined method `call' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:126:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:100:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:14:in `block in model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:13:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:13:in `model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:34:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.7ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 10:43:15 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:77) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:104) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:114) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:77) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:111) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:114) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:117) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (87.1ms) Completed 500 Internal Server Error in 943ms ActionView::Template::Error (undefined method `call' for nil:NilClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:130:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:119:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:119:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:119:in `block in scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102:in `scan_for_models' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:16:in `block in model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:15:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:15:in `model_classes' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/model_handler.rb:34:in `block in translations_for_group' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.6) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.3ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 10:45:04 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (180.5ms) Completed 200 OK in 1009ms (Views: 197.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 10:45:05 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 10:45:05 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 10:45:05 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 10:45:05 +0100 Started GET "/" for 127.0.0.1 at 2015-02-28 11:00:48 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (3.2ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:00:48 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-28 11:00:48 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-28 11:00:48 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:00:48 +0100 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-02-28 11:01:01 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (5.8ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:01 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:01 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:01 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:01:01 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 11:01:03 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (5.5ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:03 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:01:03 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:03 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:01:03 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 11:04:43 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (6.9ms) Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:04:43 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:04:43 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:04:43 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:04:43 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 11:05:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (10.4ms) Completed 200 OK in 61ms (Views: 58.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:05:20 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:05:20 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:05:20 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:05:20 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:05:30 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.5ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.9ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:05:32 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (1.5ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `files' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:27:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:10:34 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (9.6ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined method `translations' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:10:53 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.2ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `translations' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.6ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:11:27 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.5ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (undefined method `translations' for false:FalseClass): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:11:56 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.3ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined local variable or method `translation' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/translation_inspector.rb:13:in `model' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:31:in `block (2 levels) in translations_for_group' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:77:in `<<' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:77:in `add_translation' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:40:in `block (2 levels) in parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:39:in `scan' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:39:in `block in parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:37:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:37:in `parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:20:in `block (3 levels) in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:18:in `each_line' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:18:in `block (2 levels) in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:16:in `open' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:16:in `block in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/erb_handler.rb:30:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:12:25 +0100 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (25.7ms) Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:12:25 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:12:25 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:12:25 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:12:25 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:13:24 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.8ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:13:24 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:13:24 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:13:24 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:13:24 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 11:14:15 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:14:15 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:14:15 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:14:15 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:14:15 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:14:22 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.2ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `full_key' for #): 10: - @translations.each do |translation| 11: %tr 12: %td= translation.key 13: %td= translation.full_key 14: - I18n.available_locales.each do |locale| 15: %td 16: = text_field "t", "#{translation.key}[#{locale}]", value: translation.value(locale: locale) /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:13:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__3594503543741032206_39786720' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `<<' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `block (2 levels) in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:221:in `block in yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `synchronize' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:116:in `block in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:10:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__3594503543741032206_39786720' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__3594503543741032206_39786720' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__1849107362819550210__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2592822933718752724__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.5ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:14:34 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (9.3ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined method `file_path' for #): 10: - @translations.each do |translation| 11: %tr 12: %td= translation.key 13: %td= translation.file_path 14: - I18n.available_locales.each do |locale| 15: %td 16: = text_field "t", "#{translation.key}[#{locale}]", value: translation.value(locale: locale) /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:13:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___1140802052408087151_46908880' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `<<' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `block (2 levels) in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:221:in `block in yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `synchronize' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:116:in `block in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:10:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___1140802052408087151_46908880' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___1140802052408087151_46908880' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__3279014646648710242__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3550673495014664936__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.3ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:15:35 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (32.8ms) Completed 200 OK in 58ms (Views: 54.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:15:35 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:15:35 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:15:35 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:15:35 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:17:59 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.5ms) Completed 200 OK in 59ms (Views: 55.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:17:59 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:17:59 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:17:59 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:17:59 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:18:03 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.4ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:18:03 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:18:03 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:18:03 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:18:03 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:18:59 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (29.8ms) Completed 200 OK in 65ms (Views: 61.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:00 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:00 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:19:00 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:12 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:12 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:12 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:19:58 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (46.4ms) Completed 200 OK in 88ms (Views: 82.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:59 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:59 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:19:59 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:19:59 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:20:29 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (20.0ms) Completed 200 OK in 51ms (Views: 47.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:20:29 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:20:29 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:20:29 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:20:29 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:15 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.8ms) Completed 200 OK in 151ms (Views: 150.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:15 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:15 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:15 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:15 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:21 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.8ms) Completed 200 OK in 48ms (Views: 40.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:21 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:21 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:21 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:21 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:27 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.5ms) Completed 200 OK in 128ms (Views: 127.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:27 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:27 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:27 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:27 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:31 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.2ms) Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:31 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:31 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:31 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:31 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:41 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.9ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:41 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:41 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:41 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:41 +0100 Started PUT "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:53 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bAkRz/XGn7Cr1+z5tUGMkHRbnINxgMpmYEa+DL/oCBQ=", "t"=>{"users.show.some_translation"=>{"da"=>"En eller anden oversættelse", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Redirected to http://localhost:3000/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI= Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:21:53 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.6ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:54 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:54 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:21:54 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:21:54 +0100 Started PUT "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bAkRz/XGn7Cr1+z5tUGMkHRbnINxgMpmYEa+DL/oCBQ=", "t"=>{"users.show.some_translation"=>{"da"=>"En eller anden oversættelse", "de"=>"Eine Übersätsung", "en"=>"Some translation"}}, "commit"=>"Save", "handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Redirected to http://localhost:3000/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI= Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.2ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:22:07 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:23:12 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (20.3ms) Completed 200 OK in 57ms (Views: 51.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:23:13 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:23:13 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:23:13 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:23:13 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:24:00 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.5ms) Completed 200 OK in 54ms (Views: 50.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:00 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:00 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:24:00 +0100 Started PUT "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bAkRz/XGn7Cr1+z5tUGMkHRbnINxgMpmYEa+DL/oCBQ=", "t"=>{"users.show.some_translation"=>{"da"=>"En eller anden oversættelse", "de"=>"Eine Übersätsung", "en"=>"Some translation"}}, "commit"=>"Save", "handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Redirected to http://localhost:3000/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI= Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.5ms) Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:24:15 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:26:47 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (18.1ms) Completed 200 OK in 42ms (Views: 38.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:26:48 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:26:48 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:26:48 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:26:48 +0100 Started GET "/" for 127.0.0.1 at 2015-02-28 11:38:16 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (6.7ms) Completed 200 OK in 36ms (Views: 24.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:16 +0100 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:16 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:16 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:16 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2015-02-28 11:38:26 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.9ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:27 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:27 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:27 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:27 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 11:38:30 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (6.6ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:30 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:30 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:30 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:30 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:38:33 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.6ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:34 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:34 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:34 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:34 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:38:54 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (16.0ms) Completed 200 OK in 39ms (Views: 35.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:54 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:54 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:38:54 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:38:54 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 11:41:14 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (18.9ms) Completed 200 OK in 41ms (Views: 38.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 11:41:15 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 11:41:15 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 11:41:15 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 11:41:15 +0100 Started GET "/" for 127.0.0.1 at 2015-02-28 17:52:44 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (16.7ms) Completed 200 OK in 54ms (Views: 43.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:45 +0100 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-02-28 17:52:45 +0100 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:52:45 +0100 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-02-28 17:52:45 +0100 Started GET "/awesome_translations" for 127.0.0.1 at 2015-02-28 17:52:46 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (3.0ms) Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:46 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:46 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:52:46 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:46 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 17:52:48 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1003.8ms) Completed 200 OK in 1018ms (Views: 1017.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:49 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:49 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:52:49 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:52:49 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-02-28 17:52:59 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (143.0ms) Completed 200 OK in 239ms (Views: 149.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:00 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:53:00 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:00 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 17:53:01 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (150.6ms) Completed 200 OK in 248ms (Views: 156.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:02 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:02 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:02 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:53:02 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-02-28 17:53:03 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (113.6ms) Completed 200 OK in 196ms (Views: 118.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:03 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:03 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:53:03 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:03 +0100 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-02-28 17:53:05 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (0.7ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:05 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:05 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:53:05 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:05 +0100 Started GET "/awesome_translations/handlers/global_handler" for 127.0.0.1 at 2015-02-28 17:53:07 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"global_handler"} Completed 500 Internal Server Error in 0ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:3:in `groups' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__55656710516065590__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4226867304252482745__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 17:53:58 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.1ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:58 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:58 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:53:58 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:53:58 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI=" for 127.0.0.1 at 2015-02-28 17:54:00 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL3Nob3cuaHRtbC5lcmI="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.3ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:54:00 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:54:00 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:54:00 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:54:00 +0100 Started GET "/awesome_translations/handlers/global_handler" for 127.0.0.1 at 2015-02-28 17:54:08 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"global_handler"} Completed 500 Internal Server Error in 0ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:3:in `groups' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__55656710516065590__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__4226867304252482745__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) Started GET "/awesome_translations/handlers/global_handler" for 127.0.0.1 at 2015-02-28 17:58:55 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"global_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (20.1ms) Completed 200 OK in 59ms (Views: 56.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:58:55 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:58:55 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:58:55 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:58:55 +0100 Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 17:58:56 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.1ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `begin_with?' for ".partial_test":String): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:21:in `block (3 levels) in translations_for_group' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:78:in `<<' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:78:in `add_translation' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:40:in `block (2 levels) in parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:39:in `scan' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:39:in `block in parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:37:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:37:in `parse_content' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:20:in `block (3 levels) in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:18:in `each_line' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:18:in `block (2 levels) in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:16:in `open' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector/file_inspector.rb:16:in `block in translations' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:20:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:20:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:20:in `block (2 levels) in translations_for_group' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:41:in `<<' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:41:in `block in scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:36:in `block in scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:36:in `block in scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:36:in `block in scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `foreach' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:26:in `scan_dir' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:18:in `block (2 levels) in files' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:17:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/erb_inspector.rb:17:in `block in files' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:19:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:19:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/global_handler.rb:19:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms) Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 17:59:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (17.1ms) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:27 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:59:27 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:27 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:27 +0100 Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 17:59:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.8ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:54 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:54 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 17:59:54 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 17:59:54 +0100 Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:03:59 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.7ms) Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:03:59 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:03:59 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:03:59 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:03:59 +0100 Started PUT "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:04:07 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AL93I7uOjkX1EszdXCmIOY4qaF6NOqx6iTtcSYk7qcs=", "t"=>{"users.show.yes"=>{"da"=>"Ja", "de"=>"Ja", "en"=>"Yes"}, "users.show.no"=>{"da"=>"Nej", "de"=>"Nein", "en"=>"No"}}, "commit"=>"Save", "handler_id"=>"global_handler", "id"=>"global"} Redirected to http://localhost:3000/awesome_translations/handlers/global_handler/groups/global Completed 302 Found in 13ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:04:07 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (13.4ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:04:08 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:04:08 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:04:08 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:04:08 +0100 Started PUT "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AL93I7uOjkX1EszdXCmIOY4qaF6NOqx6iTtcSYk7qcs=", "t"=>{"users.show.yes"=>{"da"=>"Ja", "de"=>"Ja", "en"=>"Yes"}, "users.show.no"=>{"da"=>"Nej", "de"=>"Nein", "en"=>"No"}}, "commit"=>"Save", "handler_id"=>"global_handler", "id"=>"global"} Redirected to http://localhost:3000/awesome_translations/handlers/global_handler/groups/global Completed 302 Found in 15ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.1ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:33:48 +0100 Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:38:53 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (23.2ms) Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:38:53 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:38:53 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:38:53 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:38:53 +0100 Started PUT "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AL93I7uOjkX1EszdXCmIOY4qaF6NOqx6iTtcSYk7qcs=", "t"=>{"yes"=>{"da"=>"Ja", "de"=>"Ja", "en"=>"Yes"}, "no"=>{"da"=>"Nej", "de"=>"Nein", "en"=>"No"}}, "commit"=>"Save", "handler_id"=>"global_handler", "id"=>"global"} Redirected to http://localhost:3000/awesome_translations/handlers/global_handler/groups/global Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (13.3ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:01 +0100 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-02-28 18:39:48 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.9ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:48 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:48 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:39:48 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:48 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 18:39:50 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (782.4ms) Completed 200 OK in 789ms (Views: 788.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:50 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:50 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:50 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:39:50 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 18:39:52 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (125.1ms) Completed 200 OK in 225ms (Views: 133.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:52 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:52 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:39:52 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:39:52 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 18:40:01 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (145.6ms) Completed 200 OK in 152ms (Views: 151.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:01 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:01 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:01 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:01 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-02-28 18:40:04 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (119.4ms) Completed 200 OK in 214ms (Views: 126.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:04 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:04 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:04 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:04 +0100 Started GET "/awesome_translations/handlers/global_handler" for 127.0.0.1 at 2015-02-28 18:40:11 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"global_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (0.6ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:11 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:11 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:11 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:11 +0100 Started GET "/awesome_translations/handlers/global_handler/groups/global" for 127.0.0.1 at 2015-02-28 18:40:12 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"global_handler", "id"=>"global"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (9.1ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:12 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:12 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:12 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:12 +0100 Started GET "/awesome_translations/handlers/erb_handler" for 127.0.0.1 at 2015-02-28 18:40:26 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"erb_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:26 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:26 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:26 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:26 +0100 Started GET "/awesome_translations/handlers/erb_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL2luZGV4Lmh0bWwuaGFtbA==" for 127.0.0.1 at 2015-02-28 18:40:30 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"erb_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL3ZpZXdzL3VzZXJzL2luZGV4Lmh0bWwuaGFtbA=="} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.7ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:30 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:30 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:30 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:30 +0100 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-02-28 18:40:41 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (116.0ms) Completed 200 OK in 122ms (Views: 122.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:42 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:42 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:42 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:42 +0100 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-02-28 18:40:43 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (109.1ms) Completed 200 OK in 236ms (Views: 120.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:43 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:43 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:40:43 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:40:43 +0100 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-02-28 18:58:55 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.6ms) Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:55 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:55 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:55 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:58:55 +0100 Started GET "/awesome_translations/handlers/validations_handler" for 127.0.0.1 at 2015-02-28 18:58:57 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"validations_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (876.9ms) Completed 200 OK in 886ms (Views: 885.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:58 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:58 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 18:58:58 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 18:58:58 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 18:58:59 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) Completed 500 Internal Server Error in 102ms RuntimeError (stub!): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/validations_handler.rb:14:in `translations_for_group' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:17:in `translations' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__1679100628807795132__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__519822818003967554__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.8ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:12:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (154.8ms) Completed 200 OK in 1058ms (Views: 170.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:28 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:28 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:28 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:12:28 +0100 Started PUT "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AL93I7uOjkX1EszdXCmIOY4qaF6NOqx6iTtcSYk7qcs=", "t"=>{"activerecord.errors.models.user.attributes.email.blank"=>{"da"=>"Indtast venligst email", "de"=>"Bitte deine email geben", "en"=>"Please write your email"}}, "commit"=>"Save", "handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Redirected to http://localhost:3000/awesome_translations/handlers/validations_handler/groups/User Completed 302 Found in 238ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (147.7ms) Completed 200 OK in 257ms (Views: 156.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:12:55 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:13:43 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (160.3ms) Completed 200 OK in 980ms (Views: 176.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:13:44 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:13:44 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:13:44 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:13:44 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:04 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 6ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:4:in `' app/models/user.rb:1:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.5ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:39 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 8ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.5ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:53 +0100 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 6ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 2ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 5ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.4ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:54 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:55 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:15:55 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:16:43 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 2ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:16:44 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 1ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:18:17 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 3ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:6:in `' app/models/user.rb:3:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:18:24 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 7ms LoadError (cannot load such file -- validates_email): app/models/user.rb:1:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (8.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.3ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:18:30 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (153.5ms) Completed 200 OK in 960ms (Views: 170.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:18:31 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:18:31 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:18:31 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:18:31 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:21 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Completed 500 Internal Server Error in 9ms ArgumentError (Unknown validator: 'EmailValidator'): app/models/user.rb:4:in `' app/models/user.rb:1:in `' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (22.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (45.8ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:31 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (382.1ms) Completed 200 OK in 1929ms (Views: 407.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:33 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:33 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:19:33 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:33 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:36 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (248.6ms) Completed 200 OK in 414ms (Views: 258.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:36 +0100 Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:36 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:36 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:19:36 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:37 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (108.4ms) Completed 200 OK in 233ms (Views: 114.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:37 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:37 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:37 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:19:37 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:42 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase. (called from const_get at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:108) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (145.0ms) Completed 200 OK in 936ms (Views: 164.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:43 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:19:43 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:43 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:43 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:19:44 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (143.1ms) Completed 200 OK in 256ms (Views: 148.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:45 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:45 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:19:45 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:19:45 +0100 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-02-28 19:21:58 +0100 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.1ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:21:58 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:21:58 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:21:58 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:21:58 +0100 Started GET "/awesome_translations/handlers/validations_handler" for 127.0.0.1 at 2015-02-28 19:22:01 +0100 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"validations_handler"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (116.2ms) Completed 200 OK in 124ms (Views: 123.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:01 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:01 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:01 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:22:01 +0100 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-02-28 19:22:02 +0100 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: engines is deprecated and will be removed from Rails 4.1. (called from load_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:81) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: ActiveRecord::Fixtures is deprecated! Use ActiveRecord::FixtureSet instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:118) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:121) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from block in scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:115) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) DEPRECATION WARNING: RAILS_CACHE is deprecated! Use ::Rails.cache instead. (called from scan_for_models at /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/model_inspector.rb:102) Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (128.4ms) Completed 200 OK in 229ms (Views: 135.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:02 +0100 Started GET "/assets/awesome_translations/application.js?body=1" for 127.0.0.1 at 2015-02-28 19:22:02 +0100 Started GET "/assets/awesome_translations/groups.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:02 +0100 Started GET "/assets/awesome_translations/layout.css?body=1" for 127.0.0.1 at 2015-02-28 19:22:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2015-05-20 11:35:22 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (9.1ms) Completed 200 OK in 253ms (Views: 242.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:22 +0200 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:22 +0200 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:22 +0200 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:22 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2015-05-20 11:35:25 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.0ms) Completed 200 OK in 168ms (Views: 166.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:25 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:25 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:25 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:25 +0200 Started GET "/awesome_translations/handlers/library_handler" for 127.0.0.1 at 2015-05-20 11:35:26 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"library_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (139.7ms) Completed 200 OK in 149ms (Views: 147.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:27 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:27 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:27 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:27 +0200 Started GET "/awesome_translations/handlers/library_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL21haWxlcnMvbXlfbWFpbGVyLnJi" for 127.0.0.1 at 2015-05-20 11:35:28 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"library_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL21haWxlcnMvbXlfbWFpbGVyLnJi"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:28 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:28 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:28 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:28 +0200 Started GET "/awesome_translations/handlers/library_handler/groups/L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL21vZGVscy9yb2xlLnJi" for 127.0.0.1 at 2015-05-20 11:35:30 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"library_handler", "id"=>"L21lZGlhL3N0b3JhZ2UvRGV2L1JhaWxzL2F3ZXNvbWVfdHJhbnNsYXRpb25zL3NwZWMvZHVtbXkvYXBwL21vZGVscy9yb2xlLnJi"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.2ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:30 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:30 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:30 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:30 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:35:34 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (12.9ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:34 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:34 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:34 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:34 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:35:35 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.4ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:35 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:35 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:35 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:35 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:35:36 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"ID", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"Email", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"User"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/User Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:35:36 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'User'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__4325937595231756190__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3814599784840274601__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:35:41 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'User'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__4325937595231756190__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3814599784840274601__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (69.1ms) Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:42 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:45 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.8ms) Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:45 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:45 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:45 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:45 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.0ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:50 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.7ms) Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (44.6ms) Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:51 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.2ms) Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.9ms) Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:52 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.7ms) Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.4ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (50.7ms) Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:35:53 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.2ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:54 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:54 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:54 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:54 +0200 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.6ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (0.7ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:56 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:35:57 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.3ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:57 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:57 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:35:57 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:35:57 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:36:03 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (19.6ms) Completed 200 OK in 298ms (Views: 296.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:03 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:03 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:03 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:03 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:36:04 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.9ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:04 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:04 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:04 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:04 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"ID", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"Email", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"User"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/User Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.7ms) Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:05 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.user.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.user.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.id"=>{"da"=>"ID", "de"=>"", "en"=>""}, "activerecord.attributes.user.email"=>{"da"=>"Email", "de"=>"", "en"=>""}, "activerecord.attributes.user.password"=>"[FILTERED]", "activerecord.attributes.user.age"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.roles"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"User"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/User Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.5ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:06 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:36:09 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.5ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:09 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:09 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:09 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:09 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 8ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (33.4ms) Completed 200 OK in 44ms (Views: 42.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started PUT "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.models.role.one"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.models.role.other"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.user_id"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.role.role"=>{"da"=>"Rolle", "de"=>"Die type", "en"=>"Role"}, "activerecord.attributes.role.user"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"model_handler", "id"=>"Role"} Redirected to http://localhost:3000/awesome_translations/handlers/model_handler/groups/Role Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/model_handler/groups/Role" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Role"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.8ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:10 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:36:12 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.5ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:12 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:12 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:36:12 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:36:12 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-05-20 11:37:16 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (35.9ms) Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:16 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:16 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:16 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:37:16 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.0ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.2ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:17 +0200 Started GET "/awesome_translations/handlers/validations_handler" for 127.0.0.1 at 2015-05-20 11:37:21 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"validations_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.0ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:21 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:37:21 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:21 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:21 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:37:22 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.4ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:22 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:22 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:37:22 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:37:22 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:39:18 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (5.0ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:18 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:18 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:18 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:39:18 +0200 Started GET "/awesome_translations/handlers/validations_handler" for 127.0.0.1 at 2015-05-20 11:39:20 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"validations_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (2.1ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:20 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:39:20 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:20 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:20 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:39:21 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.9ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:21 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:21 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:39:21 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:21 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:39:22 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.0ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:22 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:22 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:22 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:39:22 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:39:27 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (2.9ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:27 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:27 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:39:27 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:39:27 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:40:16 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.1ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:16 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:16 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:16 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:40:16 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:40:18 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.2ms) Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:18 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:40:18 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:18 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:18 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:40:24 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (18.2ms) Completed 200 OK in 274ms (Views: 266.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:25 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:25 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:40:25 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:40:25 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:42:24 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (2.9ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:25 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:25 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:25 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:42:25 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:42:30 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (26.6ms) Completed 200 OK in 300ms (Views: 292.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:30 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:30 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:30 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:42:30 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:34 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:34 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:34 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:42:57 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.7ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:57 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:57 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:42:57 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:42:57 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:43:03 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (25.3ms) Completed 200 OK in 315ms (Views: 304.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:04 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:04 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:43:04 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:04 +0200 Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:43:28 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (23.9ms) Completed 200 OK in 287ms (Views: 279.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:29 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:29 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:29 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:43:29 +0200 Started PUT "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SCIi01VPrXE7JVM9YIol2byyUuispvFkvkplucXXjJc=", "t"=>{"activerecord.errors.models.user.attributes.email.blank"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.errors.models.user.attributes.email.taken"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.errors.models.user.attributes.email.too_short"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.errors.models.user.attributes.email.too_long"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.errors.models.user.attributes.email.invalid"=>{"da"=>"", "de"=>"", "en"=>""}, "activerecord.attributes.user.email_confirmation"=>{"da"=>"Bekræft email", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"validations_handler", "id"=>"User"} Redirected to http://localhost:3000/awesome_translations/handlers/validations_handler/groups/User Completed 302 Found in 13ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/validations_handler/groups/User" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"validations_handler", "id"=>"User"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (53.2ms) Completed 200 OK in 67ms (Views: 64.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:43:33 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2015-05-20 11:48:21 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.8ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:48:21 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:48:21 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-05-20 11:48:21 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-05-20 11:48:21 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddPriceCentsToRoles (20150607110245)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "roles" ADD "price_cents" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150607110245"]]  (27.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2015-06-07 13:22:58 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (7.3ms) Completed 200 OK in 156ms (Views: 146.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:22:58 +0200 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:22:58 +0200 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:22:58 +0200 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:22:58 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2015-06-07 13:23:00 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (1.9ms) Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:00 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:00 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:23:00 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:00 +0200 Started GET "/awesome_translations/handlers/library_handler" for 127.0.0.1 at 2015-06-07 13:23:01 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"library_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (161.3ms) Completed 200 OK in 171ms (Views: 170.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:02 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:02 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:23:02 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:23:02 +0200 Started GET "/awesome_translations/handlers/model_handler/groups/Product" for 127.0.0.1 at 2015-06-07 13:24:10 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Product"} Completed 404 Not Found in 8ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'Product'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__1539009464468462026__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1269739957741112544__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) Started GET "/awesome_translations/handlers/model_handler/groups/Product" for 127.0.0.1 at 2015-06-07 13:24:14 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Product"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'Product'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__1539009464468462026__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1269739957741112544__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) Started GET "/awesome_translations/handlers/model_handler/groups/Product" for 127.0.0.1 at 2015-06-07 13:24:20 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Product"} Completed 404 Not Found in 8ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'Product'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__681829626198959552__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2318767150298491093__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms) Started GET "/awesome_translations/handlers/model_handler/groups/Product" for 127.0.0.1 at 2015-06-07 13:24:21 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"model_handler", "id"=>"Product"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Group not found by handler and ID: 'ModelHandler', 'Product'.): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/group.rb:9:in `find_by_handler_and_id' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/groups_controller.rb:36:in `set_group' activesupport (4.0.10) lib/active_support/callbacks.rb:387:in `_run__681829626198959552__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2318767150298491093__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) Started GET "/awesome_translations/" for 127.0.0.1 at 2015-06-07 13:24:25 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (8.1ms) Completed 200 OK in 120ms (Views: 120.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/awesome_translations/" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (0.7ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:26 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-06-07 13:24:27 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (14.9ms) Completed 200 OK in 73ms (Views: 72.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:24:27 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:27 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:27 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:27 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-06-07 13:24:37 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (23.8ms) Completed 200 OK in 158ms (Views: 156.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:37 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:37 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:37 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:24:37 +0200 Started GET "/awesome_translations/handlers/model_handler" for 127.0.0.1 at 2015-06-07 13:24:38 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"model_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (10.4ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:38 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:38 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-07 13:24:38 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-07 13:24:38 +0200 Started GET "/" for 127.0.0.1 at 2015-06-13 09:57:07 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.haml within layouts/application (7.2ms) Completed 200 OK in 210ms (Views: 201.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:07 +0200 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:57:07 +0200 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:57:07 +0200 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:57:07 +0200 Started GET "/awesome_translations" for 127.0.0.1 at 2015-06-13 09:57:09 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.0ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:09 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:09 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:09 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:57:09 +0200 Started GET "/awesome_translations/handlers" for 127.0.0.1 at 2015-06-13 09:57:11 +0200 Processing by AwesomeTranslations::HandlersController#index as HTML Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/index.html.haml within layouts/awesome_translations/application (2.2ms) Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:11 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:11 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:57:11 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:57:11 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 09:57:12 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (4.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `translations_for_Errors' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:45:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.6ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 09:57:23 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (1.0ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `translations_for_Errors' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:45:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.7ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 09:58:14 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (5.0ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `translations_for_date_time' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:38:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.0ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 09:58:30 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (5.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (wrong number of arguments (2 for 3)): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:113:in `translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:118:in `block in translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:114:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:114:in `translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:110:in `add_translations_for_hash' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:54:in `translations_for_number' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:38:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.1ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 09:58:54 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (10.0ms) Completed 200 OK in 149ms (Views: 147.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:54 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:54 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:54 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:58:54 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 09:58:57 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (13.9ms) Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:57 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:57 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:58:57 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:58:57 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:11 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:11 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:11 +0200 Started PUT "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywH/slZeBzhCWMWCo8Y99f2GzuS3MbdlfSfdXE6wnHo=", "t"=>{"translations.number.currency.format.delimiter"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.currency.format.format"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.currency.format.separator"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.currency.format.unit"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.format.delimiter"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.format.separator"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.format"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.billion"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.million"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.quadrillion"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.thousand"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.trillion"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.decimal_units.units.unit"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.format.delimiter"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.format"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.byte.one"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.byte.other"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.gb"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.kb"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.mb"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.human.storage_units.units.tb"=>{"da"=>"", "de"=>"", "en"=>""}, "translations.number.percentage.format.delimiter"=>{"da"=>"", "de"=>"", "en"=>""}}, "commit"=>"Save", "handler_id"=>"rails_handler", "id"=>"number"} Redirected to http://localhost:3000/awesome_translations/handlers/rails_handler/groups/number Completed 302 Found in 34ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.5ms) Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 09:59:24 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 10:02:01 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.8ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:01 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:01 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:01 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:02:01 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 10:02:07 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (29.9ms) Completed 200 OK in 164ms (Views: 161.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:08 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:08 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:08 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:02:08 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 10:02:21 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (16.1ms) Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:21 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:21 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:21 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:02:21 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:02:34 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (12.7ms) Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:34 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:34 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:02:34 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:02:34 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:03:50 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (3.7ms) Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:50 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:50 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:50 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:03:50 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:03:55 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (11.2ms) Completed 200 OK in 150ms (Views: 148.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:55 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:55 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:03:55 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:03:55 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:13:21 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Completed 500 Internal Server Error in 1ms SyntaxError (/media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:126: syntax error, unexpected tIDENTIFIER, expecting '}' two_words_connector: ' and ', ^ /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:126: syntax error, unexpected ',', expecting keyword_end /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:128: syntax error, unexpected '}', expecting keyword_end /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:209: syntax error, unexpected end-of-input, expecting keyword_end): /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `const_get' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:35:in `const' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/handler.rb:43:in `groups' /media/storage/Dev/Rails/awesome_translations/app/controllers/awesome_translations/handlers_controller.rb:9:in `show' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:383:in `_run__4362185603491419332__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__3676307328791524099__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:13:35 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (30.4ms) Completed 200 OK in 181ms (Views: 178.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:35 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:35 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:35 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:13:35 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:13:37 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (25.2ms) Completed 200 OK in 38ms (Views: 37.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:38 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:38 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:13:38 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:13:38 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:17:04 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (28.5ms) Completed 200 OK in 156ms (Views: 153.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:17:04 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:17:04 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:17:04 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:17:04 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:18:49 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (6.2ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `key_show!' for #): 10: - @translations.each do |translation| 11: %tr 12: %td.translation-key 13: .translation-key-text= translation.key_show! 14: 15: - I18n.available_locales.each do |locale| 16: %td.translation= text_field "t", "#{translation.key}[#{locale}]", class: "translation-input", lang: locale, value: translation.value(locale: locale) /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:13:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___239584895146315746_28253680' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `<<' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `block (2 levels) in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:221:in `block in yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `synchronize' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:116:in `block in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:10:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___239584895146315746_28253680' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml___239584895146315746_28253680' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__618105898764526300__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__1756233922694284814__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.7ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms) Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:19:00 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (29.7ms) Completed 200 OK in 158ms (Views: 155.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:00 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:00 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:00 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:19:00 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:19:35 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (33.1ms) Completed 200 OK in 165ms (Views: 162.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:35 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:35 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:19:35 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:35 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:19:55 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (31.7ms) Completed 200 OK in 160ms (Views: 157.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:56 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:56 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:19:56 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:19:56 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/number" for 127.0.0.1 at 2015-06-13 10:20:02 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"number"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (14.3ms) Completed 200 OK in 23ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:02 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:20:02 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:02 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:02 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:20:05 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.2ms) Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:06 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:20:06 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:06 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:06 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:20:31 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.2ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined local variable or method `key_show' for #): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:216:in `block in translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:211:in `block in translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:211:in `block in translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `each' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:207:in `translations_for_hash_recursive' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:203:in `add_translations_for_hash' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:99:in `translations_for_date_time' /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:45:in `block in translations_for_group' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.1ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:20:41 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.3ms) Completed 200 OK in 154ms (Views: 151.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:41 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:41 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:20:41 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:20:41 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:24:01 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (15.9ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (break from proc-closure): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:16:in `block in groups' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.7ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:24:11 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (16.0ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (unexpected return): /media/storage/Dev/Rails/awesome_translations/lib/awesome_translations/handlers/rails_handler.rb:16:in `block in groups' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `call' array_enumerator (0.0.7) lib/array_enumerator.rb:13:in `block in initialize' bin/rails:1:in `each' bin/rails:1:in `each' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (2.8ms) Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:24:21 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (15.2ms) Completed 200 OK in 156ms (Views: 154.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:21 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:21 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:21 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:21 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:24:24 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.6ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:24 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:24 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:24 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:24 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:24:27 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (7.0ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:28 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:28 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:28 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:28 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:24:31 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (13.2ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:31 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:31 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:31 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:31 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/helpers" for 127.0.0.1 at 2015-06-13 10:24:33 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"helpers"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.6ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:33 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:33 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:33 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:33 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:24:41 +0200 Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (42.6ms) Completed 200 OK in 54ms (Views: 53.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:41 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:41 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:41 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:41 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:24:48 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (14.4ms) Completed 200 OK in 150ms (Views: 148.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:48 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:48 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:48 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:48 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:24:49 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (8.1ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:49 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:49 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:24:49 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:24:49 +0200 Started GET "/awesome_translations/handlers/rails_handler" for 127.0.0.1 at 2015-06-13 10:25:16 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::HandlersController#show as HTML Parameters: {"id"=>"rails_handler"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/handlers/show.html.haml within layouts/awesome_translations/application (15.4ms) Completed 200 OK in 157ms (Views: 155.6ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:16 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:16 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:16 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:16 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/errors" for 127.0.0.1 at 2015-06-13 10:25:17 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"errors"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (15.9ms) Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:17 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:17 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:17 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:17 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/helpers" for 127.0.0.1 at 2015-06-13 10:25:18 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"helpers"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (3.3ms) Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:18 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:18 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:18 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:18 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/numbers" for 127.0.0.1 at 2015-06-13 10:25:19 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"numbers"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (10.7ms) Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:19 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:19 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:19 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:19 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/numbers" for 127.0.0.1 at 2015-06-13 10:25:23 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"numbers"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.0ms) Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:23 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:23 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:23 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:23 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/support" for 127.0.0.1 at 2015-06-13 10:25:24 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"support"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.3ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:24 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:24 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:24 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:24 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/numbers" for 127.0.0.1 at 2015-06-13 10:25:28 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"numbers"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (66.6ms) Completed 200 OK in 78ms (Views: 77.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:28 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:28 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:28 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:28 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:25:30 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (4.8ms) Completed 200 OK in 12ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:30 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:30 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:30 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:30 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:25:37 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.3ms) Completed 200 OK in 151ms (Views: 149.2ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:37 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:37 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:25:37 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:25:37 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:27:19 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (49.4ms) Completed 200 OK in 172ms (Views: 169.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:20 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:20 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:20 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:27:20 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 10:27:39 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (41.1ms) Completed 200 OK in 163ms (Views: 160.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:39 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:39 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 10:27:39 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 10:27:39 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 11:07:08 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (41.1ms) Completed 200 OK in 168ms (Views: 166.1ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:08 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:08 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:08 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 11:07:08 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:11 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:11 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:11 +0200 Started PUT "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywH/slZeBzhCWMWCo8Y99f2GzuS3MbdlfSfdXE6wnHo=", "t"=>{"date.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%Y-%m-%d"}, "date.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%b %d"}, "date.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y"}, "date.day_names"=>{"0"=>{"da"=>"0", "de"=>"", "en"=>""}, "1"=>{"da"=>"1", "de"=>"", "en"=>""}, "2"=>{"da"=>"2", "de"=>"", "en"=>""}, "3"=>{"da"=>"3", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.order"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}}, "time.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%a, %d %b %Y %H:%M:%S %z"}, "time.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%d %b %H:%M"}, "time.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y %H:%M"}, "time.am"=>{"da"=>"", "de"=>"", "en"=>"am"}, "time.pm"=>{"da"=>"", "de"=>"", "en"=>"pm"}}, "commit"=>"Save", "handler_id"=>"rails_handler", "id"=>"date_time"} Redirected to http://localhost:3000/awesome_translations/handlers/rails_handler/groups/date_time Completed 302 Found in 14ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (20.1ms) Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 11:07:26 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:07:56 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (21.1ms) Completed 200 OK in 57ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:07:56 +0200 Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:07:56 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:07:56 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 15:07:56 +0200 Started PUT "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywH/slZeBzhCWMWCo8Y99f2GzuS3MbdlfSfdXE6wnHo=", "t"=>{"date.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%Y-%m-%d"}, "date.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%b %d"}, "date.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y"}, "date.day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"Mandag", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.order"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}}, "time.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%a, %d %b %Y %H:%M:%S %z"}, "time.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%d %b %H:%M"}, "time.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y %H:%M"}, "time.am"=>{"da"=>"", "de"=>"", "en"=>"am"}, "time.pm"=>{"da"=>"", "de"=>"", "en"=>"pm"}}, "commit"=>"Save", "handler_id"=>"rails_handler", "id"=>"date_time"} Redirected to http://localhost:3000/awesome_translations/handlers/rails_handler/groups/date_time Completed 302 Found in 65ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (42.4ms) Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:01 +0200 Started PUT "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywH/slZeBzhCWMWCo8Y99f2GzuS3MbdlfSfdXE6wnHo=", "t"=>{"date.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%Y-%m-%d"}, "date.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%b %d"}, "date.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y"}, "date.day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"Mandag", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.abbr_month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}, "3"=>{"da"=>"", "de"=>"", "en"=>""}, "4"=>{"da"=>"", "de"=>"", "en"=>""}, "5"=>{"da"=>"", "de"=>"", "en"=>""}, "6"=>{"da"=>"", "de"=>"", "en"=>""}, "7"=>{"da"=>"", "de"=>"", "en"=>""}, "8"=>{"da"=>"", "de"=>"", "en"=>""}, "9"=>{"da"=>"", "de"=>"", "en"=>""}, "10"=>{"da"=>"", "de"=>"", "en"=>""}, "11"=>{"da"=>"", "de"=>"", "en"=>""}, "12"=>{"da"=>"", "de"=>"", "en"=>""}}, "date.order"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>""}, "2"=>{"da"=>"", "de"=>"", "en"=>""}}, "time.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%a, %d %b %Y %H:%M:%S %z"}, "time.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%d %b %H:%M"}, "time.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y %H:%M"}, "time.am"=>{"da"=>"", "de"=>"", "en"=>"am"}, "time.pm"=>{"da"=>"", "de"=>"", "en"=>"pm"}}, "commit"=>"Save", "handler_id"=>"rails_handler", "id"=>"date_time"} Redirected to http://localhost:3000/awesome_translations/handlers/rails_handler/groups/date_time Completed 302 Found in 65ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (18.3ms) Completed 200 OK in 26ms (Views: 25.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:08:07 +0200 Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:10:07 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (12.1ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `[]' for true:TrueClass): 13: .translation-key-text= translation.key_show_with_fallback 14: 15: - I18n.available_locales.each do |locale| 16: %td.translation= text_field "t", "#{translation.key}[#{locale}]", class: "translation-input", lang: locale, value: translation.value(locale: locale) 17: 18: - if translation.file_line_content? || translation.default.present? 19: %tr.line-content-row /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translation.rb:98:in `block in value_for?' i18n (0.6.11) lib/i18n.rb:256:in `with_locale' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translation.rb:98:in `value_for?' /media/storage/Dev/Rails/awesome_translations/app/models/awesome_translations/translation.rb:107:in `value' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:16:in `block (3 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__2007115868407088612_24796060' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:15:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:15:in `block (2 levels) in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__2007115868407088612_24796060' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `<<' array_enumerator (0.0.7) lib/array_enumerator.rb:117:in `block (2 levels) in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:221:in `block in yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `synchronize' array_enumerator (0.0.7) lib/array_enumerator.rb:218:in `yield_rest' array_enumerator (0.0.7) lib/array_enumerator.rb:116:in `block in to_enum' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' array_enumerator (0.0.7) lib/array_enumerator.rb:54:in `each' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:10:in `block in __media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__2007115868407088612_24796060' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `call' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block (2 levels) in form_for_with_haml' haml (4.0.5) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:137:in `block in form_for_with_haml' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (4.0.10) lib/action_view/helpers/capture_helper.rb:38:in `capture' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:52:in `capture_with_haml' actionpack (4.0.10) lib/action_view/helpers/form_helper.rb:435:in `form_for' haml (4.0.5) lib/haml/helpers/action_view_mods.rb:139:in `form_for_with_haml' haml (4.0.5) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml:3:in `__media_storage__ev__ails_awesome_translations_app_views_awesome_translations_groups_show_html_haml__2007115868407088612_24796060' actionpack (4.0.10) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.10) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.10) lib/action_view/template.rb:141:in `render' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.10) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.10) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.10) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.10) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.10) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.10) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.10) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.10) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.10) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.10) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.10) lib/active_support/callbacks.rb:393:in `_run__521590225129585177__process_action__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.10) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.10) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.10) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.10) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.10) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.10) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.10) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.10) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.10) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.10) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.10) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.10) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.10) lib/action_dispatch/routing/route_set.rb:676: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.10) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.10) 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.10) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.10) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.10) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.10) lib/active_record/migration.rb:373:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.10) lib/active_support/callbacks.rb:373:in `_run__2417256767784379598__call__callbacks' activesupport (4.0.10) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.10) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.10) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.10) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.10) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.10) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.10) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.10) 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.10) 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.10) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.10) lib/rails/engine.rb:511:in `call' railties (4.0.10) 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/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/kaspernj/.rvm/rubies/ruby-2.1-head/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms) Rendered /home/kaspernj/.rvm/gems/ruby-2.1-head/gems/actionpack-4.0.10/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:11:15 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (44.9ms) Completed 200 OK in 167ms (Views: 164.3ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:16 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:16 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 15:11:16 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:16 +0200 Started PUT "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:11:20 +0200 Processing by AwesomeTranslations::GroupsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ywH/slZeBzhCWMWCo8Y99f2GzuS3MbdlfSfdXE6wnHo=", "t"=>{"date.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%Y-%m-%d"}, "date.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%b %d"}, "date.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y"}, "date.day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>"Sunday"}, "1"=>{"da"=>"Mandag", "de"=>"", "en"=>"Monday"}, "2"=>{"da"=>"Tirsdag", "de"=>"", "en"=>"Tuesday"}, "3"=>{"da"=>"", "de"=>"", "en"=>"Wednesday"}, "4"=>{"da"=>"Torsdag", "de"=>"", "en"=>"Thursday"}, "5"=>{"da"=>"", "de"=>"", "en"=>"Friday"}, "6"=>{"da"=>"", "de"=>"", "en"=>"Saturday"}}, "date.abbr_day_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>"Sun"}, "1"=>{"da"=>"", "de"=>"", "en"=>"Mon"}, "2"=>{"da"=>"", "de"=>"", "en"=>"Tue"}, "3"=>{"da"=>"", "de"=>"", "en"=>"Wed"}, "4"=>{"da"=>"", "de"=>"", "en"=>"Thu"}, "5"=>{"da"=>"", "de"=>"", "en"=>"Fri"}, "6"=>{"da"=>"", "de"=>"", "en"=>"Sat"}}, "date.month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>"January"}, "2"=>{"da"=>"", "de"=>"", "en"=>"February"}, "3"=>{"da"=>"", "de"=>"", "en"=>"March"}, "4"=>{"da"=>"", "de"=>"", "en"=>"April"}, "5"=>{"da"=>"", "de"=>"", "en"=>"May"}, "6"=>{"da"=>"", "de"=>"", "en"=>"June"}, "7"=>{"da"=>"", "de"=>"", "en"=>"July"}, "8"=>{"da"=>"", "de"=>"", "en"=>"August"}, "9"=>{"da"=>"", "de"=>"", "en"=>"September"}, "10"=>{"da"=>"", "de"=>"", "en"=>"October"}, "11"=>{"da"=>"", "de"=>"", "en"=>"November"}, "12"=>{"da"=>"", "de"=>"", "en"=>"December"}}, "date.abbr_month_names"=>{"0"=>{"da"=>"", "de"=>"", "en"=>""}, "1"=>{"da"=>"", "de"=>"", "en"=>"Jan"}, "2"=>{"da"=>"", "de"=>"", "en"=>"Feb"}, "3"=>{"da"=>"", "de"=>"", "en"=>"Mar"}, "4"=>{"da"=>"", "de"=>"", "en"=>"Apr"}, "5"=>{"da"=>"", "de"=>"", "en"=>"May"}, "6"=>{"da"=>"", "de"=>"", "en"=>"Jun"}, "7"=>{"da"=>"", "de"=>"", "en"=>"Jul"}, "8"=>{"da"=>"", "de"=>"", "en"=>"Aug"}, "9"=>{"da"=>"", "de"=>"", "en"=>"Sep"}, "10"=>{"da"=>"", "de"=>"", "en"=>"Oct"}, "11"=>{"da"=>"", "de"=>"", "en"=>"Nov"}, "12"=>{"da"=>"", "de"=>"", "en"=>"Dec"}}, "date.order"=>{"0"=>{"da"=>"", "de"=>"", "en"=>"year"}, "1"=>{"da"=>"", "de"=>"", "en"=>"month"}, "2"=>{"da"=>"", "de"=>"", "en"=>"day"}}, "time.formats.default"=>{"da"=>"", "de"=>"", "en"=>"%a, %d %b %Y %H:%M:%S %z"}, "time.formats.short"=>{"da"=>"", "de"=>"", "en"=>"%d %b %H:%M"}, "time.formats.long"=>{"da"=>"", "de"=>"", "en"=>"%B %d, %Y %H:%M"}, "time.am"=>{"da"=>"", "de"=>"", "en"=>"am"}, "time.pm"=>{"da"=>"", "de"=>"", "en"=>"pm"}}, "commit"=>"Save", "handler_id"=>"rails_handler", "id"=>"date_time"} Redirected to http://localhost:3000/awesome_translations/handlers/rails_handler/groups/date_time Completed 302 Found in 90ms (ActiveRecord: 0.0ms) Started GET "/awesome_translations/handlers/rails_handler/groups/date_time" for 127.0.0.1 at 2015-06-13 15:11:20 +0200 Processing by AwesomeTranslations::GroupsController#show as HTML Parameters: {"handler_id"=>"rails_handler", "id"=>"date_time"} Rendered /media/storage/Dev/Rails/awesome_translations/app/views/awesome_translations/groups/show.html.haml within layouts/awesome_translations/application (54.5ms) Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.0ms) Started GET "/assets/awesome_translations/application.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:20 +0200 Started GET "/assets/awesome_translations/layout.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:20 +0200 Started GET "/assets/awesome_translations/groups.self.css?body=1" for 127.0.0.1 at 2015-06-13 15:11:20 +0200 Started GET "/assets/awesome_translations/application.self.js?body=1" for 127.0.0.1 at 2015-06-13 15:11:20 +0200