(3.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (2.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140825171027"]]  (3.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-08-25 19:16:53 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/railties-4.1.5/lib/rails/templates/rails/welcome/index.html.erb (0.9ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2014-08-25 19:16:55 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateArticles (20140825171027)  (0.0ms) begin transaction  (0.2ms) DROP TABLE "articles" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140825171027'  (2.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140825171947"]]  (2.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/admin" for 127.0.0.1 at 2014-08-25 19:21:48 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 19:21:53 +0200 ActionController::RoutingError (uninitialized constant HyperAdmin::ArticlesController): activesupport (4.1.5) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.5) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/railtie.rb:194:in `public_send' railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 21:01:48 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant Admin): activesupport (4.1.5) lib/active_support/inflector/methods.rb:238:in `const_get' activesupport (4.1.5) lib/active_support/inflector/methods.rb:238:in `block in constantize' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.5) lib/active_support/inflector/methods.rb:236:in `constantize' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:68:in `controller' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:46:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.6ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:51:36 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Kernel::Admin::ArticlesController#index as HTML Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template kernel/admin/articles/index, hyper_admin/resource/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.4ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:53:40 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template admin/articles/index, hyper_admin/resource/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.4ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:56:07 +0200 Processing by Admin::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template admin/articles/index, hyper_admin/resource/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:56:22 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:33:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:4:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.9ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:56:34 +0200 Processing by Admin::ArticlesController#index as HTML Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:33:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:4:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 22:56:35 +0200 Processing by Admin::ArticlesController#index as HTML Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:33:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:4:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:02:14 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template resources/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" * "/home/sindre/Code/hyper/hyper_admin/spec/dummy" * "/" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:33:in `block in determine_template' actionview (4.1.5) lib/action_view/lookup_context.rb:145:in `with_fallbacks' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `with_fallbacks' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:33:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.7ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:03:08 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (1.5ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "Dolor sit amet. Consectetur adipiscing elit."], ["created_at", "2014-08-25 21:05:20.206671"], ["title", "Lorem ipsum"], ["updated_at", "2014-08-25 21:05:20.206671"]]  (3.8ms) commit transaction Article Load (0.3ms) SELECT "articles".* FROM "articles" Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:06:16 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (15.7ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (undefined method `article_path' for #<#:0x007fb3e0c1d630>): 2: 3: actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.5) lib/action_view/routing_url_for.rb:89:in `url_for' actionview (4.1.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:5:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb___1858851046156558443_70205274171160' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:4:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb___1858851046156558443_70205274171160' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.3ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:06:45 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (5.5ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.4ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:06:50 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.8ms) Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 0.3ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:06:52 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:06:55 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:10:49 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (1.9ms) Completed 200 OK in 17ms (Views: 9.2ms | ActiveRecord: 0.6ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:10:52 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (17.1ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined local variable or method `resource ' for #<#:0x007ffa7f98b7b0>): 14: <%= resource.id %> 15: <%= resource.to_s %> 16: 17: <%= link_to "Show", [ :admin, resource ] %> 18: <%= link_to "Edit", [ :edit, :admin, resource ] %> 19: <%= link_to "Destroy", [ :destroy, :admin, resource ], method: :delete %> 20: /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:17:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__3921469574327048288_70356929648400' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:12:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__3921469574327048288_70356929648400' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.2ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:11:33 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (14.2ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined method `destroy_admin_article_path' for #<#:0x007fbc65f154e0>): 16: 17: <%= link_to "Show", [ :admin, resource ] %> 18: <%= link_to "Edit", [ :edit, :admin, resource ] %> 19: <%= link_to "Destroy", [ :destroy, :admin, resource ], method: :delete %> 20: 21: 22: <% end %> actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.5) lib/action_view/routing_url_for.rb:87:in `url_for' actionview (4.1.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:19:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb___1601863131209337632_70223571283120' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.5) lib/active_record/relation/delegation.rb:46:in `each' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:12:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb___1601863131209337632_70223571283120' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:12:21 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (8.7ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.6ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:12:34 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.7ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:12:38 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms) Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-25 23:12:44 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.8ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:12:46 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (2.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.3ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-25 23:12:50 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-25 23:12:51 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (1.8ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:10:30 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (5.7ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.4ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:15:12 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (10.1ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (couldn't find file 'bootstrap/css/bootstrap' (in /home/sindre/Code/hyper/hyper_admin/app/assets/stylesheets/hyper_admin/application.css:2)): 3: 4: HyperAdmin 5: 6: <%= stylesheet_link_tag "hyper_admin/application", media: :all %> 7: <%= javascript_include_tag "hyper_admin/application" %> 8: 9: <%= csrf_meta_tags %> sprockets (2.12.1) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.1) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.1) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.1) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.1) lib/sprockets/context.rb:194:in `each' sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:374:in `new' sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:377:in `new' sprockets (2.12.1) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /home/sindre/Code/hyper/hyper_admin/app/views/layouts/hyper_admin/application.html.erb:6:in `__home_sindre__ode_hyper_hyper_admin_app_views_layouts_hyper_admin_application_html_erb__450006579481837839_70251680150460' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:18:34 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (7.5ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (couldn't find file 'bootstrap/css/bootstrap' (in /home/sindre/Code/hyper/hyper_admin/app/assets/stylesheets/hyper_admin/application.css:2)): 3: 4: HyperAdmin 5: 6: <%= stylesheet_link_tag "hyper_admin/application", media: :all %> 7: <%= javascript_include_tag "hyper_admin/application" %> 8: 9: <%= csrf_meta_tags %> sprockets (2.12.1) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.1) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.1) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.1) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.1) lib/sprockets/context.rb:194:in `each' sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:374:in `new' sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:377:in `new' sprockets (2.12.1) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /home/sindre/Code/hyper/hyper_admin/app/views/layouts/hyper_admin/application.html.erb:6:in `__home_sindre__ode_hyper_hyper_admin_app_views_layouts_hyper_admin_application_html_erb__2924279673675609063_69876084855240' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.3ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:19:55 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (8.2ms) Completed 500 Internal Server Error in 23ms ActionView::Template::Error (couldn't find file 'bootstrap/css/bootstrap' (in /home/sindre/Code/hyper/hyper_admin/app/assets/stylesheets/hyper_admin/application.css:2)): 4: HyperAdmin 5: 6: <%= stylesheet_link_tag "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" %> 7: <%= stylesheet_link_tag "hyper_admin/application", media: :all %> 8: <%= javascript_include_tag "hyper_admin/application" %> 9: 10: <%= csrf_meta_tags %> sprockets (2.12.1) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.1) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.1) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.1) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.1) lib/sprockets/context.rb:194:in `each' sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:374:in `new' sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:377:in `new' sprockets (2.12.1) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /home/sindre/Code/hyper/hyper_admin/app/views/layouts/hyper_admin/application.html.erb:7:in `__home_sindre__ode_hyper_hyper_admin_app_views_layouts_hyper_admin_application_html_erb___4588398343167719900_70201315062220' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.7ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:20:28 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (9.2ms) Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.6ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:20:28 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:20:28 +0200 Started GET "/admin/articless" for 127.0.0.1 at 2014-08-26 20:25:31 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin/articless"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.9ms) Started GET "/admin" for 127.0.0.1 at 2014-08-26 20:25:44 +0200 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.2ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:25:52 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (6.6ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.5ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:25:52 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:25:52 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:25:54 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:25:55 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:25:55 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:27:18 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:27:18 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:27:18 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:27:34 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:27:34 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:27:34 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:27:49 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:27:49 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:27:49 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 20:28:01 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.6ms) Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 20:28:01 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 20:28:01 +0200 Article Load (0.3ms) SELECT "articles".* FROM "articles" ORDER BY "articles"."id" ASC LIMIT 1 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:24:41 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `attribute_names' for nil:NilClass): 12: 13: 14: ID 15: <% @described_class.attribute_names.each do |attr| %> 16: <%= @described_class.human_attribute_name attr %> 17: <% end %> 18:   /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:15:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__4437146823587948891_70157123231280' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:7:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.8ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:24:56 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (16.5ms) Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.8ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:24:56 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:24:56 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:25:04 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.7ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:25:04 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:25:04 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:25:23 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (3.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:25:23 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:25:23 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:25:28 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.4ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:25:28 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:25:28 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:25:46 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (4.4ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:25:46 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:25:46 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:25:56 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.7ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:25:56 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:25:56 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:28:30 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (0.7ms) Completed 200 OK in 10ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:28:30 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:28:30 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:28:32 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.8ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:28:32 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:28:32 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 22:28:33 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (0.6ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:28:34 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:28:34 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:28:35 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.8ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:28:35 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:28:35 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:29:19 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (0.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:29:20 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:29:20 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:29:33 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (0.5ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:29:33 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:29:33 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:29:44 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (0.4ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:29:44 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:29:44 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:29:48 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (3.7ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:29:48 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:29:48 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:30:43 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (0.1ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:30:43 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:30:43 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:35:46 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:35:46 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:35:46 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:36:07 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:36:07 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:36:07 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:36:13 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.2ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:36:13 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:36:13 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:39:09 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.2ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:39:09 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:39:09 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:39:15 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.7ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:39:15 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:39:15 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:39:23 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.3ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:39:23 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:39:23 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:39:38 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.9ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:39:38 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:39:38 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:40:02 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.7ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:40:02 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:40:02 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:40:37 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.5ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:40:37 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:40:37 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:42:14 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (6.4ms) Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 0.7ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:42:14 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:42:14 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:42:18 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (3.2ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:42:18 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:42:18 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:42:30 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (16.2ms) Completed 200 OK in 43ms (Views: 41.7ms | ActiveRecord: 0.5ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:42:30 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:42:30 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:44:48 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (15.5ms) Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.6ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:44:48 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:44:48 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 22:47:59 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (15.2ms) Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.6ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:47:59 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:47:59 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 22:48:04 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:48:04 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:48:04 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:50:53 +0200 Processing by Admin::ArticlesController#new as HTML Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:35:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:16:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.8ms) Started GET "/admin/articles/news" for 127.0.0.1 at 2014-08-26 22:51:00 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"news"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 2ms ActiveRecord::RecordNotFound (Couldn't find Article with 'id'=news): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:420:in `find_one' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:404:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:35:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:11:in `show' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms) Started GET "/admin/articless" for 127.0.0.1 at 2014-08-26 22:51:04 +0200 ActionController::RoutingError (No route matches [GET] "/admin/articless"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:51:27 +0200 Processing by Admin::ArticlesController#new as HTML Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:35:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:16:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:51:44 +0200 Processing by Admin::ArticlesController#new as HTML Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:35:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:16:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.6ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:51:46 +0200 Processing by Admin::ArticlesController#new as HTML Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Article without an ID): activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:402:in `find_with_ids' activerecord (4.1.5) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.5) lib/active_record/querying.rb:3:in `find' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:35:in `resource' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:16:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms) Started GET "/admin/articless" for 127.0.0.1 at 2014-08-26 22:51:57 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/admin/articless"): actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.0ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:52:01 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.7ms) Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:52:02 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:52:02 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:52:37 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.7ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:52:37 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:52:37 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:52:57 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.6ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:52:57 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:52:57 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:54:41 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.1ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 22:54:42 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 22:54:42 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 22:57:33 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (11.3ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `articles_path' for #<#:0x007f332f2f2ee8>): 8: 9:
10:
11: <%= form_for @resource do |form| %> 12: <% @resource_class.attribute_names.each do |attr| %> 13:
14:
7:
8: 9: <%= render "form", resource_class: @resource_class, resource: @resource %> actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb:9:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_new_html_erb__12391520255564434_69928901277680' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:17:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.8ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:04:52 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.1ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (3.3ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:04:52 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:04:52 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:05:02 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (3.5ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:05:02 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:05:02 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:06:04 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (5.2ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:06:05 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:06:05 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:06:07 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:06:07 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:06:07 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:06:09 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (5.0ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:06:09 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:06:09 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:07:07 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.2ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.5ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `humanize' for nil:NilClass): 4: <% resource.attributes.each do |key, val| %> 5:
6: 9:
10: 9:
10: 12:
13:
14: <% end %> activemodel (4.1.5) lib/active_model/translation.rb:63:in `human_attribute_name' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb:11:in `block (2 levels) in __home_sindre__ode_hyper_hyper_admin_app_views_admin_resources__form_html_erb__471665505323760425_69928912170920' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb:4:in `each' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb:4:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_admin_resources__form_html_erb__471665505323760425_69928912170920' actionview (4.1.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.5) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.5) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.5) lib/action_view/helpers/form_helper.rb:434:in `form_for' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb:3:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources__form_html_erb__471665505323760425_69928912170920' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.5) lib/action_view/helpers/rendering_helper.rb:35:in `render' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb:9:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_new_html_erb__12391520255564434_69928906173860' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:17:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.0ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:07:49 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.5ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:07:49 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:07:49 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:08:00 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.5ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (3.5ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:08:00 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:08:00 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:08:04 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.2ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:08:04 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:08:04 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:08:05 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.6ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:08:06 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:08:06 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:13:03 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (3.3ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:13:03 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:13:03 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:13:06 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.8ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (5.6ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:13:06 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:13:06 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:16:15 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.7ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.0ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:16:15 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:16:15 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:16:21 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.5ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (3.6ms) Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:16:21 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:16:21 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:16:23 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (1.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.7ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:16:23 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:16:23 +0200 Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:17:01 +0200 Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M="} Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template admin/articles/create, hyper_admin/resource/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms) Article Load (0.3ms) SELECT "articles".* FROM "articles" Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:19:28 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M="} Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `param_key' for #): activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:26:in `create' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (70.9ms) Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:20:17 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M="}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (12.1ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (81.9ms) Completed 200 OK in 114ms (Views: 97.7ms | ActiveRecord: 0.7ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:20:17 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:20:17 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:23:01 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (13.2ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (14.5ms) Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:23:02 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:23:02 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:23:03 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.1ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (2.8ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:23:03 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:23:03 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:23:19 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (4.2ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (5.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:23:19 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:23:19 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:23:24 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (4.7ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:23:24 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:23:24 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:23:26 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.9ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:23:26 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:23:26 +0200 Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:23:35 +0200 Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"New article", "body"=>"This is a new article and it rocks!"}} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.1.5) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.1.5) lib/active_record/attribute_assignment.rb:24:in `assign_attributes' activerecord (4.1.5) lib/active_record/core.rb:455:in `init_attributes' activerecord (4.1.5) lib/active_record/core.rb:198:in `initialize' activerecord (4.1.5) lib/active_record/inheritance.rb:30:in `new' activerecord (4.1.5) lib/active_record/inheritance.rb:30:in `new' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:26:in `create' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.8ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:24:26 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (63.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (66.7ms) Completed 200 OK in 77ms (Views: 75.9ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:24:26 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:24:26 +0200 Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:24:36 +0200 Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"New article", "body"=>"This is an awesome new article."}}  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an awesome new article."], ["created_at", "2014-08-26 21:24:36.222786"], ["title", "New article"], ["updated_at", "2014-08-26 21:24:36.222786"]]  (4.1ms) commit transaction Redirected to http://localhost:3000/admin/articles/2 Completed 302 Found in 18ms (ActiveRecord: 4.8ms) Started GET "/admin/articles/2" for 127.0.0.1 at 2014-08-26 23:24:36 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"2"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.2ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:24:36 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:24:36 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:24:49 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.1ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.1ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:24:49 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:24:49 +0200 Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:24:51 +0200 Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"", "body"=>"This is an awesome new article."}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (4.5ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:24:51 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:24:51 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:26:26 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (5.3ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:26:26 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:26:26 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:26:28 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:26:28 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:26:28 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:26:31 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.7ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:26:31 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:26:31 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:26:37 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.7ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:26:37 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:26:37 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:26:42 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (5.0ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:26:42 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:26:42 +0200 Started PATCH "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:26:46 +0200 Processing by Admin::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"Lorem", "body"=>"Dolor sit amet. Consectetur adipiscing elit."}, "id"=>"1"} Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template admin/articles/update, hyper_admin/resource/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:27:37 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.8ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:27:38 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:27:38 +0200 Started PATCH "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:27:52 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"Lorem", "body"=>"Dolor sit amet. Consectetur adipiscing elit."}, "id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "articles" SET "title" = ?, "updated_at" = ? WHERE "articles"."id" = 1 [["title", "Lorem"], ["updated_at", "2014-08-26 21:27:52.412480"]]  (2.5ms) commit transaction Redirected to http://localhost:3000/admin/articles/1 Completed 302 Found in 17ms (ActiveRecord: 3.5ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:27:52 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (7.9ms) Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:27:52 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:27:52 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:27:54 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (68.7ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (72.2ms) Completed 200 OK in 76ms (Views: 75.2ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:27:54 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:27:54 +0200 Started PATCH "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:28:01 +0200 Processing by Admin::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"Lorem ipsum motherfucker", "body"=>"Dolor sit amet. Consectetur adipiscing elit."}, "id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "articles" SET "title" = ?, "updated_at" = ? WHERE "articles"."id" = 1 [["title", "Lorem ipsum motherfucker"], ["updated_at", "2014-08-26 21:28:01.333982"]]  (3.3ms) commit transaction Redirected to http://localhost:3000/admin/articles/1 Completed 302 Found in 8ms (ActiveRecord: 4.1ms) Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:28:01 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.5ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:28:01 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:28:01 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:28:22 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.5ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.9ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:28:22 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:28:22 +0200 Started PATCH "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:28:25 +0200 Processing by Admin::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"", "body"=>"Dolor sit amet. Consectetur adipiscing elit."}, "id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) rollback transaction Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (4.1ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (5.3ms) Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:28:26 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:28:26 +0200 Started PATCH "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:29:07 +0200 Processing by Admin::ArticlesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"", "body"=>"Dolor sit amet. Consectetur adipiscing elit."}, "id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (3.5ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:29:07 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:29:07 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:29:11 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:29:12 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:29:12 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:29:14 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (4.1ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:29:14 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:29:14 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:29:30 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (5.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:29:30 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:29:30 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:30:05 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (4.6ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:06 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:06 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:30:16 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:16 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:16 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:30:26 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.2ms) Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:26 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:26 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:30:28 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.2ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:28 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:28 +0200 Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:30:29 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.9ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.7ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:29 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:29 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:30:39 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (4.6ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:30:39 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:30:39 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:31:18 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (16.5ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `new_admin_path' for #<#:0x007fd84a21f050>): 2:
3: actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.5) lib/action_view/routing_url_for.rb:87:in `url_for' actionview (4.1.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:5:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__1308654475343893677_70283466694880' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:8:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:31:33 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (10.4ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `new_admin_articles_path' for #<#:0x007fd84a753580>): 2:
3: actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.5) lib/action_view/routing_url_for.rb:87:in `url_for' actionview (4.1.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:5:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__1308654475343893677_70283469424380' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:8:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (5.6ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:31:35 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (15.1ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `new_admin_articles_path' for #<#:0x007fd84ada60b8>): 2:
3: actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.5) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.5) lib/action_view/routing_url_for.rb:87:in `url_for' actionview (4.1.5) lib/action_view/helpers/url_helper.rb:181:in `link_to' /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb:5:in `__home_sindre__ode_hyper_hyper_admin_app_views_admin_resources_index_html_erb__1308654475343893677_70283469424380' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:8:in `index' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:32:08 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (35.5ms) Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:32:08 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:32:08 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:32:16 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.9ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:32:16 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:32:16 +0200 Started GET "/admin/articles/1" for 127.0.0.1 at 2014-08-26 23:32:30 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.2ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms) Started GET "/admin/articles/1/edit" for 127.0.0.1 at 2014-08-26 23:32:31 +0200 Processing by Admin::ArticlesController#edit as HTML Parameters: {"id"=>"1"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (2.6ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (3.8ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:32:33 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (3.4ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:32:35 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (3.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (5.4ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:38:17 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (17.2ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (19.9ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/application.js:1)): 5: 6: <%= stylesheet_link_tag "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" %> 7: <%= stylesheet_link_tag "hyper_admin/application", media: :all %> 8: <%= javascript_include_tag "hyper_admin/application" %> 9: 10: <%= csrf_meta_tags %> 11: sprockets (2.12.1) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.1) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.1) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.1) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.1) lib/sprockets/context.rb:194:in `each' sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:374:in `new' sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.1) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.1) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /home/sindre/Code/hyper/hyper_admin/app/views/layouts/hyper_admin/application.html.erb:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_layouts_hyper_admin_application_html_erb__2982703447092373085_70117763554700' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:18:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (5.6ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:39:34 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (31.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (36.2ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/sindre/Code/hyper/hyper_admin/app/assets/javascripts/hyper_admin/application.js:1)): 5: 6: <%= stylesheet_link_tag "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" %> 7: <%= stylesheet_link_tag "hyper_admin/application", media: :all %> 8: <%= javascript_include_tag "hyper_admin/application" %> 9: 10: <%= csrf_meta_tags %> 11: sprockets (2.12.1) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.1) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.1) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.1) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.1) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.1) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.1) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.1) lib/sprockets/context.rb:194:in `each' sprockets (2.12.1) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.1) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.1) lib/sprockets/base.rb:374:in `new' sprockets (2.12.1) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.1) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.1) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.1) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.1) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.1) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.1) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.1) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.1) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.1) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.1) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.1) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /home/sindre/Code/hyper/hyper_admin/app/views/layouts/hyper_admin/application.html.erb:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_layouts_hyper_admin_application_html_erb___1583400679423744384_70330157171940' actionview (4.1.5) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.5) lib/action_view/template.rb:339:in `instrument' actionview (4.1.5) lib/action_view/template.rb:143:in `render' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource_controller.rb:18:in `new' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.3ms) Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:41:05 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (35.3ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (40.0ms) Completed 200 OK in 80ms (Views: 78.3ms | ActiveRecord: 0.4ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:41:05 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:41:05 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:41:05 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:41:05 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:41:12 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.3ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (6.0ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.3ms) Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:41:13 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:41:13 +0200 Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:41:13 +0200 Started DELETE "/admin/articles/2" for 127.0.0.1 at 2014-08-26 23:41:17 +0200 Processing by Admin::ArticlesController#destroy as HTML Parameters: {"authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "id"=>"2"} Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template admin/articles/destroy, hyper_admin/resource/destroy with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/sindre/Code/hyper/hyper_admin/spec/dummy/app/views" * "/home/sindre/Code/hyper/hyper_admin/app/views" ): actionview (4.1.5) lib/action_view/path_set.rb:46:in `find' actionview (4.1.5) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.5) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.5) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678: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.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254: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.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.5) lib/active_record/migration.rb:380:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.5) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.5) 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.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.5) lib/rails/engine.rb:514:in `call' railties (4.1.5) lib/rails/application.rb:144: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/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:42:27 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.1ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (14.9ms) Completed 200 OK in 48ms (Views: 46.8ms | ActiveRecord: 0.6ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:27 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:27 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:27 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:27 +0200 Started DELETE "/admin/articles/2" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Processing by Admin::ArticlesController#destroy as HTML Parameters: {"authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "id"=>"2"} Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 2]]  (4.0ms) commit transaction Redirected to http://localhost:3000/admin/articles Completed 302 Found in 12ms (ActiveRecord: 4.8ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.4ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:31 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:42:33 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.7ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:33 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:33 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:33 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:33 +0200 Started GET "/admin/articles/new" for 127.0.0.1 at 2014-08-26 23:42:45 +0200 Processing by Admin::ArticlesController#new as HTML Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (12.4ms) Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (15.8ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:45 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:45 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:45 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:45 +0200 Started POST "/admin/articles" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Processing by Admin::ArticlesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "article"=>{"title"=>"TBD", "body"=>"To be destroyed."}}  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "To be destroyed."], ["created_at", "2014-08-26 21:42:56.784934"], ["title", "TBD"], ["updated_at", "2014-08-26 21:42:56.784934"]]  (4.3ms) commit transaction Redirected to http://localhost:3000/admin/articles/3 Completed 302 Found in 8ms (ActiveRecord: 4.7ms) Started GET "/admin/articles/3" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Processing by Admin::ArticlesController#show as HTML Parameters: {"id"=>"3"} Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 3]] Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (2.0ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:56 +0200 Started DELETE "/admin/articles/3" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Processing by Admin::ArticlesController#destroy as HTML Parameters: {"authenticity_token"=>"G65nS/vz9/lGF5jO7/g0PsF1voqN7+YZUzMDEUWwL9M=", "id"=>"3"} Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 3]]  (3.9ms) commit transaction Redirected to http://localhost:3000/admin/articles Completed 302 Found in 7ms (ActiveRecord: 4.3ms) Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.4ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms) Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-26 23:42:59 +0200 Started GET "/admin/articles" for 127.0.0.1 at 2014-08-26 23:52:22 +0200 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Admin::ArticlesController#index as HTML Article Load (0.2ms) SELECT "articles".* FROM "articles" Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (16.3ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 17: Admin 18: 19: